diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 24da859..e1e447e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 63c9e63..6341b24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,8 @@ export default function WeddingRSVP() { } ]} buttons={[ - { text: "Confirm Your Attendance", href: "contact" } + { text: "RSVP Now", href: "contact" }, + { text: "View Details", href: "faq" } ]} /> @@ -113,4 +114,4 @@ export default function WeddingRSVP() { ); -} +} \ No newline at end of file