From 1479710fd790ab1a8aecafc055358911e765fe38 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 2 Apr 2026 15:12:40 +0300 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 470370b..3e59458 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,6 +204,7 @@ export default function LandingPage() {
Date: Thu, 2 Apr 2026 12:13:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 214 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e59458..189be3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,94 +46,53 @@ export default function LandingPage() {
@@ -154,17 +105,11 @@ export default function LandingPage() { description="Founded by master bakers in 2012, Golden Crumb is dedicated to the slow fermentation process. We believe good bread takes time, patience, and high-quality organic flour." bulletPoints={[ { - title: "Organic Ingredients", - description: "We source our flour and seasonal fruits from local family farms.", - }, + title: "Organic Ingredients", description: "We source our flour and seasonal fruits from local family farms."}, { - title: "Slow Fermentation", - description: "Our breads are proofed for 24 hours to maximize flavor and digestibility.", - }, + title: "Slow Fermentation", description: "Our breads are proofed for 24 hours to maximize flavor and digestibility."}, { - title: "Handmade Daily", - description: "Everything in our shop is prepared by hand, from scratch, every single dawn.", - }, + title: "Handmade Daily", description: "Everything in our shop is prepared by hand, from scratch, every single dawn."}, ]} imageSrc="https://pixabay.com/get/ge8508bbcc467cd52d1924dfb3f721f1be1a5ee8931f1d2f401d4a4e85f6bf1f094dc7e0557e2499ad244fec66e4ec03fe1b6936b3165fad0ed83c9197c8383b2_1280.jpg" mediaAnimation="blur-reveal" @@ -179,23 +124,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Golden Croissant", - price: "$4.50", - imageSrc: "https://pixabay.com/get/g97c0cf24c316edec2173a13da6f7afe352585c7b60308b737f40d236cb5a6bc628baaa0bba86a8bae17fef71f53b47e7dd2edc842c8761df84b51952e619a424_1280.jpg", - }, + id: "p1", name: "Golden Croissant", price: "$4.50", imageSrc: "https://pixabay.com/get/g97c0cf24c316edec2173a13da6f7afe352585c7b60308b737f40d236cb5a6bc628baaa0bba86a8bae17fef71f53b47e7dd2edc842c8761df84b51952e619a424_1280.jpg"}, { - id: "p2", - name: "Artisan Sourdough", - price: "$8.00", - imageSrc: "https://pixabay.com/get/g3a95a3faad20481ce888126d3426138a22769adb5f5467f595773baade8660097932924de26790858bfdadf1e5b34d63c6dcb9f717b006b700f2b921599f875e_1280.jpg", - }, + id: "p2", name: "Artisan Sourdough", price: "$8.00", imageSrc: "https://pixabay.com/get/g3a95a3faad20481ce888126d3426138a22769adb5f5467f595773baade8660097932924de26790858bfdadf1e5b34d63c6dcb9f717b006b700f2b921599f875e_1280.jpg"}, { - id: "p3", - name: "Seasonal Fruit Tart", - price: "$6.50", - imageSrc: "https://pixabay.com/get/g9c18e264fe0d10c7843504b6fcd1e677f615882bbf6efdc31b0d6d98e7d492bba2709156a1d4d6c9e8da57eb1df43503306f916d8b4bcdae2eac961bdb9e5692_1280.jpg", - }, + id: "p3", name: "Seasonal Fruit Tart", price: "$6.50", imageSrc: "https://pixabay.com/get/g9c18e264fe0d10c7843504b6fcd1e677f615882bbf6efdc31b0d6d98e7d492bba2709156a1d4d6c9e8da57eb1df43503306f916d8b4bcdae2eac961bdb9e5692_1280.jpg"}, ]} title="Fresh from Our Oven" description="Discover our signature baked goods, prepared daily with passion." @@ -204,45 +137,20 @@ export default function LandingPage() {
@@ -299,33 +195,21 @@ export default function LandingPage() { imageSrc="https://pixabay.com/get/g32c405d41485695806f7bab4fbbddb6bed8dabd001b4549eb6ad79304f1e8c1f00fa60ecfadd81269608a1de4d390e42a37b7e4d8cb6e6f4af6301810664e611_1280.jpg" columns={[ { - title: "Bakery", - items: [ + title: "Bakery", items: [ { - label: "Products", - href: "#products", - }, + label: "Products", href: "#products"}, { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}