diff --git a/src/app/components/FAQ.tsx b/src/app/components/FAQ.tsx index c7423c4..b6b7ea1 100644 --- a/src/app/components/FAQ.tsx +++ b/src/app/components/FAQ.tsx @@ -128,7 +128,7 @@ const FAQ = () => { zIndex: "9", }} size="45px" - color="#354834" + color="#8d4426" onClick={handleClick} /> { - const [open, setOpen] = useState(false); + const [open, setOpen] = useState(false); - const handleClick = () => { - setOpen(!open); - }; - return ( -
- - -

- Registry -

-
- What we want most for our wedding is to have all our friends - and family there to celebrate the occasion with us, and so, - more than anything we would simply enjoy your presence. (We - mean it!) That said, we also enjoy dishware and shiny new - kitchen gadgets too. If you really would like to get us - something, you can find some suggestions on our registry - below. -
-
- - Continue to Registry - -
-
+ const handleClick = () => { + setOpen(!open); + }; + return ( +
+ + +

+ Registry +

+
+ What we want most for our wedding is to have all our friends and + family there to celebrate the occasion with us, and so, more than + anything we would simply enjoy your presence. (We mean it!) That said, + we also enjoy dishware and shiny new kitchen gadgets too. If you + really would like to get us something, you can find some suggestions + on our registry below.
- ); +
+ + Continue to Registry + +
+
+
+ ); }; export default RegistryModal; diff --git a/src/app/components/Timeline.tsx b/src/app/components/Timeline.tsx index 6092131..5e63acd 100644 --- a/src/app/components/Timeline.tsx +++ b/src/app/components/Timeline.tsx @@ -93,13 +93,13 @@ const Timeline = () => { key={idx} visible > -

+

{timelineEvent.topic}

{timelineEvent.times.map((time, idxTime) => (

0 ? { marginTop: "20px" } : {}} > {time.time} diff --git a/src/app/globals.css b/src/app/globals.css index eeb1a2c..9ea79e0 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -57,6 +57,6 @@ body { } .szh-accordion button { - background-color: #354834; + background-color: #8d4426; border-radius: 15px; } \ No newline at end of file