From 3f934903d616721dd8e45d032b2dafea7f78380d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 05:01:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 118 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 91 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f1d8d..ce79fac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,46 +28,28 @@ export default function LandingPage() {
@@ -80,32 +62,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Signature", - name: "Chicken Shawarma Wrap", - price: "$12.99", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/meat-barbecue-with-vegetable-salad-lavash-wood_114579-3021.jpg", - }, + id: "1", brand: "Signature", name: "Chicken Shawarma Wrap", price: "$12.99", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/meat-barbecue-with-vegetable-salad-lavash-wood_114579-3021.jpg"}, { - id: "2", - brand: "Signature", - name: "Beef Shawarma Platter", - price: "$15.99", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg", - }, + id: "2", brand: "Signature", name: "Beef Shawarma Platter", price: "$15.99", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg"}, { - id: "3", - brand: "Vegetarian", - name: "Falafel Bowl", - price: "$10.99", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds_123827-22754.jpg", - }, + id: "3", brand: "Vegetarian", name: "Falafel Bowl", price: "$10.99", rating: 4, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds_123827-22754.jpg"}, ]} title="Signature Menu" description="Hand-crafted shawarma, grilled meats, and fresh sides prepared to perfection." @@ -117,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Secret Recipe" description="We use time-honored techniques, authentic spices, and locally sourced ingredients to create the ultimate shawarma experience." - imageSrc="http://img.b2bpic.net/free-photo/front-view-vegetable-meal-with-fresh-tomatoes-cucumbers-table-food-vegetable-meat-meal_140725-26363.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/front-view-vegetable-meal-with-fresh-tomatoes-cucumbers-table-food-vegetable-meat-meal_140725-26363.jpg" /> @@ -129,37 +93,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - role: "Local Foodie", - company: "Reviewer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-pizza_23-2148773529.jpg", - }, + id: "1", name: "Sarah Miller", role: "Local Foodie", company: "Reviewer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-pizza_23-2148773529.jpg"}, { - id: "2", - name: "John Doe", - role: "Regular", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", - }, + id: "2", name: "John Doe", role: "Regular", company: "Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg"}, { - id: "3", - name: "Emily Chen", - role: "Vlogger", - company: "Food Critic", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135479.jpg", - }, + id: "3", name: "Emily Chen", role: "Vlogger", company: "Food Critic", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135479.jpg"}, { - id: "4", - name: "Mike Ross", - role: "Office Worker", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg", - }, + id: "4", name: "Mike Ross", role: "Office Worker", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg"}, ]} title="Foodie Favorites" description="See why our customers keep coming back for more." @@ -173,20 +117,12 @@ export default function LandingPage() { description="Drop us a message for catering, feedback, or general inquiries." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Your Email", - }, + name: "email", type: "email", placeholder: "Your Email"}, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - }} + name: "message", placeholder: "How can we help?"}} mediaAnimation="slide-up" /> -- 2.49.1