From 1312d155696a7cb3a0ab4d44e3b55bf3c2528fe1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:22:21 +0000 Subject: [PATCH 1/2] Update src/app/account/page.tsx --- src/app/account/page.tsx | 88 +++++++--------------------------------- 1 file changed, 14 insertions(+), 74 deletions(-) diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index 1581d01..363ba49 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -8,7 +8,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Heart, ShoppingBag } from "lucide-react"; -export default function LandingPage() { +export default function AccountPage() { return ( @@ -59,41 +44,24 @@ export default function LandingPage() { title="My Account" description="View your order history and stats." metrics={[ - { - id: "1", - icon: ShoppingBag, - title: "Total Orders", - value: "12", - }, - { - id: "2", - icon: Heart, - title: "Saved Favorites", - value: "8", - }, + { id: "1", icon: ShoppingBag, title: "Total Orders", value: "12" }, + { id: "2", icon: Heart, title: "Saved Favorites", value: "8" } ]} />
@@ -102,36 +70,8 @@ export default function LandingPage() { -- 2.49.1 From 17645addc1cae4e478acf692ebc2a8f49d55a2f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:22:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 316 ++++++++--------------------------------------- 1 file changed, 54 insertions(+), 262 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6e614c..861471f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,141 +29,38 @@ export default function LandingPage() {
@@ -172,55 +69,31 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - features={[ - { - title: "Fast Delivery", - description: "Get your meals in minutes, not hours.", - icon: Zap, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/front-distant-view-cheesy-meat-burger-with-pickles-greens-tomatoes-wooden-desk_140725-20033.jpg?_wi=3", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-fruit-salad-white-purple-background_23-2147946393.jpg?_wi=3", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-with-tomatoes-olives-mushrooms-dark-background-health-diet-salad-vegetable-lunch-snack_140725-96870.jpg", - imageAlt: "delicious meal top view", - }, - { - title: "Multiple Vendors", - description: "Choose from a wide variety of cuisines.", - icon: Utensils, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-slices-arrangement_23-2148858495.jpg?_wi=3", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/glass-lime-drink-table_23-2148150326.jpg?_wi=3", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-distant-view-cheesy-meat-burger-with-pickles-greens-tomatoes-wooden-desk_140725-20033.jpg?_wi=4", - imageAlt: "gourmet burger food photography", - }, - { - title: "Easy Payments", - description: "Secure, fast checkouts via multiple methods.", - icon: CreditCard, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll-white-tray-with-chopsticks_23-2147901571.jpg?_wi=3", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/dessert-black-forest-with-cherry-side-view_140725-11375.jpg?_wi=3", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/bowl-fruit-salad-white-purple-background_23-2147946393.jpg?_wi=4", - imageAlt: "poke bowl fresh ingredients", - }, - ]} title="Why FoodieFlow?" description="We make ordering food as easy as it gets." + features={[ + { + title: "Fast Delivery", description: "Get your meals in minutes, not hours.", icon: Zap, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/front-distant-view-cheesy-meat-burger-with-pickles-greens-tomatoes-wooden-desk_140725-20033.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bowl-fruit-salad-white-purple-background_23-2147946393.jpg" } + ] + }, + { + title: "Multiple Vendors", description: "Choose from a wide variety of cuisines.", icon: Utensils, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-slices-arrangement_23-2148858495.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/glass-lime-drink-table_23-2148150326.jpg" } + ] + }, + { + title: "Easy Payments", description: "Secure, fast checkouts via multiple methods.", icon: CreditCard, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll-white-tray-with-chopsticks_23-2147901571.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dessert-black-forest-with-cherry-side-view_140725-11375.jpg" } + ] + } + ]} /> @@ -231,26 +104,8 @@ export default function LandingPage() { rating={5} author="Sarah Miller" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", - alt: "Sarah", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg", - alt: "Jane", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-young-male-professional-standing-with-arms-crossed-while-making-eye-contact-against-isolated-background_662251-838.jpg", - alt: "Mark", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-cape-holding-delivery-bowl-using-phone-light-pink-desk-company-service-uniform-delivery-job-work_140725-43009.jpg", - alt: "Anna", - }, - { - src: "http://img.b2bpic.net/free-photo/elderly-woman-shopping-customer-day_23-2151638374.jpg", - alt: "Bob", - }, + { src: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", alt: "Sarah" }, + { src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg", alt: "Jane" } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -264,31 +119,11 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Everything you need to know about our service." faqs={[ - { - id: "1", - title: "How does delivery work?", - content: "Our couriers track orders in real-time.", - }, - { - id: "2", - title: "Can I schedule orders?", - content: "Yes, you can schedule for later.", - }, - { - id: "3", - title: "Are there service fees?", - content: "Fees are transparent at checkout.", - }, - { - id: "4", - title: "Is my payment secure?", - content: "We use bank-grade encryption.", - }, - { - id: "5", - title: "How to become a vendor?", - content: "Contact us via the form below.", - }, + { id: "1", title: "How does delivery work?", content: "Our couriers track orders in real-time." }, + { id: "2", title: "Can I schedule orders?", content: "Yes, you can schedule for later." }, + { id: "3", title: "Are there service fees?", content: "Fees are transparent at checkout." }, + { id: "4", title: "Is my payment secure?", content: "We use bank-grade encryption." }, + { id: "5", title: "How to become a vendor?", content: "Contact us via the form below." } ]} faqsAnimation="slide-up" /> @@ -302,24 +137,9 @@ export default function LandingPage() { title="Our Impact" description="Connecting local kitchens with happy diners." metrics={[ - { - id: "1", - icon: Users, - title: "Happy Users", - value: "50K+", - }, - { - id: "2", - icon: Utensils, - title: "Local Vendors", - value: "500+", - }, - { - id: "3", - icon: Clock, - title: "Minutes Average", - value: "25", - }, + { id: "1", icon: Users, title: "Happy Users", value: "50K+" }, + { id: "2", icon: Utensils, title: "Local Vendors", value: "500+" }, + { id: "3", icon: Clock, title: "Minutes Average", value: "25" } ]} /> @@ -328,36 +148,8 @@ export default function LandingPage() { -- 2.49.1