From 89bead068c34a82f1b90b618e1a3933defa3a254 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:58:56 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 62 +++++++----------------------------------- 1 file changed, 10 insertions(+), 52 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6ebcde2..cf26d8c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -59,14 +51,7 @@ export default function LandingPage() { title="What People Say" description="Our community values our commitment to quality." testimonials={[ - { - id: "at1", - title: "Very Happy!", - quote: "Super friendly service and amazing food.", - name: "Saad Q.", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-his-hands_23-2149535092.jpg", - }, + { id: "at1", title: "Very Happy!", quote: "Super friendly service and amazing food.", name: "Saad Q.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-his-hands_23-2149535092.jpg" }, ]} /> @@ -74,18 +59,11 @@ export default function LandingPage() {
@@ -93,28 +71,8 @@ export default function LandingPage() { -- 2.49.1 From 0fd43f1307c7df55ab5469cdf39753a6cf6366e0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:58:56 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 113 ++++++------------------------------------ 1 file changed, 16 insertions(+), 97 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ab08651..89b35c8 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -export default function LandingPage() { +export default function MenuPage() { return ( @@ -47,42 +39,12 @@ export default function LandingPage() { @@ -95,22 +57,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Featured Specials" description="Check out our most popular dishes this month." - products={[ - { - id: "p1", - name: "Delicious Pasta", - price: "PKR 500", - variant: "Small", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-pasta-along-with-fresh-green-leaf-red-tomatoes-inside-white-plate-grey-desk_140725-14392.jpg", - }, - { - id: "p2", - name: "BBQ Special", - price: "PKR 800", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-barbecue-sauce-with-pepper-seeds-rosemary-salt-black-stone-plate-gray-stone-table_1150-37853.jpg", - }, - ]} + products={[]} /> @@ -120,16 +67,8 @@ export default function LandingPage() { sideTitle="Ordering FAQ" sideDescription="Common questions about delivery and service." faqs={[ - { - id: "f1", - title: "Do you deliver?", - content: "Yes, we deliver across all areas in Wah Cantt.", - }, - { - id: "f2", - title: "Is the food halal?", - content: "100% Halal and fresh.", - }, + { id: "f1", title: "Do you deliver?", content: "Yes, we deliver across all areas in Wah Cantt." }, + { id: "f2", title: "Is the food halal?", content: "100% Halal and fresh." }, ]} faqsAnimation="slide-up" /> @@ -139,28 +78,8 @@ export default function LandingPage() { -- 2.49.1 From 10923385baf70b1d46033271837f48439db699c9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:58:57 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 204 ++++++++--------------------------------------- 1 file changed, 35 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd42786..7462107 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,113 +28,43 @@ export default function LandingPage() {
@@ -145,33 +75,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "1", - title: "Fresh Ingredients", - tags: [ - "Premium Quality", - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg?_wi=1", - imageAlt: "restaurant kitchen", - }, - { - id: "2", - title: "Free Delivery", - tags: [ - "Wah Cantt", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=2", - imageAlt: "restaurant kitchen", - }, - { - id: "3", - title: "Hygienic Home Cooking", - tags: [ - "Safe", - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg?_wi=1", - imageAlt: "restaurant kitchen", - }, + { id: "1", title: "Fresh Ingredients", tags: ["Premium Quality"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg" }, + { id: "2", title: "Free Delivery", tags: ["Wah Cantt"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg" }, + { id: "3", title: "Hygienic Home Cooking", tags: ["Safe"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg" }, ]} title="Why Choose Us" description="We put love into every ingredient." @@ -185,30 +91,9 @@ export default function LandingPage() { title="Hear From Our Foodies" description="See why our customers love our home-cooked meals." testimonials={[ - { - id: "t1", - title: "Incredible Flavor", - quote: "The hotpot was out of this world!", - name: "Ahmad R.", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563774.jpg", - }, - { - id: "t2", - title: "Perfect Momos", - quote: "Best momos in the whole city.", - name: "Fatima Z.", - role: "Regular Customer", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809865.jpg", - }, - { - id: "t3", - title: "Highly Recommend", - quote: "The pasta was so creamy and fresh.", - name: "Bilal K.", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-with-chicken-tomatoes-wooden-table_2829-8727.jpg", - }, + { id: "t1", title: "Incredible Flavor", quote: "The hotpot was out of this world!", name: "Ahmad R.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563774.jpg" }, + { id: "t2", title: "Perfect Momos", quote: "Best momos in the whole city.", name: "Fatima Z.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809865.jpg" }, + { id: "t3", title: "Highly Recommend", quote: "The pasta was so creamy and fresh.", name: "Bilal K.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-with-chicken-tomatoes-wooden-table_2829-8727.jpg" }, ]} /> @@ -218,19 +103,20 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + blogs={[]} + title="Our Blog" + description="Updates from our kitchen." />
@@ -239,28 +125,8 @@ export default function LandingPage() { -- 2.49.1