Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 99004fab71 | |||
| 09dab5c5af | |||
| c009aaff6a | |||
| 56b0697761 | |||
| 062d436241 | |||
| 91c857d2f1 | |||
| 8d96ef9933 | |||
| 081c869e5e |
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance to secure your table."},
|
||||
id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance to secure your table. [Book your table now](#contact)"},
|
||||
{
|
||||
id: "q2", title: "Are your ingredients fresh?", content: "We source the freshest local catch daily to ensure premium quality."},
|
||||
{
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
description="Join Chef Fırat for an unforgettable culinary journey at the seaside."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684444.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttonText="Book Now"
|
||||
buttonText="Confirm My Reservation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -237,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user