diff --git a/components/ImageAndText.js b/components/ImageAndText.js new file mode 100644 index 0000000..8e0416e --- /dev/null +++ b/components/ImageAndText.js @@ -0,0 +1,57 @@ +function Button({ text, ...props }) { + return ( + + {text} + + ); +} + +export default function ImageAndText({ + buttonText, + children, + imageUrl, + title, + ...props +}) { + return ( + <> +
+ +
+- Our second CXcon in October was dedicated to experience - transformation. The free one-day virtual event brought - together 230+ heads of digital, thought leaders, and UX - practitioners to discuss all aspects of experience design.. -
-- In a jam-packed day filled with keynote sessions, panels, - and virtual networking we explored topics including design - leadership, UX ethics, designing for emotion and innovation - at scale. -
- -+ Our second CXcon in October was dedicated to experience + transformation. The free one-day virtual event brought together + 230+ heads of digital, thought leaders, and UX practitioners to + discuss all aspects of experience design.. +
+ ++ In a jam-packed day filled with keynote sessions, panels, and + virtual networking we explored topics including design leadership, + UX ethics, designing for emotion and innovation at scale. +
+