diff --git a/src/app/page.tsx b/src/app/page.tsx index 542f968..ed4e43c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,11 +89,11 @@ export default function LandingPage() { description="At Seqqaya, we honor Moroccan culinary traditions while embracing modern convenience. Our wood-fired ovens produce authentic pizzas, our tagines simmer with generations of flavor, and our breakfast spreads welcome you to a new day. Located on Boulevard Mohamed V in Sefrou, we're committed to delivering the warmth of Moroccan hospitality with every meal." tag="Our Story" tagIcon={Heart} - tagAnimation="fade" + tagAnimation="slide-up" buttons={[ { text: "Explore Menu", href: "#menu" } ]} - imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg" imageAlt="Traditional Moroccan Tagine" useInvertedBackground={false} /> @@ -112,7 +112,7 @@ export default function LandingPage() { buttonHref: "https://example.com/order" }, { - title: "Traditional Tagines", description: "Slow-cooked tagines featuring our signature Khlea and seasonal vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg?_wi=2", imageAlt: "Traditional Moroccan Tagine", buttonIcon: ArrowRight, + title: "Traditional Tagines", description: "Slow-cooked tagines featuring our signature Khlea and seasonal vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg", imageAlt: "Traditional Moroccan Tagine", buttonIcon: ArrowRight, buttonHref: "https://example.com/menu" }, { @@ -126,7 +126,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" /> @@ -140,7 +139,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Fatima El Fassi", role: "Local Food Blogger", company: "Sefrou", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" }, { id: "2", name: "Hassan Bennani", role: "Regular Customer", company: "Sefrou Business Owner", rating: 5, @@ -152,7 +151,7 @@ export default function LandingPage() { }, { id: "4", name: "Mohamed Kabbaj", role: "Family Dinner Host", company: "Sefrou Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" }, { id: "5", name: "Layla Bennani", role: "Frequent Visitor", company: "Office Worker", rating: 5, @@ -160,7 +159,7 @@ export default function LandingPage() { }, { id: "6", name: "Karim Al-Ouahabi", role: "Event Planner", company: "Sefrou Events", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" } ]} gridVariant="uniform-all-items-equal"