From 000b29066c68e33d11cc4495499f37d28ca8f91d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:19:53 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 51 ++++++++++-------------------------------- 1 file changed, 12 insertions(+), 39 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5effa21..cc44edb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -52,20 +41,11 @@ export default function LandingPage() { title="Passionate About Quality" description="BrewBerry Café started as a dream to create a community space where friends, students, and families could enjoy affordable luxury in Karimpur. We prioritize fresh, locally-sourced ingredients, maintaining the highest hygiene standards for your safety." metrics={[ - { - value: "50+", - title: "Recipes Crafted", - }, - { - value: "100%", - title: "Fresh Ingredients", - }, - { - value: "Daily", - title: "Baked Fresh", - }, + { value: "50+", title: "Recipes Crafted" }, + { value: "100%", title: "Fresh Ingredients" }, + { value: "Daily", title: "Baked Fresh" } ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-young-couple-looking-mobile-phone-near-bar-counter_23-2147859572.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/smiling-young-couple-looking-mobile-phone-near-bar-counter_23-2147859572.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -80,15 +60,8 @@ export default function LandingPage() { description="How BrewBerry started." blogs={[ { - id: "b1", - category: "Story", - title: "The Beginning", - excerpt: "Started with a small oven.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-couple-looking-mobile-phone-near-bar-counter_23-2147859572.jpg?_wi=3", - authorName: "Founders", - authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-couple-looking-mobile-phone-near-bar-counter_23-2147859572.jpg", - date: "Jan 2025", - }, + id: "b1", category: "Story", title: "The Beginning", excerpt: "Started with a small oven.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-couple-looking-mobile-phone-near-bar-counter_23-2147859572.jpg", authorName: "Founders", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-couple-looking-mobile-phone-near-bar-counter_23-2147859572.jpg", date: "Jan 2025" + } ]} /> -- 2.49.1 From 8b71f0186a3d0ff4d2e6da9b064e2d28db31ce0f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:19:54 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 43 ++++++++++------------------------------ 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1a221be..9ee3497 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwent import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -65,19 +52,11 @@ export default function LandingPage() { useInvertedBackground={false} title="Visit Guidelines" description="What to know before you come." - imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629568.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629568.jpg" mediaAnimation="slide-up" accordionItems={[ - { - id: "g1", - title: "Parking", - content: "Available in the front plaza.", - }, - { - id: "g2", - title: "Accessibility", - content: "Wheelchair friendly.", - }, + { id: "g1", title: "Parking", content: "Available in the front plaza." }, + { id: "g2", title: "Accessibility", content: "Wheelchair friendly." } ]} /> -- 2.49.1 From 8a3cffd277600386fb8d38439f170bf23dba6815 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:19:54 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 86 ++++++++----------------------------------- 1 file changed, 16 insertions(+), 70 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 040990e..965f8e0 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -export default function LandingPage() { +export default function MenuPage() { return ( -- 2.49.1 From 520ee57f40db85369d495b9b3544b85ffc5a75ac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:19:55 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 216 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37c1c8d..14023c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,91 +28,39 @@ export default function LandingPage() {
@@ -124,27 +72,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Chocolate Truffle Cake", - price: "₹450", - variant: "Half Kg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-little-cakes-with-chocolate-bars-nuts-dark-surface-nut-fruit-cake-pie-cookie-berry_140725-118456.jpg?_wi=1", - }, - { - id: "p2", - name: "Cold Coffee", - price: "₹220", - variant: "Medium", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-negroni-cocktail-with-orange_23-2149438819.jpg?_wi=1", - }, - { - id: "p3", - name: "Mango Juice", - price: "₹150", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/glass-freshly-squeezed-orange-juice-half-orange-female-hands_169016-50313.jpg?_wi=1", - }, + { id: "p1", name: "Chocolate Truffle Cake", price: "₹450", variant: "Half Kg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-little-cakes-with-chocolate-bars-nuts-dark-surface-nut-fruit-cake-pie-cookie-berry_140725-118456.jpg" }, + { id: "p2", name: "Cold Coffee", price: "₹220", variant: "Medium", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-negroni-cocktail-with-orange_23-2149438819.jpg" }, + { id: "p3", name: "Mango Juice", price: "₹150", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/glass-freshly-squeezed-orange-juice-half-orange-female-hands_169016-50313.jpg" } ]} title="Bestsellers" description="Our most loved treats." @@ -157,60 +87,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Riya Sharma", - role: "Student", - company: "Local University", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-business-woman-speaking-by-phone-holding-coffee-go-successful-european-woman-talking-phone-standing-modern-office-building_158595-6749.jpg?_wi=1", - }, - { - id: "2", - name: "Arjun Singh", - role: "Regular", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-photographing-dessert-with-cell-phone-while-being-with-her-friends-cafe_637285-7888.jpg", - }, - { - id: "3", - name: "Priya Verma", - role: "Parent", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-smiling-redhead-bearded-man-holding-coffee-cup-looking-aside_171337-9997.jpg", - }, - { - id: "4", - name: "Vikram Sethi", - role: "Professional", - company: "Customer", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-freelancer-working-laptop-taking-notes-notebook-sit-alone-cafe-near-window-drink-coffee-professional-writer-make-post-online-blog-prepare-files-business-meeting-after-lunch_197531-22193.jpg", - }, - { - id: "5", - name: "Anita Rao", - role: "Foodie", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-business-woman-speaking-by-phone-holding-coffee-go-successful-european-woman-talking-phone-standing-modern-office-building_158595-6749.jpg?_wi=2", - }, + { id: "1", name: "Riya Sharma", role: "Student", company: "Local University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-business-woman-speaking-by-phone-holding-coffee-go-successful-european-woman-talking-phone-standing-modern-office-building_158595-6749.jpg" }, + { id: "2", name: "Arjun Singh", role: "Regular", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-photographing-dessert-with-cell-phone-while-being-with-her-friends-cafe_637285-7888.jpg" }, + { id: "3", name: "Priya Verma", role: "Parent", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-smiling-redhead-bearded-man-holding-coffee-cup-looking-aside_171337-9997.jpg" }, + { id: "4", name: "Vikram Sethi", role: "Professional", company: "Customer", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-freelancer-working-laptop-taking-notes-notebook-sit-alone-cafe-near-window-drink-coffee-professional-writer-make-post-online-blog-prepare-files-business-meeting-after-lunch_197531-22193.jpg" }, + { id: "5", name: "Anita Rao", role: "Foodie", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-business-woman-speaking-by-phone-holding-coffee-go-successful-european-woman-talking-phone-standing-modern-office-building_158595-6749.jpg" } ]} kpiItems={[ - { - value: "4.9", - label: "Rating", - }, - { - value: "500+", - label: "Happy Orders", - }, - { - value: "Daily", - label: "Fresh Bakes", - }, + { value: "4.9", label: "Rating" }, + { value: "500+", label: "Happy Orders" }, + { value: "Daily", label: "Fresh Bakes" } ]} title="What Our Customers Say" description="Hear from our happy regulars and cafe lovers." @@ -222,24 +108,12 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose Us?" description="We believe in transparency and quality." - imageSrc="http://img.b2bpic.net/free-photo/smiling-young-couple-looking-mobile-phone-near-bar-counter_23-2147859572.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/smiling-young-couple-looking-mobile-phone-near-bar-counter_23-2147859572.jpg" mediaAnimation="slide-up" accordionItems={[ - { - id: "a1", - title: "Freshness Guaranteed", - content: "We bake our products every single morning.", - }, - { - id: "a2", - title: "Local Ingredients", - content: "Supporting local farmers is at our core.", - }, - { - id: "a3", - title: "Hygiene First", - content: "Our kitchen meets the highest safety standards.", - }, + { id: "a1", title: "Freshness Guaranteed", content: "We bake our products every single morning." }, + { id: "a2", title: "Local Ingredients", content: "Supporting local farmers is at our core." }, + { id: "a3", title: "Hygiene First", content: "Our kitchen meets the highest safety standards." } ]} /> @@ -252,27 +126,9 @@ export default function LandingPage() { title="Our Journey" description="Growth and milestones achieved together." metrics={[ - { - id: "m1", - title: "Locations", - subtitle: "Branches", - category: "Expansion", - value: "2", - }, - { - id: "m2", - title: "Cups", - subtitle: "Served", - category: "Coffee", - value: "10k+", - }, - { - id: "m3", - title: "Events", - subtitle: "Catered", - category: "Community", - value: "50", - }, + { id: "m1", title: "Locations", subtitle: "Branches", category: "Expansion", value: "2" }, + { id: "m2", title: "Cups", subtitle: "Served", category: "Coffee", value: "10k+" }, + { id: "m3", title: "Events", subtitle: "Catered", category: "Community", value: "50" } ]} /> -- 2.49.1