diff --git a/src/app/page.tsx b/src/app/page.tsx index 6923b6d..a873900 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,15 +43,15 @@ export default function LandingPage() { title="Where Every Bite Tells A Story" description="Authentic Mediterranean flavors crafted with love, fresh ingredients, and spices that transport you to the vibrant food markets of the world." testimonials={[ - { name: "Aslan K.", handle: "Google Review", testimonial: "The food is absolutely delicious! Everything was fresh and full of flavor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", imageAlt: "mediterranean food truck exterior" }, - { name: "Nathan J.", handle: "Google Review", testimonial: "The best chicken over rice in town! Takes me back to New York.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/salad-near-oil-vegetables_23-2147778438.jpg", imageAlt: "chef preparing fresh food in kitchen" }, - { name: "Aidan R.", handle: "Google Review", testimonial: "The sauce is so good — overall 10/10. Never had anything like it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", imageAlt: "happy customer portrait" }, - { name: "Kakhramon D.", handle: "Google Review", testimonial: "Authentic and delicious. Portion sizes are generous and pricing is great.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-waitress-serving-customers-restaurant-bringing-food-their-table_637285-1714.jpg", imageAlt: "happy customer portrait" }, - { name: "Zebokhon M.", handle: "Google Review", testimonial: "Big portion, lots of meat, fresh vegetables, and delicious sauce.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg", imageAlt: "happy customer portrait" }, + { name: "Aslan K.", handle: "Google Review", testimonial: "The food is absolutely delicious! Everything was fresh and full of flavor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=1", imageAlt: "mediterranean food truck exterior" }, + { name: "Nathan J.", handle: "Google Review", testimonial: "The best chicken over rice in town! Takes me back to New York.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/salad-near-oil-vegetables_23-2147778438.jpg?_wi=1", imageAlt: "chef preparing fresh food in kitchen" }, + { name: "Aidan R.", handle: "Google Review", testimonial: "The sauce is so good — overall 10/10. Never had anything like it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg?_wi=1", imageAlt: "happy customer portrait" }, + { name: "Kakhramon D.", handle: "Google Review", testimonial: "Authentic and delicious. Portion sizes are generous and pricing is great.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-waitress-serving-customers-restaurant-bringing-food-their-table_637285-1714.jpg?_wi=1", imageAlt: "happy customer portrait" }, + { name: "Zebokhon M.", handle: "Google Review", testimonial: "Big portion, lots of meat, fresh vegetables, and delicious sauce.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg?_wi=1", imageAlt: "happy customer portrait" }, ]} tag="Authentic Mediterranean" buttons={[{ text: "Order Now", href: "#order" }, { text: "View Menu", href: "#menu" }]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=2" imageAlt="Authentic Mediterranean food showcase" avatars={[ { src: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", alt: "Customer 1" }, @@ -75,7 +75,7 @@ export default function LandingPage() { { title: "Signature Sauce", description: "Our legendary house-made white sauce is daily crafted." }, { title: "Authentic Recipes", description: "New York–inspired recipes with Mediterranean roots." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/salad-near-oil-vegetables_23-2147778438.jpg" + imageSrc="http://img.b2bpic.net/free-photo/salad-near-oil-vegetables_23-2147778438.jpg?_wi=2" imageAlt="Our fresh ingredients" mediaAnimation="slide-up" /> @@ -88,12 +88,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Gyro Over Rice", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" }, - { id: "2", name: "Chicken Shawarma", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" }, - { id: "3", name: "Lamb Shawarma", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" }, - { id: "4", name: "Gyro Wrap", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" }, - { id: "5", name: "Mixed Platter", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" }, - { id: "6", name: "Signature Sauce", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" }, + { id: "1", name: "Gyro Over Rice", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=3" }, + { id: "2", name: "Chicken Shawarma", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=4" }, + { id: "3", name: "Lamb Shawarma", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=5" }, + { id: "4", name: "Gyro Wrap", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=6" }, + { id: "5", name: "Mixed Platter", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=7" }, + { id: "6", name: "Signature Sauce", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=8" }, ]} title="Signature Dishes" description="Every item is prepared to order — no shortcuts, no compromises." @@ -104,11 +104,11 @@ export default function LandingPage() {