diff --git a/src/app/page.tsx b/src/app/page.tsx index 41affbd..bba4aff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,89 +30,39 @@ export default function LandingPage() {
@@ -122,7 +72,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The Art of Zelidge" description="Our restaurant is inspired by the meticulous beauty of Zelidge tilework, where every piece fits to create a larger, beautiful story. We apply this same philosophy to our ingredients—sourcing locally and blending authentic spices to create harmony on your plate." - imageSrc="http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg" imageAlt="Moroccan tile craftsmanship" /> @@ -131,62 +81,15 @@ export default function LandingPage() { @@ -251,44 +119,25 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "Do you offer vegetarian options?", - content: "Yes, we offer a wide variety of vegetarian tagines and couscous dishes.", - }, - { - id: "2", - title: "Do I need a reservation?", - content: "Reservations are recommended, especially on weekends and evenings.", - }, - { - id: "3", - title: "Are you open on public holidays?", - content: "We are typically open during holidays. Please check our Instagram for updates.", - }, + { id: "1", title: "Do you offer vegetarian options?", content: "Yes, we offer a wide variety of vegetarian tagines and couscous dishes." }, + { id: "2", title: "Do I need a reservation?", content: "Reservations are recommended, especially on weekends and evenings." }, + { id: "3", title: "Are you open on public holidays?", content: "We are typically open during holidays. Please check our Instagram for updates." }, ]} title="Frequently Asked Questions" description="Everything you need to know about your dining visit." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg" />
@@ -296,53 +145,9 @@ export default function LandingPage() {