Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27c9b568db | |||
| 2c6284c164 | |||
| b614c4148c |
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user