Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-05 06:40:42 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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" }
]}
/>
</div>
@@ -113,4 +114,4 @@ export default function WeddingRSVP() {
</div>
</ThemeProvider>
);
}
}