From 5abf4c2686d795078c737f0761df1ef9fa9ec0d7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 12:30:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 124 ++++++++++------------------------------------- 1 file changed, 25 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7933a7..0137770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,42 +42,27 @@ export default function LandingPage() {
@@ -95,20 +74,11 @@ export default function LandingPage() { description="We don’t do small portions. We don’t do boring food. Simple." accordionItems={[ { - id: "f1", - title: "Massive Portions", - content: "Portions so big you’ll need a break halfway through.", - }, + id: "f1", title: "Massive Portions", content: "Portions so big you’ll need a break halfway through."}, { - id: "f2", - title: "Signature Treats", - content: "That melt-in-your-mouth cinnamon bread? Yeah, it’s real.", - }, + id: "f2", title: "Signature Treats", content: "That melt-in-your-mouth cinnamon bread? Yeah, it’s real."}, { - id: "f3", - title: "Home-style Quality", - content: "Breakfast that feels just like home, every time.", - }, + id: "f3", title: "Home-style Quality", content: "Breakfast that feels just like home, every time."}, ]} imageSrc="http://img.b2bpic.net/free-photo/pancake-set-wooden-table_1150-10681.jpg" imageAlt="The Legendary Hash Stack" @@ -123,40 +93,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah J.", - handle: "@foodie", - testimonial: "This place is so yummy. Down-home food and a home-style feel.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-spending-time-outdoors_23-2150361023.jpg", - }, + id: "t1", name: "Sarah J.", handle: "@foodie", testimonial: "This place is so yummy. Down-home food and a home-style feel.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-spending-time-outdoors_23-2150361023.jpg"}, { - id: "t2", - name: "Mark D.", - handle: "@dinerfan", - testimonial: "More than filling… I could only eat half!", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-having-breakfast-cafe_23-2147799010.jpg", - }, + id: "t2", name: "Mark D.", handle: "@dinerfan", testimonial: "More than filling… I could only eat half!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-having-breakfast-cafe_23-2147799010.jpg"}, { - id: "t3", - name: "Emily R.", - handle: "@regular", - testimonial: "Wonderful place to eat that won’t disappoint.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg", - }, + id: "t3", name: "Emily R.", handle: "@regular", testimonial: "Wonderful place to eat that won’t disappoint.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg"}, { - id: "t4", - name: "Tom B.", - handle: "@local", - testimonial: "Best hash stack in the city, period.", - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg", - }, + id: "t4", name: "Tom B.", handle: "@local", testimonial: "Best hash stack in the city, period.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg"}, { - id: "t5", - name: "Jessica L.", - handle: "@yums", - testimonial: "The atmosphere is as warm as the coffee. Simply perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg", - }, + id: "t5", name: "Jessica L.", handle: "@yums", testimonial: "The atmosphere is as warm as the coffee. Simply perfect.", imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg"}, ]} title="What Our Regulars Say" description="Real folks, real hunger, real satisfaction." @@ -168,14 +113,10 @@ export default function LandingPage() { useInvertedBackground={false} title="A History of Hungry Neighbors" description={[ - "Founded in 1985, The Flame Diner has been serving up comfort one stack at a time.", - "We believe in local ingredients, fair prices, and coffee that actually wakes you up.", - ]} + "Founded in 1985, The Flame Diner has been serving up comfort one stack at a time.", "We believe in local ingredients, fair prices, and coffee that actually wakes you up."]} buttons={[ { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} /> @@ -189,26 +130,11 @@ export default function LandingPage() { description="Evidence that we take our comfort food seriously." metrics={[ { - id: "m1", - title: "Plates Served", - subtitle: "Total satisfied bellies", - category: "Count", - value: "500k+", - }, + id: "m1", title: "Plates Served", subtitle: "Total satisfied bellies", category: "Count", value: "500k+"}, { - id: "m2", - title: "Coffee Cups", - subtitle: "Fueling the neighborhood", - category: "Poured", - value: "1.2M", - }, + id: "m2", title: "Coffee Cups", subtitle: "Fueling the neighborhood", category: "Poured", value: "1.2M"}, { - id: "m3", - title: "Pies Baked", - subtitle: "Fresh daily", - category: "Count", - value: "85k", - }, + id: "m3", title: "Pies Baked", subtitle: "Fresh daily", category: "Count", value: "85k"}, ]} /> @@ -222,4 +148,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1