From 3a7dda6ea762461a7273364ba771d8c79a7f2596 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 2 Apr 2026 15:05:11 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index dafdd93..8aa566c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,10 @@ export default function LandingPage() { }, ]} brandName="Golden Crumb" + button={{ + text: "Contact Us", + href: "#contact", + }} /> -- 2.49.1 From 911cdeb14d687c372b5eff6ae70d09e5c838afdc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:05:28 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 196 ++++++++--------------------------------------- 1 file changed, 32 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8aa566c..976c606 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,28 +28,14 @@ export default function LandingPage() { @@ -57,37 +43,14 @@ export default function LandingPage() { @@ -96,19 +59,9 @@ export default function LandingPage() { @@ -120,42 +73,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Butter Croissant", - price: "$4.50", - imageSrc: "https://pixabay.com/get/ged6055b0a7c828b5a061c82b8a6ca1bd460ed895e9e46a216eb4f97f601e90ea62e5ecb152e6a51d306c0a828e35a4eb45663639c0d0fbbe637584befc835095_1280.jpg", - }, - { - id: "p2", - name: "Sourdough Boule", - price: "$8.00", - imageSrc: "https://pixabay.com/get/g4cd179c9eb3004d8253cff79c5adf3f2d648f3943877426ce15c0b8bff7f4e2db3633a19a5c7a1d6b6b6ffd0bbce2527c676fb6667aa7584adf8d70498bcbfb0_1280.jpg", - }, - { - id: "p3", - name: "Fruit Tart", - price: "$6.50", - imageSrc: "https://pixabay.com/get/gb02fcf9c39da137d88b79bc7236455eb917e7ea1583b9977bf9cbc5802cce83ddf3c587a66572044d77b4d6dff0eb48fd93a42b4cb950c049f30c63fda439c0d_1280.jpg", - }, - { - id: "p4", - name: "Cinnamon Roll", - price: "$5.00", - imageSrc: "https://pixabay.com/get/g7cad086427bbb7905b178033a962a1db3f65c8915844e9f079510f7eb74675a90ce2b039d909578fa0ef9a5c5d48a7e3fe318a670fdd7c1a2d7f1d833407d768_1280.jpg", - }, - { - id: "p5", - name: "Double Choc Muffin", - price: "$3.75", - imageSrc: "https://pixabay.com/get/g7d110ad17a6ea6e01e5791c49889215bb20c24ed811ede6c8386b52f94971930233eb2231ebc8e61738bba4fdf2ebf31dd9111831ec72f696e822e0e7d60c227_1280.jpg", - }, - { - id: "p6", - name: "Macaron Selection", - price: "$12.00", - imageSrc: "https://pixabay.com/get/ge43ee9dcbebef213527f814eb99f671d576e086b384e6c7a362c3806267ca3c1f392b1874f007047b9809086b05f5cfe02bba4e874934d02538a0ff4fdbd4139_1280.jpg", - }, + { id: "p1", name: "Butter Croissant", price: "$4.50", imageSrc: "https://pixabay.com/get/ged6055b0a7c828b5a061c82b8a6ca1bd460ed895e9e46a216eb4f97f601e90ea62e5ecb152e6a51d306c0a828e35a4eb45663639c0d0fbbe637584befc835095_1280.jpg" }, + { id: "p2", name: "Sourdough Boule", price: "$8.00", imageSrc: "https://pixabay.com/get/g4cd179c9eb3004d8253cff79c5adf3f2d648f3943877426ce15c0b8bff7f4e2db3633a19a5c7a1d6b6b6ffd0bbce2527c676fb6667aa7584adf8d70498bcbfb0_1280.jpg" }, + { id: "p3", name: "Fruit Tart", price: "$6.50", imageSrc: "https://pixabay.com/get/gb02fcf9c39da137d88b79bc7236455eb917e7ea1583b9977bf9cbc5802cce83ddf3c587a66572044d77b4d6dff0eb48fd93a42b4cb950c049f30c63fda439c0d_1280.jpg" }, + { id: "p4", name: "Cinnamon Roll", price: "$5.00", imageSrc: "https://pixabay.com/get/g7cad086427bbb7905b178033a962a1db3f65c8915844e9f079510f7eb74675a90ce2b039d909578fa0ef9a5c5d48a7e3fe318a670fdd7c1a2d7f1d833407d768_1280.jpg" }, + { id: "p5", name: "Double Choc Muffin", price: "$3.75", imageSrc: "https://pixabay.com/get/g7d110ad17a6ea6e01e5791c49889215bb20c24ed811ede6c8386b52f94971930233eb2231ebc8e61738bba4fdf2ebf31dd9111831ec72f696e822e0e7d60c227_1280.jpg" }, + { id: "p6", name: "Macaron Selection", price: "$12.00", imageSrc: "https://pixabay.com/get/ge43ee9dcbebef213527f814eb99f671d576e086b384e6c7a362c3806267ca3c1f392b1874f007047b9809086b05f5cfe02bba4e874934d02538a0ff4fdbd4139_1280.jpg" } ]} title="Our Signature Bakes" description="Handcrafted goodness made with locally sourced ingredients." @@ -167,46 +90,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - title: "Great experience", - quote: "The best sourdough I've ever had.", - name: "Alice M.", - role: "Foodie", - imageSrc: "https://pixabay.com/get/gf2228ea20a59cdfa4de7db6d0b078d69e0a89e8f0abcd56961ede62d625aec98906f600c3e5b6a2a0ec24bd0f331a3cb_1280.jpg?_wi=1", - }, - { - id: "t2", - title: "Fresh everyday", - quote: "My morning stop for a perfect croissant.", - name: "Bob D.", - role: "Regular", - imageSrc: "https://pixabay.com/get/g3f7b3a9e974e66175c6ad54ccbd815a3fa35bc1aa372092b6e8d92d8f69caf548f9a21269219a6c8b8e0a5e067f76b94bc1a050f82dc90862a1dcf55442870d6_1280.jpg", - }, - { - id: "t3", - title: "Lovely spot", - quote: "Beautiful atmosphere and even better bread.", - name: "Charlie G.", - role: "Visitor", - imageSrc: "https://pixabay.com/get/gaffb0eff891bad9bfcfa9b90b704be647a60ed074528bbdcbeec190d87b30e7df007ac2749b552607a82787f283e6df6d1c156d1b854f75892494901210ec956_1280.jpg", - }, - { - id: "t4", - title: "Excellence", - quote: "Consistent quality, always a treat.", - name: "Diana S.", - role: "Fan", - imageSrc: "https://pixabay.com/get/g403c4b565804c59417d2954f5b6e4bf1c4d9a1e47b91b280d3d78bc602375047a9b1863d81470e21bb55077ecf92d71cd799821778afff73188c0b5203f52028_1280.jpg", - }, - { - id: "t5", - title: "Masterful bakes", - quote: "The tarts are just divine.", - name: "Edward P.", - role: "Customer", - imageSrc: "https://pixabay.com/get/gf2228ea20a59cdfa4de7db6d0b078d69e0a89e8f0abcd56961ede62d625aec98906f600c3e5b6a2a0ec24bd0f331a3cb_1280.jpg?_wi=2", - }, + { id: "t1", title: "Great experience", quote: "The best sourdough I've ever had.", name: "Alice M.", role: "Foodie", imageSrc: "https://pixabay.com/get/gf2228ea20a59cdfa4de7db6d0b078d69e0a89e8f0abcd56961ede62d625aec98906f600c3e5b6a2a0ec24bd0f331a3cb_1280.jpg" }, + { id: "t2", title: "Fresh everyday", quote: "My morning stop for a perfect croissant.", name: "Bob D.", role: "Regular", imageSrc: "https://pixabay.com/get/g3f7b3a9e974e66175c6ad54ccbd815a3fa35bc1aa372092b6e8d92d8f69caf548f9a21269219a6c8b8e0a5e067f76b94bc1a050f82dc90862a1dcf55442870d6_1280.jpg" }, + { id: "t3", title: "Lovely spot", quote: "Beautiful atmosphere and even better bread.", name: "Charlie G.", role: "Visitor", imageSrc: "https://pixabay.com/get/gaffb0eff891bad9bfcfa9b90b704be647a60ed074528bbdcbeec190d87b30e7df007ac2749b552607a82787f283e6df6d1c156d1b854f75892494901210ec956_1280.jpg" }, + { id: "t4", title: "Excellence", quote: "Consistent quality, always a treat.", name: "Diana S.", role: "Fan", imageSrc: "https://pixabay.com/get/g403c4b565804c59417d2954f5b6e4bf1c4d9a1e47b91b280d3d78bc602375047a9b1863d81470e21bb55077ecf92d71cd799821778afff73188c0b5203f52028_1280.jpg" }, + { id: "t5", title: "Masterful bakes", quote: "The tarts are just divine.", name: "Edward P.", role: "Customer", imageSrc: "https://pixabay.com/get/gf2228ea20a59cdfa4de7db6d0b078d69e0a89e8f0abcd56961ede62d625aec98906f600c3e5b6a2a0ec24bd0f331a3cb_1280.jpg" } ]} title="Loved by locals" description="Hear what our wonderful community has to say about our bakes." @@ -223,31 +111,11 @@ export default function LandingPage() { mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ - { - id: "q1", - title: "Do you bake daily?", - content: "Yes! Every loaf and pastry you see in our shop is baked fresh on-site every single morning.", - }, - { - id: "q2", - title: "Are your ingredients organic?", - content: "We prioritize locally sourced, high-quality ingredients and use organic flour whenever possible.", - }, - { - id: "q3", - title: "Do you offer gluten-free options?", - content: "While we specialize in traditional wheat sourdough, we are currently experimenting with new flour blends.", - }, - { - id: "q4", - title: "Can I place custom orders?", - content: "Absolutely. Please contact us at least 48 hours in advance for custom celebration cakes or bulk orders.", - }, - { - id: "q5", - title: "Where is the bakery located?", - content: "We are located in the heart of downtown. Come visit us for a fresh smell and warm atmosphere.", - }, + { id: "q1", title: "Do you bake daily?", content: "Yes! Every loaf and pastry you see in our shop is baked fresh on-site every single morning." }, + { id: "q2", title: "Are your ingredients organic?", content: "We prioritize locally sourced, high-quality ingredients and use organic flour whenever possible." }, + { id: "q3", title: "Do you offer gluten-free options?", content: "While we specialize in traditional wheat sourdough, we are currently experimenting with new flour blends." }, + { id: "q4", title: "Can I place custom orders?", content: "Absolutely. Please contact us at least 48 hours in advance for custom celebration cakes or bulk orders." }, + { id: "q5", title: "Where is the bakery located?", content: "We are located in the heart of downtown. Come visit us for a fresh smell and warm atmosphere." } ]} /> -- 2.49.1