diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e09abb..516f760 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,79 +29,52 @@ export default function LandingPage() {
@@ -110,22 +83,18 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} + title="The Signature Experience" + description="Our artisanal process defines who we are." features={[ { - id: "f1", title: "Slow Crafted Daily", author: "Harold's Method", description: "Small batches. Never rushed. Always worth the wait.", tags: [ - "Artisan", "Daily"], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cake-parchment-paper-cloth_23-2148368311.jpg"}, + id: "s1", title: "The Daily Proof", author: "Harold's Standard", description: "Hand-shaped and fermented for 24 hours to ensure the perfect crumb and flavor profile.", tags: ["Artisan", "Slow-Baked"], + imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5446.jpg?_wi=1" + }, { - id: "f2", title: "Locally Loved", author: "Community", description: "A hidden gem people can’t stop talking about.", tags: [ - "Local", "Favorite"], - imageSrc: "http://img.b2bpic.net/free-photo/girl-offering-bread-tray_23-2147984942.jpg"}, - { - id: "f3", title: "Worth the Trip", author: "Experience", description: "Whether it’s 5 minutes or 7km—you’ll come back.", tags: [ - "Destination", "Experience"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24886.jpg"}, + id: "s2", title: "Signature Pastries", author: "Chef's Selection", description: "Buttery, flaky, and golden. Prepared fresh every morning before the sun comes up.", tags: ["Pastry", "Morning Ritual"], + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24886.jpg" + } ]} - title="More Than a Bakery" - description="What makes Harold’s different." /> @@ -135,97 +104,46 @@ export default function LandingPage() { textboxLayout="split" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} - products={[ - { - id: "p1", brand: "Bread", name: "Portage Bread", price: "$8.00", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg"}, - { - id: "p2", brand: "Pie", name: "Coconut Cream Pie", price: "$6.50", rating: 5, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-cake-with-jam_23-2147802605.jpg"}, - { - id: "p3", brand: "Tart", name: "Butterscotch Tart", price: "$5.00", rating: 4, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/indulgent-caramel-melting-baked-dark-chocolate-generated-by-ai_188544-18043.jpg"}, - { - id: "p4", brand: "Tart", name: "Lemon Tart", price: "$5.00", rating: 5, - reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/cake-slice-served-plate_141793-1312.jpg"}, - { - id: "p5", brand: "Pastry", name: "Fresh Scones", price: "$4.00", rating: 4, - reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/scone-set_1150-11057.jpg"}, - { - id: "p6", brand: "Treats", name: "Strawberry Coconut Cups", price: "$4.50", rating: 5, - reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/fruit-glass-table_140725-428.jpg"}, - ]} title="Featured Items" - description="Most Loved. Always Remembered." + description="Our most popular creations, baked daily." + products={[ + { id: "p1", brand: "Bread", name: "Portage Sourdough", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg" }, + { id: "p2", brand: "Pie", name: "Coconut Cream Pie", price: "$6.50", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-cake-with-jam_23-2147802605.jpg" }, + { id: "p3", brand: "Tart", name: "Butterscotch Tart", price: "$5.00", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/indulgent-caramel-melting-baked-dark-chocolate-generated-by-ai_188544-18043.jpg" }, + { id: "p4", brand: "Tart", name: "Lemon Zest Tart", price: "$5.00", rating: 5, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/cake-slice-served-plate_141793-1312.jpg" }, + ]} />