diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f1424c..18666f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,16 @@ export default function LandingPage() { @@ -59,41 +49,26 @@ export default function LandingPage() {
@@ -105,17 +80,11 @@ export default function LandingPage() { description="Laila's Bakery started in a tiny home kitchen, driven by a passion to share the comforting flavors of the Philippines with our neighbors. Today, we continue to use time-honored techniques." metrics={[ { - value: "15+", - title: "Years Baking", - }, + value: "15+", title: "Years Baking"}, { - value: "5k+", - title: "Happy Neighbors", - }, + value: "5k+", title: "Happy Neighbors"}, { - value: "20+", - title: "Traditional Recipes", - }, + value: "20+", title: "Traditional Recipes"}, ]} imageSrc="http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-products_23-2148234239.jpg?_wi=1" imageAlt="The heart of Laila's Bakery" @@ -131,29 +100,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Fresh Daily", - description: "We bake our goods from scratch every single morning.", - tag: "Quality", - imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-oktoberfest-celebration_23-2149557109.jpg", - imageAlt: "minimalist bakery logo stamp", - }, + id: "f1", title: "Fresh Daily", description: "We bake our goods from scratch every single morning.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-oktoberfest-celebration_23-2149557109.jpg", imageAlt: "minimalist bakery logo stamp"}, { - id: "f2", - title: "Authentic Ingredients", - description: "Sourced carefully for the most authentic Filipino flavors.", - tag: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/bread-baguette-board-with-sesame-buns-table_140725-11058.jpg?_wi=2", - imageAlt: "minimalist bakery logo stamp", - }, + id: "f2", title: "Authentic Ingredients", description: "Sourced carefully for the most authentic Filipino flavors.", tag: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/bread-baguette-board-with-sesame-buns-table_140725-11058.jpg?_wi=2", imageAlt: "minimalist bakery logo stamp"}, { - id: "f3", - title: "Community Love", - description: "Supporting local growers and our lovely neighbors.", - tag: "Community", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-products_23-2148234239.jpg?_wi=2", - imageAlt: "minimalist bakery logo stamp", - }, + id: "f3", title: "Community Love", description: "Supporting local growers and our lovely neighbors.", tag: "Community", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-products_23-2148234239.jpg?_wi=2", imageAlt: "minimalist bakery logo stamp"}, ]} title="Why Choose Us?" description="Experience the authentic taste of tradition." @@ -168,47 +119,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Spanish Bread", - price: "$2.50", - variant: "Pack of 6", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fruity-pastries-sweet-baked-grey-light-wall-cake-pastry-bake-tea_140725-37684.jpg", - }, + id: "p1", name: "Spanish Bread", price: "$2.50", variant: "Pack of 6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fruity-pastries-sweet-baked-grey-light-wall-cake-pastry-bake-tea_140725-37684.jpg"}, { - id: "p2", - name: "Ube Loaf", - price: "$6.00", - variant: "Freshly Baked", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-blueberry-cake-slice-wooden-board_114579-61339.jpg", - }, + id: "p2", name: "Ube Loaf", price: "$6.00", variant: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-blueberry-cake-slice-wooden-board_114579-61339.jpg"}, { - id: "p3", - name: "Ensaymada", - price: "$3.00", - variant: "Cheesy", - imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-dried-fruit-bowl-marble-table_114579-72623.jpg", - }, + id: "p3", name: "Ensaymada", price: "$3.00", variant: "Cheesy", imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-dried-fruit-bowl-marble-table_114579-72623.jpg"}, { - id: "p4", - name: "Pandesal", - price: "$1.50", - variant: "Dozen", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookie-with-coconut-powder-wooden-background_181624-25074.jpg", - }, + id: "p4", name: "Pandesal", price: "$1.50", variant: "Dozen", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookie-with-coconut-powder-wooden-background_181624-25074.jpg"}, { - id: "p5", - name: "Hopia", - price: "$2.00", - variant: "Mung Bean", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bred-wooden-surface_181624-58277.jpg", - }, + id: "p5", name: "Hopia", price: "$2.00", variant: "Mung Bean", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bred-wooden-surface_181624-58277.jpg"}, { - id: "p6", - name: "Leche Flan", - price: "$8.00", - variant: "Small Tray", - imageSrc: "http://img.b2bpic.net/free-photo/sliced-piroshki-with-potatoes-blue-plate_114579-88869.jpg", - }, + id: "p6", name: "Leche Flan", price: "$8.00", variant: "Small Tray", imageSrc: "http://img.b2bpic.net/free-photo/sliced-piroshki-with-potatoes-blue-plate_114579-88869.jpg"}, ]} title="Our Daily Bakes" description="Discover your new favorite Filipino treat." @@ -221,45 +142,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - title: "Absolute Best!", - quote: "The Ube loaf is to die for. Reminds me of home.", - name: "Maria C.", - role: "Loyal Patron", - imageSrc: "http://img.b2bpic.net/free-photo/holidays-spring-party-concept-tender-romantic-cute-blond-girlfriend-prepared-delicious-desse_1258-92636.jpg", - }, + id: "t1", title: "Absolute Best!", quote: "The Ube loaf is to die for. Reminds me of home.", name: "Maria C.", role: "Loyal Patron", imageSrc: "http://img.b2bpic.net/free-photo/holidays-spring-party-concept-tender-romantic-cute-blond-girlfriend-prepared-delicious-desse_1258-92636.jpg"}, { - id: "t2", - title: "Consistently Good", - quote: "My go-to place for fresh pandesal every morning.", - name: "David L.", - role: "Regular Customer", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-basket-pastries_23-2148334511.jpg", - }, + id: "t2", title: "Consistently Good", quote: "My go-to place for fresh pandesal every morning.", name: "David L.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-basket-pastries_23-2148334511.jpg"}, { - id: "t3", - title: "So Authentic", - quote: "Finally, a place that gets the flavors exactly right.", - name: "Sarah P.", - role: "Food Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986280.jpg", - }, + id: "t3", title: "So Authentic", quote: "Finally, a place that gets the flavors exactly right.", name: "Sarah P.", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/mid-aged-couple-love-home_23-2147986280.jpg"}, { - id: "t4", - title: "Warm & Cozy", - quote: "Service is friendly and the bread is always fresh.", - name: "John D.", - role: "Local Neighbor", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-employee-checking-products_23-2148366518.jpg", - }, + id: "t4", title: "Warm & Cozy", quote: "Service is friendly and the bread is always fresh.", name: "John D.", role: "Local Neighbor", imageSrc: "http://img.b2bpic.net/free-photo/side-view-employee-checking-products_23-2148366518.jpg"}, { - id: "t5", - title: "Five Stars!", - quote: "Highly recommend the Ensaymada. Absolutely delicious.", - name: "Elena R.", - role: "Happy Customer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-proudly-confidently-making-number-one_1194-413976.jpg", - }, + id: "t5", title: "Five Stars!", quote: "Highly recommend the Ensaymada. Absolutely delicious.", name: "Elena R.", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-proudly-confidently-making-number-one_1194-413976.jpg"}, ]} title="Neighborly Love" description="What our wonderful community says about us." @@ -271,14 +162,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} names={[ - "Local Business Network", - "Neighborhood Association", - "Community Foodie Hub", - "Regional Bakers Guild", - "City News Daily", - "Daily Treats Magazine", - "Authentic Eats Review", - ]} + "Local Business Network", "Neighborhood Association", "Community Foodie Hub", "Regional Bakers Guild", "City News Daily", "Daily Treats Magazine", "Authentic Eats Review"]} title="Community Partners" description="Proud to be a recognized member of our vibrant local community." /> @@ -291,31 +175,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "100%", - title: "Freshness Guaranteed", - items: [ - "No preservatives", - "Natural ingredients", - ], + id: "m1", value: "100%", title: "Freshness Guaranteed", items: [ + "No preservatives", "Natural ingredients"], }, { - id: "m2", - value: "500+", - title: "Pandesal Daily", - items: [ - "Traditional batch", - "Golden brown", - ], + id: "m2", value: "500+", title: "Pandesal Daily", items: [ + "Traditional batch", "Golden brown"], }, { - id: "m3", - value: "10k+", - title: "Smiles Delivered", - items: [ - "Happy neighbors", - "Community focus", - ], + id: "m3", value: "10k+", title: "Smiles Delivered", items: [ + "Happy neighbors", "Community focus"], }, ]} title="By The Numbers" @@ -327,20 +196,15 @@ export default function LandingPage() { @@ -350,42 +214,27 @@ export default function LandingPage() { logoText="Laila's Bakery" columns={[ { - title: "About", - items: [ + title: "About", items: [ { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Our Process", - href: "#about", - }, + label: "Our Process", href: "#about"}, ], }, { - title: "Products", - items: [ + title: "Products", items: [ { - label: "Breads", - href: "#products", - }, + label: "Breads", href: "#products"}, { - label: "Pastries", - href: "#products", - }, + label: "Pastries", href: "#products"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "WhatsApp", - href: "https://wa.me/1234567890", - }, + label: "WhatsApp", href: "https://wa.me/1234567890"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "https://instagram.com"}, ], }, ]} @@ -395,4 +244,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file