From 88e9412f8f5806da3d3ef86caac24f8256dcfc1b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:22:22 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 81 ++++++++++-------------------------------- 1 file changed, 19 insertions(+), 62 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1961956..c0ccff9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,35 +7,31 @@ import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwe import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -47,24 +43,8 @@ export default function LandingPage() { title="Our Story" description="From a small kitchen to a city favorite." features={[ - { - id: "f7", - title: "The Beginning", - descriptions: [ - "Founded with a passion for family recipes.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg?_wi=2", - imageAlt: "Tasty macaroons on display case", - }, - { - id: "f8", - title: "Our Growth", - descriptions: [ - "Expanding to serve the wider Helwan community.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg?_wi=4", - imageAlt: "Tasty macaroons on display case", - }, + { id: "f7", title: "The Beginning", descriptions: ["Founded with a passion for family recipes."], imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg", imageAlt: "Tasty macaroons on display case" }, + { id: "f8", title: "Our Growth", descriptions: ["Expanding to serve the wider Helwan community."], imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg", imageAlt: "Tasty macaroons on display case" }, ]} /> @@ -75,16 +55,8 @@ export default function LandingPage() { title="Join Our Journey" description="Have questions about our story?" 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" }, ]} imageSrc="http://img.b2bpic.net/free-photo/cozy-bakery-shop-interior-with-freshly-baked-goods-street-view_23-2151997915.jpg" /> @@ -93,22 +65,7 @@ export default function LandingPage() { @@ -72,24 +59,8 @@ export default function LandingPage() { title="Bakery Standards" description="Quality assurance in every bite." features={[ - { - id: "f5", - title: "Organic Flour", - descriptions: [ - "Used in all our artisanal loaves.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg?_wi=1", - imageAlt: "Tasty macaroons on display case", - }, - { - id: "f6", - title: "Local Berries", - descriptions: [ - "Sourced fresh from local farms.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg?_wi=3", - imageAlt: "Tasty macaroons on display case", - }, + { id: "f5", title: "Organic Flour", descriptions: ["Used in all our artisanal loaves."], imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg", imageAlt: "Tasty macaroons on display case" }, + { id: "f6", title: "Local Berries", descriptions: ["Sourced fresh from local farms."], imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg", imageAlt: "Tasty macaroons on display case" }, ]} /> @@ -97,22 +68,7 @@ export default function LandingPage() { @@ -90,13 +62,7 @@ export default function LandingPage() { @@ -109,42 +75,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Celebration Cakes", - price: "Starting at $15", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg?_wi=1", - }, - { - id: "p2", - name: "Daily Pastries", - price: "$2", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg?_wi=1", - }, - { - id: "p3", - name: "Mini Desserts", - price: "$5", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-different-sweet-cookies-with-chocolate-syrup_114579-32127.jpg", - }, - { - id: "p4", - name: "Oriental Sweets", - price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-little-cakes-with-sliced-fruits-candies-chocolate-bangles-berries-grey-cookie-biscuit-sweet-sugar-bake_140725-34237.jpg", - }, - { - id: "p5", - name: "Birthday Special", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-cake_23-2150599044.jpg", - }, - { - id: "p6", - name: "Bakery Classics", - price: "$4", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-food_23-2149209211.jpg", - }, + { id: "p1", name: "Celebration Cakes", price: "Starting at $15", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg" }, + { id: "p2", name: "Daily Pastries", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg" }, + { id: "p3", name: "Mini Desserts", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-different-sweet-cookies-with-chocolate-syrup_114579-32127.jpg" }, + { id: "p4", name: "Oriental Sweets", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-little-cakes-with-sliced-fruits-candies-chocolate-bangles-berries-grey-cookie-biscuit-sweet-sugar-bake_140725-34237.jpg" }, + { id: "p5", name: "Birthday Special", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-cake_23-2150599044.jpg" }, + { id: "p6", name: "Bakery Classics", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-food_23-2149209211.jpg" }, ]} title="Best Sellers" description="Discover our most loved treats, hand-crafted daily just for you." @@ -157,42 +93,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Fresh Daily", - descriptions: [ - "Everything is baked fresh every single morning.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18495.jpg", - imageAlt: "Muffins on black.", - }, - { - id: "f2", - title: "High-Quality Ingredients", - descriptions: [ - "We only source premium and natural ingredients.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg?_wi=2", - imageAlt: "Muffins on black.", - }, - { - id: "f3", - title: "Affordable Prices", - descriptions: [ - "Enjoy gourmet quality without the high price tag.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg?_wi=2", - imageAlt: "Muffins on black.", - }, - { - id: "f4", - title: "Fast Delivery", - descriptions: [ - "Quick and safe delivery right to your door.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg?_wi=2", - imageAlt: "Muffins on black.", - }, + { id: "f1", title: "Fresh Daily", descriptions: ["Everything is baked fresh every single morning."], imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18495.jpg", imageAlt: "Muffins on black." }, + { id: "f2", title: "High-Quality Ingredients", descriptions: ["We only source premium and natural ingredients."], imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg", imageAlt: "Muffins on black." }, + { id: "f3", title: "Affordable Prices", descriptions: ["Enjoy gourmet quality without the high price tag."], imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg", imageAlt: "Muffins on black." }, + { id: "f4", title: "Fast Delivery", descriptions: ["Quick and safe delivery right to your door."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg", imageAlt: "Muffins on black." }, ]} title="Why Choose Bidamour?" description="We are dedicated to providing the highest quality desserts with the freshest ingredients." @@ -206,20 +110,8 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "deal", - badge: "Limited Time", - price: "15% OFF", - subtitle: "All celebration cakes today", - features: [ - "Same-day delivery", - "Valid until 8 PM", - ], - buttons: [ - { - text: "Order Now", - href: "/menu", - }, - ], + id: "deal", badge: "Limited Time", price: "15% OFF", subtitle: "All celebration cakes today", features: ["Same-day delivery", "Valid until 8 PM"], + buttons: [{ text: "Order Now", href: "/menu" }], }, ]} title="Today's Deal" @@ -233,16 +125,8 @@ export default function LandingPage() { title="Craving something sweet?" description="Order now and treat yourself to the finest desserts in Helwan." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Your Email" }, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-delicious-ring-cake-put-white-plate-white-flower-near-it_181624-28252.jpg" /> @@ -251,22 +135,7 @@ export default function LandingPage() {