3 Commits

Author SHA1 Message Date
27c9b568db Update src/app/page.tsx 2026-03-05 06:40:38 +00:00
2c6284c164 Update src/app/layout.tsx 2026-03-05 06:40:38 +00:00
b614c4148c Merge version_2 into main
Merge version_2 into main
2026-03-05 06:36:33 +00:00
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -61,7 +61,8 @@ export default function WeddingRSVP() {
} }
]} ]}
buttons={[ buttons={[
{ text: "Confirm Your Attendance", href: "contact" } { text: "RSVP Now", href: "contact" },
{ text: "View Details", href: "faq" }
]} ]}
/> />
</div> </div>
@@ -113,4 +114,4 @@ export default function WeddingRSVP() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }