From c6f97d3c901ed2419f417dbe316d1592b1f42742 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:42:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 146 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d263e2..4a30116 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,50 +30,34 @@ export default function LandingPage() {
@@ -87,41 +71,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "h1", - name: "Classic Dog", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=2", - }, + id: "h1", name: "Classic Dog", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg"}, { - id: "h2", - name: "Chili Dog", - price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=3", - }, + id: "h2", name: "Chili Dog", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg"}, { - id: "b1", - name: "Cheeseburger", - price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=2", - }, + id: "b1", name: "Cheeseburger", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg"}, { - id: "b2", - name: "Chicken Sandwich", - price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=3", - }, + id: "b2", name: "Chicken Sandwich", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg"}, { - id: "s1", - name: "Fries", - price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg?_wi=2", - }, + id: "s1", name: "Fries", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg"}, { - id: "d1", - name: "Fountain Drink", - price: "$2.50", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg?_wi=2", - }, + id: "d1", name: "Fountain Drink", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg"}, ]} title="Our Menu" description="Classic comfort food cooked to perfection." @@ -135,20 +95,11 @@ export default function LandingPage() { tag="Visit Us" metrics={[ { - id: "h1", - value: "11:00 AM - 9:00 PM", - description: "Tuesday (Today)", - }, + id: "h1", value: "11:00 AM - 9:00 PM", description: "Tuesday (Today)"}, { - id: "h2", - value: "11:00 AM - 9:00 PM", - description: "Wednesday - Sunday", - }, + id: "h2", value: "11:00 AM - 9:00 PM", description: "Wednesday - Sunday"}, { - id: "h3", - value: "CLOSED", - description: "Monday", - }, + id: "h3", value: "CLOSED", description: "Monday"}, ]} metricsAnimation="slide-up" /> @@ -162,7 +113,7 @@ export default function LandingPage() { description="Jimmie's HotDogs has been serving the community for over 20 years with high-quality ingredients and a passion for great food." subdescription="Located at 123 Main Street, open Tuesday through Sunday." icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg" mediaAnimation="none" />
@@ -178,45 +129,20 @@ export default function LandingPage() { tag="Feedback" testimonials={[ { - id: "t1", - name: "John D.", - role: "Local Regular", - company: "Neighbor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=4", - }, + id: "t1", name: "John D.", role: "Local Regular", company: "Neighbor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg"}, { - id: "t2", - name: "Sarah P.", - role: "Foodie", - company: "Reviewer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=4", - }, + id: "t2", name: "Sarah P.", role: "Foodie", company: "Reviewer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg"}, { - id: "t3", - name: "Mike R.", - role: "Student", - company: "University", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg?_wi=3", - }, + id: "t3", name: "Mike R.", role: "Student", company: "University", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg"}, { - id: "t4", - name: "Emma W.", - role: "Family", - company: "Community", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg?_wi=3", - }, + id: "t4", name: "Emma W.", role: "Family", company: "Community", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg"}, { - id: "t5", - name: "David L.", - role: "Traveler", - company: "Tourist", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg?_wi=3", - }, + id: "t5", name: "David L.", role: "Traveler", company: "Tourist", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg"}, ]} /> @@ -227,17 +153,11 @@ export default function LandingPage() { { items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Hours", - href: "#hours", - }, + label: "Hours", href: "#hours"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, ]} -- 2.49.1