From fb9a5081075f46c98840ee8ac4671dd09fae25a3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 08:29:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 240 +++++++++++------------------------------------ 1 file changed, 53 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b84324a..c8aeb69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,86 +31,58 @@ export default function LandingPage() {
@@ -123,17 +95,11 @@ export default function LandingPage() { description="Foodezen brings efficiency to your dining experience in Wah Cantt. From real-time inventory updates to automated kitchen workflows, we ensure your favorite meals arrive faster than ever." metrics={[ { - value: "15min", - title: "Avg Delivery", - }, + value: "15min", title: "Avg Delivery"}, { - value: "100+", - title: "Menu Items", - }, + value: "100+", title: "Menu Items"}, { - value: "5k+", - title: "Happy Diners", - }, + value: "5k+", title: "Happy Diners"}, ]} imageSrc="http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-composition_23-2149880606.jpg" mediaAnimation="slide-up" @@ -149,47 +115,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Classic Pepperoni", - price: "Rs. 1299", - variant: "13-inch", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-mini-pizzas_114579-35126.jpg", - }, + id: "1", name: "Classic Pepperoni", price: "Rs. 1299", variant: "13-inch", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-mini-pizzas_114579-35126.jpg"}, { - id: "2", - name: "Royal Beef Burger", - price: "Rs. 850", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/home-made-delicious-big-hamburger_23-2148374920.jpg", - }, + id: "2", name: "Royal Beef Burger", price: "Rs. 850", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/home-made-delicious-big-hamburger_23-2148374920.jpg"}, { - id: "3", - name: "Golden Fries", - price: "Rs. 350", - variant: "Regular", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potatoes-burger-meal-sandwich-dinner-dish_140725-96439.jpg", - }, + id: "3", name: "Golden Fries", price: "Rs. 350", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potatoes-burger-meal-sandwich-dinner-dish_140725-96439.jpg"}, { - id: "4", - name: "Creamy Alfredo Pasta", - price: "Rs. 950", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-spaghetti-with-pasta-chili-pepper-bunch-mint-wooden-surface_141793-18562.jpg", - }, + id: "4", name: "Creamy Alfredo Pasta", price: "Rs. 950", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-spaghetti-with-pasta-chili-pepper-bunch-mint-wooden-surface_141793-18562.jpg"}, { - id: "5", - name: "Spicy Chicken Wrap", - price: "Rs. 700", - variant: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-sandwich-with-grilled-meat-sliced-with-salad-white-space_140725-75703.jpg", - }, + id: "5", name: "Spicy Chicken Wrap", price: "Rs. 700", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-sandwich-with-grilled-meat-sliced-with-salad-white-space_140725-75703.jpg"}, { - id: "6", - name: "House Side Salad", - price: "Rs. 400", - variant: "Small", - imageSrc: "http://img.b2bpic.net/free-photo/crab-sticks-meat-with-fresh-vegetable-salad_74190-6218.jpg", - }, + id: "6", name: "House Side Salad", price: "Rs. 400", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/crab-sticks-meat-with-fresh-vegetable-salad_74190-6218.jpg"}, ]} title="Explore Our Menu" description="From handcrafted pizzas to signature sides, browse our full menu and customize exactly how you like it." @@ -203,55 +139,28 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "solo", - badge: "For One", - price: "Rs. 1599", - subtitle: "Single Pizza + Side + Drink", - buttons: [ + id: "solo", badge: "For One", price: "Rs. 1599", subtitle: "Single Pizza + Side + Drink", buttons: [ { - text: "Order Now", - href: "#", - }, + text: "Order Now", href: "#"}, ], features: [ - "13-inch Pizza", - "Any Side", - "250ml Drink", - ], + "13-inch Pizza", "Any Side", "250ml Drink"], }, { - id: "family", - badge: "Family Pack", - price: "Rs. 3499", - subtitle: "Two Pizzas + Large Side + Big Drink", - buttons: [ + id: "family", badge: "Family Pack", price: "Rs. 3499", subtitle: "Two Pizzas + Large Side + Big Drink", buttons: [ { - text: "Order Now", - href: "#", - }, + text: "Order Now", href: "#"}, ], features: [ - "2 x 13-inch Pizza", - "Large Side", - "1.5L Drink", - ], + "2 x 13-inch Pizza", "Large Side", "1.5L Drink"], }, { - id: "party", - badge: "Group Deal", - price: "Rs. 5999", - subtitle: "Mega Group Bundle", - buttons: [ + id: "party", badge: "Group Deal", price: "Rs. 5999", subtitle: "Mega Group Bundle", buttons: [ { - text: "Order Now", - href: "#", - }, + text: "Order Now", href: "#"}, ], features: [ - "3 x 16-inch Pizza", - "2 x Large Sides", - "Big Drink", - ], + "3 x 16-inch Pizza", "2 x Large Sides", "Big Drink"], }, ]} title="Unbeatable Value Deals" @@ -266,40 +175,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah Khan", - handle: "@sarahk", - testimonial: "The real-time tracking is a lifesaver. No more guessing when my food arrives.", - imageSrc: "http://img.b2bpic.net/free-photo/my-big-dream-is-working-big-company_329181-11421.jpg", - }, + id: "1", name: "Sarah Khan", handle: "@sarahk", testimonial: "The real-time tracking is a lifesaver. No more guessing when my food arrives.", imageSrc: "http://img.b2bpic.net/free-photo/my-big-dream-is-working-big-company_329181-11421.jpg"}, { - id: "2", - name: "Ali Raza", - handle: "@aliraza", - testimonial: "The combo deals are perfect for family dinners. Ordering is so fast now!", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660764.jpg", - }, + id: "2", name: "Ali Raza", handle: "@aliraza", testimonial: "The combo deals are perfect for family dinners. Ordering is so fast now!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660764.jpg"}, { - id: "3", - name: "Maria Ahmed", - handle: "@m_ahmed", - testimonial: "Finally, a reliable platform for local food. My favorite burger is just one click away.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", - }, + id: "3", name: "Maria Ahmed", handle: "@m_ahmed", testimonial: "Finally, a reliable platform for local food. My favorite burger is just one click away.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg"}, { - id: "4", - name: "Usman Tariq", - handle: "@usmant", - testimonial: "The customization options are great. Extra toppings every time!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194084.jpg", - }, + id: "4", name: "Usman Tariq", handle: "@usmant", testimonial: "The customization options are great. Extra toppings every time!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194084.jpg"}, { - id: "5", - name: "Zoya Malik", - handle: "@zoyam", - testimonial: "Loyalty points make every order feel rewarding. Best food service in town.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-taking-selfies-with-phone_23-2148326996.jpg", - }, + id: "5", name: "Zoya Malik", handle: "@zoyam", testimonial: "Loyalty points make every order feel rewarding. Best food service in town.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-taking-selfies-with-phone_23-2148326996.jpg"}, ]} title="Loved by the Wah Cantt Community" description="See why our customers prefer Foodezen over the old way of ordering." @@ -310,14 +194,11 @@ export default function LandingPage() {
@@ -327,42 +208,27 @@ export default function LandingPage() { logoText="Foodezen" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1