From cd77c32f06bfa42e4eb773ebea34886204dfb6eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:27:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81ce625..af3ac31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Order Now", href: "#products"}} + text: "Order Now", href: "#products" + }} /> @@ -79,11 +80,14 @@ export default function LandingPage() { tag="Featured" products={[ { - id: "1", name: "Gourmet Burger", price: "$18.99", variant: "Prime Beef Artisan Buns", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ready-be-served-beef-burger_23-2148290673.jpg", imageAlt: "Gourmet burger with premium toppings"}, + id: "1", name: "Gourmet Burger", price: "$18.99", variant: "Prime Beef Artisan Buns", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ready-be-served-beef-burger_23-2148290673.jpg", imageAlt: "Gourmet burger with premium toppings" + }, { - id: "2", name: "Pan-Seared Salmon", price: "$24.99", variant: "Fresh Atlantic Seasonal Sauce", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-wooden-table_23-2148510866.jpg", imageAlt: "Perfectly cooked salmon with elegant plating"}, + id: "2", name: "Pan-Seared Salmon", price: "$24.99", variant: "Fresh Atlantic Seasonal Sauce", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-wooden-table_23-2148510866.jpg", imageAlt: "Perfectly cooked salmon with elegant plating" + }, { - id: "3", name: "House Pasta", price: "$16.99", variant: "Homemade Recipe Fresh Herbs", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pasta-tomatoes-bowls-pasta-tomatoes-onion-garlic-three-kind-sauces-table_140725-111449.jpg", imageAlt: "Creamy pasta dish with fresh basil garnish"}, + id: "3", name: "House Pasta", price: "$16.99", variant: "Homemade Recipe Fresh Herbs", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pasta-tomatoes-bowls-pasta-tomatoes-onion-garlic-three-kind-sauces-table_140725-111449.jpg", imageAlt: "Creamy pasta dish with fresh basil garnish" + }, ]} textboxLayout="default" gridVariant="uniform-all-items-equal" @@ -101,11 +105,13 @@ export default function LandingPage() { metrics={[ { id: "1", value: "98%", title: "Customer Satisfaction Rate", items: [ - "5-star reviews consistently", "Repeat customer rate exceeds 75%", "Recognized by food critics"], + "5-star reviews consistently", "Repeat customer rate exceeds 75%", "Recognized by food critics" + ], }, { id: "2", value: "500+", title: "Dishes Perfected", items: [ - "Rotating seasonal menu", "Chef-inspired daily specials", "Customizable options available"], + "Rotating seasonal menu", "Chef-inspired daily specials", "Customizable options available" + ], }, ]} animationType="slide-up" @@ -122,16 +128,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Food Enthusiast", company: "Local Foodie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg" + }, { id: "2", name: "James Chen", role: "Restaurant Critic", company: "Culinary Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-thoughtful-man-office-corridor_329181-15803.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-thoughtful-man-office-corridor_329181-15803.jpg" + }, { id: "3", name: "Sophie Williams", role: "Event Planner", company: "Celebrations Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg" + }, { id: "4", name: "David Thompson", role: "Corporate Executive", company: "Business Diner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-look-like-grown-up_23-2148244890.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-look-like-grown-up_23-2148244890.jpg" + }, ]} kpiItems={[ { value: "2000+", label: "Monthly Guests" },