From e74fe2020e4e3b0a1d2acf9a6f1de4c6ebec0702 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:03:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 265 +++++++++++------------------------------------ 1 file changed, 62 insertions(+), 203 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95023a4..2d0233a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,102 +45,54 @@ export default function LandingPage() {
@@ -158,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Rooted in Passion" description="Badar Bakery started in a small home kitchen with a simple dream: to share authentic, handcrafted baked goods with our neighbors. Today, we continue to use only the finest natural ingredients to honor our traditional methods." - imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg" /> @@ -170,59 +114,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Bakery", - name: "Classic Croissant", - price: "$3.50", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg?_wi=2", - }, + id: "1", brand: "Bakery", name: "Classic Croissant", price: "$3.50", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg"}, { - id: "2", - brand: "Bakery", - name: "Sourdough Loaf", - price: "$6.00", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg?_wi=2", - }, + id: "2", brand: "Bakery", name: "Sourdough Loaf", price: "$6.00", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg"}, { - id: "3", - brand: "Bakery", - name: "Chocolate Muffin", - price: "$4.00", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg?_wi=2", - }, + id: "3", brand: "Bakery", name: "Chocolate Muffin", price: "$4.00", rating: 4, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg"}, { - id: "4", - brand: "Bakery", - name: "French Baguette", - price: "$2.50", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/baton-braed-towel_140725-11056.jpg", - }, + id: "4", brand: "Bakery", name: "French Baguette", price: "$2.50", rating: 5, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/baton-braed-towel_140725-11056.jpg"}, { - id: "5", - brand: "Bakery", - name: "Fruit Tart", - price: "$5.00", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165461.jpg", - }, + id: "5", brand: "Bakery", name: "Fruit Tart", price: "$5.00", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165461.jpg"}, { - id: "6", - brand: "Bakery", - name: "Cinnamon Roll", - price: "$3.75", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509045.jpg", - }, + id: "6", brand: "Bakery", name: "Cinnamon Roll", price: "$3.75", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509045.jpg"}, ]} title="Fresh Daily Delights" description="From our oven to your table, enjoy our handcrafted selection of breads, pastries, and artisanal treats." @@ -233,47 +141,23 @@ export default function LandingPage() { @@ -318,41 +191,27 @@ export default function LandingPage() { { items: [ { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1