From b6ecab1de0152e04a204a6afae559c517cbd390d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:34:35 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 120 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 86 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cb5614..9d34f66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,11 +30,16 @@ export default function LandingPage() { @@ -110,11 +131,21 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Alice M.", role: "Student", company: "University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-eating-tasty-classic-burger-angry-mad-screaming-frustrated-furious-shouting-with-anger-looking-up_839833-29909.jpg" }, - { id: "t2", name: "Bob R.", role: "Chef", company: "Bistro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-table-with-burgers_23-2148705534.jpg" }, - { id: "t3", name: "Charlie D.", role: "Driver", company: "Transit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-hungry-curly-woman-eats-hot-dog-burger-keeps-mouth-widely-opened-prefers-fast-food-wears-white-formal-shirt-tie-isolated-pink-background-blank-space-your-advertisement_273609-62442.jpg" }, - { id: "t4", name: "Diana P.", role: "Parent", company: "Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-funny-way_23-2150269632.jpg" }, - { id: "t5", name: "Ethan W.", role: "Dev", company: "Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67452.jpg" }, + { + id: "t1", name: "Alice M.", role: "Student", company: "University", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-eating-tasty-classic-burger-angry-mad-screaming-frustrated-furious-shouting-with-anger-looking-up_839833-29909.jpg"}, + { + id: "t2", name: "Bob R.", role: "Chef", company: "Bistro", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-table-with-burgers_23-2148705534.jpg"}, + { + id: "t3", name: "Charlie D.", role: "Driver", company: "Transit", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/photo-hungry-curly-woman-eats-hot-dog-burger-keeps-mouth-widely-opened-prefers-fast-food-wears-white-formal-shirt-tie-isolated-pink-background-blank-space-your-advertisement_273609-62442.jpg"}, + { + id: "t4", name: "Diana P.", role: "Parent", company: "Home", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-funny-way_23-2150269632.jpg"}, + { + id: "t5", name: "Ethan W.", role: "Dev", company: "Tech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67452.jpg"}, ]} title="Loved by Foodies" description="What our hungry customers say." @@ -126,9 +157,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "f1", title: "How long for delivery?", content: "Usually under 30 minutes." }, - { id: "f2", title: "Is it fresh?", content: "Always, we source locally." }, - { id: "f3", title: "Can I pre-order?", content: "Yes, via the mobile app." }, + { + id: "f1", title: "How long for delivery?", content: "Usually under 30 minutes."}, + { + id: "f2", title: "Is it fresh?", content: "Always, we source locally."}, + { + id: "f3", title: "Can I pre-order?", content: "Yes, via the mobile app."}, ]} mediaAnimation="slide-up" title="Need Help?" @@ -144,10 +178,13 @@ export default function LandingPage() { title="Get In Touch" description="Feedback, support, or franchise inquiries." inputs={[ - { name: "name", type: "text", placeholder: "Name" }, - { name: "email", type: "email", placeholder: "Email" }, + { + name: "name", type: "text", placeholder: "Name"}, + { + name: "email", type: "email", placeholder: "Email"}, ]} - textarea={{ name: "message", placeholder: "Your message" }} + textarea={{ + name: "message", placeholder: "Your message"}} imageSrc="http://img.b2bpic.net/free-photo/woman-eating-hamburger-restaurant_23-2148006725.jpg" /> @@ -155,11 +192,26 @@ export default function LandingPage() { From e80acef52d20dfa351d9c5b683e6af65daee410e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:34:36 +0000 Subject: [PATCH 2/2] Update src/app/privacy-policy/page.tsx --- src/app/privacy-policy/page.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index ab56d1b..860b419 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -27,35 +27,33 @@ export default function PrivacyPolicyPage() { { name: "Deals", id: "/#deals" }, { name: "Locations", id: "/#locations" }, { name: "App", id: "/#app" }, - { name: "Privacy Policy", id: "/privacy-policy" } + { name: "Privacy", id: "/privacy-policy" }, ]} brandName="FastBite" /> + + ); -} +} \ No newline at end of file