diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b0ebd3..c9358e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -181,42 +94,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Golden Croissant", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg?_wi=1", - }, - { - id: "2", - name: "Rustic Sourdough", - price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=1", - }, - { - id: "3", - name: "Cinnamon Swirl", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/fluffy-meringue-muffins-with-black-dry-grapes-table_114579-22145.jpg", - }, - { - id: "4", - name: "French Baguette", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/different-loaves-bread-woman-holding-with-hand_114579-48955.jpg", - }, - { - id: "5", - name: "Blueberry Muffin", - price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/blueberry-muffin_74190-2634.jpg", - }, - { - id: "6", - name: "Chocolate Cookie", - price: "$2.50", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-donuts-with-chocolate-chips_23-2147802458.jpg", - }, + { id: "1", name: "Golden Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg" }, + { id: "2", name: "Rustic Sourdough", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg" }, + { id: "3", name: "Cinnamon Swirl", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-meringue-muffins-with-black-dry-grapes-table_114579-22145.jpg" }, + { id: "4", name: "French Baguette", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/different-loaves-bread-woman-holding-with-hand_114579-48955.jpg" }, + { id: "5", name: "Blueberry Muffin", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-muffin_74190-2634.jpg" }, + { id: "6", name: "Chocolate Cookie", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-donuts-with-chocolate-chips_23-2147802458.jpg" }, ]} title="Fresh from the Oven" description="Daily bakes, warm and ready for you." @@ -230,79 +113,34 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Organic Ingredients", - description: "Sourced locally and sustainably.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cake-slices-parchment-paper_23-2148368312.jpg", - imageAlt: "fresh artisanal bread bakery interior", - }, + title: "Organic Ingredients", description: "Sourced locally and sustainably.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cake-slices-parchment-paper_23-2148368312.jpg", imageAlt: "fresh artisanal bread bakery interior"}, items: [ - { - text: "Local", - icon: CheckCircle, - }, - { - text: "Natural", - icon: Leaf, - }, - { - text: "Sustainable", - icon: Earth, - }, + { text: "Local", icon: CheckCircle }, + { text: "Natural", icon: Leaf }, + { text: "Sustainable", icon: Star }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg?_wi=2", - imageAlt: "fresh artisanal bread bakery interior", }, { - title: "Traditional Methods", - description: "Slow-fermented for best flavor.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg?_wi=1", - imageAlt: "bakery owner smiling inside shop", - }, + title: "Traditional Methods", description: "Slow-fermented for best flavor.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg", imageAlt: "bakery owner smiling inside shop"}, items: [ - { - text: "Slow-proofed", - icon: Clock, - }, - { - text: "Handcrafted", - icon: Award, - }, - { - text: "Time-tested", - icon: Star, - }, + { text: "Slow-proofed", icon: Clock }, + { text: "Handcrafted", icon: Award }, + { text: "Time-tested", icon: Star }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg?_wi=2", - imageAlt: "fresh artisanal bread bakery interior", }, { - title: "Community Focus", - description: "Gather, share, enjoy together.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/female-baker-with-baked-bread-pastry-shop_23-2150379580.jpg", - imageAlt: "satisfied customer coffee bakery", - }, + title: "Community Focus", description: "Gather, share, enjoy together.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/female-baker-with-baked-bread-pastry-shop_23-2150379580.jpg", imageAlt: "satisfied customer coffee bakery"}, items: [ - { - text: "Warm vibe", - icon: Heart, - }, - { - text: "Open space", - icon: Users, - }, - { - text: "Cozy", - icon: Coffee, - }, + { text: "Warm vibe", icon: Heart }, + { text: "Open space", icon: Users }, + { text: "Cozy", icon: Coffee }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg?_wi=2", - imageAlt: "fresh artisanal bread bakery interior", }, ]} title="Why Choose Us?" @@ -316,60 +154,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Elena M.", - date: "Jan 2024", - title: "Local Regular", - quote: "The best sourdough in the entire city. Absolutely worth the walk!", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/dessert-with-my-best-friend-tastes-doubly-well_329181-2937.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg?_wi=3", - imageAlt: "happy customer eating pastry", - }, + id: "1", name: "Elena M.", date: "Jan 2024", title: "Local Regular", quote: "The best sourdough in the entire city. Absolutely worth the walk!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/dessert-with-my-best-friend-tastes-doubly-well_329181-2937.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg", imageAlt: "happy customer eating pastry"}, { - id: "2", - name: "Marco G.", - date: "Feb 2024", - title: "Coffee Lover", - quote: "Cozy, warm, and the pastries are always fresh and buttery.", - tag: "Frequent", - avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-female-red-haired-barista-looking-camera-smiling_171337-15610.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg?_wi=3", - imageAlt: "happy customer eating pastry", - }, + id: "2", name: "Marco G.", date: "Feb 2024", title: "Coffee Lover", quote: "Cozy, warm, and the pastries are always fresh and buttery.", tag: "Frequent", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-female-red-haired-barista-looking-camera-smiling_171337-15610.jpg", imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg", imageAlt: "happy customer eating pastry"}, { - id: "3", - name: "Sarah P.", - date: "Mar 2024", - title: "Foodie", - quote: "The team is so friendly, you feel like family the moment you walk in.", - tag: "Fan", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg?_wi=2", - imageAlt: "happy customer eating pastry", - }, + id: "3", name: "Sarah P.", date: "Mar 2024", title: "Foodie", quote: "The team is so friendly, you feel like family the moment you walk in.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg", imageAlt: "happy customer eating pastry"}, { - id: "4", - name: "David L.", - date: "Apr 2024", - title: "Daily Visitor", - quote: "Simply impeccable quality, cannot start my day without their muffins.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg?_wi=3", - imageAlt: "happy customer eating pastry", - }, + id: "4", name: "David L.", date: "Apr 2024", title: "Daily Visitor", quote: "Simply impeccable quality, cannot start my day without their muffins.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg", imageAlt: "happy customer eating pastry"}, { - id: "5", - name: "Anna S.", - date: "May 2024", - title: "Local", - quote: "My favorite bakery to spend time reading and enjoying some quiet time.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=2", - imageAlt: "happy customer eating pastry", - }, + id: "5", name: "Anna S.", date: "May 2024", title: "Local", quote: "My favorite bakery to spend time reading and enjoying some quiet time.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg", imageAlt: "happy customer eating pastry"}, ]} title="What Our Neighbors Say" description="Heartfelt feedback from our lovely customers." @@ -383,33 +176,14 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "g1", - groupTitle: "Management & Chefs", - members: [ + id: "g1", groupTitle: "Management & Chefs", members: [ { - id: "m1", - title: "Giulia B.", - subtitle: "Head Baker", - detail: "Expert in traditional bread making.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-hands-hip_1170-2029.jpg", - }, + id: "m1", title: "Giulia B.", subtitle: "Head Baker", detail: "Expert in traditional bread making.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-hands-hip_1170-2029.jpg"}, { - id: "m2", - title: "Luca R.", - subtitle: "Pastry Chef", - detail: "Master of flavors and intricate crusts.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-female-barista-with-arms-crossed-cafe_1170-604.jpg", - }, + id: "m2", title: "Luca R.", subtitle: "Pastry Chef", detail: "Master of flavors and intricate crusts.", imageSrc: "http://img.b2bpic.net/free-photo/confident-female-barista-with-arms-crossed-cafe_1170-604.jpg"}, { - id: "m3", - title: "Sofia L.", - subtitle: "Service Lead", - detail: "Greeting you with a warm smile daily.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waiter-standing-counter_1170-558.jpg", - }, + id: "m3", title: "Sofia L.", subtitle: "Service Lead", detail: "Greeting you with a warm smile daily.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waiter-standing-counter_1170-558.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg?_wi=4", - imageAlt: "professional baker artisan portrait", }, ]} title="Meet Our Bakers" @@ -422,21 +196,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you offer gluten-free options?", - content: "We do feature select gluten-conscious items, please ask in-store.", - }, - { - id: "q2", - title: "Can I pre-order for large events?", - content: "Absolutely! Reach out 48 hours in advance for large orders.", - }, - { - id: "q3", - title: "What are your opening hours?", - content: "We are open daily from 7:00 AM until we sell out.", - }, + { id: "q1", title: "Do you offer gluten-free options?", content: "We do feature select gluten-conscious items, please ask in-store." }, + { id: "q2", title: "Can I pre-order for large events?", content: "Absolutely! Reach out 48 hours in advance for large orders." }, + { id: "q3", title: "What are your opening hours?", content: "We are open daily from 7:00 AM until we sell out." }, ]} title="Commonly Asked" description="Have questions about our baking process?" @@ -447,14 +209,8 @@ export default function LandingPage() {