diff --git a/src/app/page.tsx b/src/app/page.tsx index 6126110..e595d3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,59 +47,25 @@ export default function LandingPage() {
@@ -119,20 +77,11 @@ export default function LandingPage() { title="Our Passion for Baking" description="Sunshine Spice began in a small kitchen with a dream to share heritage recipes using organic ingredients. Every loaf is baked fresh, every coffee is poured with precision." bulletPoints={[ - { - title: "Artisanal Methods", - description: "Long fermentation and traditional techniques.", - }, - { - title: "Local Ingredients", - description: "Sourcing flour and dairy from local farms.", - }, - { - title: "Warm Environment", - description: "Your cozy corner for coffee and conversation.", - }, + { title: "Artisanal Methods", description: "Long fermentation and traditional techniques." }, + { title: "Local Ingredients", description: "Sourcing flour and dairy from local farms." }, + { title: "Warm Environment", description: "Your cozy corner for coffee and conversation." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg" mediaAnimation="slide-up" /> @@ -144,40 +93,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Signature Coffee", - description: "Carefully selected beans, perfectly roasted.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-grinder_53876-165382.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/spanich-sandwich-shop-window_1398-4866.jpg", - imageAlt: "freshly roasted coffee beans cafe", + title: "Signature Coffee", description: "Carefully selected beans, perfectly roasted.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-grinder_53876-165382.jpg" }, }, { - title: "Fresh Pastries", - description: "Golden, buttery, and melt-in-your-mouth delicious.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/doughnut-cookies-with-cup-tea_114579-17553.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-jam-white-cutting-board-flat-lay_176474-8182.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg?_wi=2", - imageAlt: "freshly roasted coffee beans cafe", + title: "Fresh Pastries", description: "Golden, buttery, and melt-in-your-mouth delicious.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/doughnut-cookies-with-cup-tea_114579-17553.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-jam-white-cutting-board-flat-lay_176474-8182.jpg" }, }, { - title: "Artisan Breads", - description: "Naturally leavened sourdough bread daily.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheese-bread-making-composition_23-2149042407.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/baker-dusting-with-flour-wooden-table-with-baked-ingredients_23-2147926671.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/bunch-soft-cookies-wooden-plate-high-quality-photo_114579-35860.jpg?_wi=1", - imageAlt: "freshly roasted coffee beans cafe", + title: "Artisan Breads", description: "Naturally leavened sourdough bread daily.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheese-bread-making-composition_23-2149042407.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/baker-dusting-with-flour-wooden-table-with-baked-ingredients_23-2147926671.jpg" }, }, ]} showStepNumbers={false} @@ -193,42 +118,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Country Sourdough", - price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/bunch-soft-cookies-wooden-plate-high-quality-photo_114579-35860.jpg?_wi=2", - }, - { - id: "p2", - name: "Buttery Croissant", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/pile-french-baguettes_176420-7285.jpg", - }, - { - id: "p3", - name: "Blueberry Muffin", - price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-cloth_23-2149234820.jpg", - }, - { - id: "p4", - name: "Rustic Baguette", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/combination-cocoa-butter-cookies-wooden-platter_114579-56161.jpg", - }, - { - id: "p5", - name: "Cinnamon Roll", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-chocolate-cream-wooden-platter_114579-19190.jpg", - }, - { - id: "p6", - name: "Signature Cookie", - price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cinnamon-rolls_23-2148904668.jpg", - }, + { id: "p1", name: "Country Sourdough", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/bunch-soft-cookies-wooden-plate-high-quality-photo_114579-35860.jpg" }, + { id: "p2", name: "Buttery Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/pile-french-baguettes_176420-7285.jpg" }, + { id: "p3", name: "Blueberry Muffin", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-cloth_23-2149234820.jpg" }, + { id: "p4", name: "Rustic Baguette", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/combination-cocoa-butter-cookies-wooden-platter_114579-56161.jpg" }, + { id: "p5", name: "Cinnamon Roll", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-chocolate-cream-wooden-platter_114579-19190.jpg" }, + { id: "p6", name: "Signature Cookie", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cinnamon-rolls_23-2148904668.jpg" }, ]} title="Our Creations" description="From oven to your table." @@ -242,24 +137,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} members={[ - { - id: "t1", - name: "Elena R.", - role: "Head Baker", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-owner-concept-portrait-happy-young-bearded-caucasian-barista-apron-with-confident-looking-smiling-camera-coffee-shop-counter_1258-103925.jpg", - }, - { - id: "t2", - name: "Mark S.", - role: "Master Barista", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149045729.jpg", - }, - { - id: "t3", - name: "Sophia L.", - role: "Pastry Chef", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-running-successful-cafe-drinking-freshly-made-capuccino-using-laptop_197531-31063.jpg", - }, + { id: "t1", name: "Elena R.", role: "Head Baker", imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-owner-concept-portrait-happy-young-bearded-caucasian-barista-apron-with-confident-looking-smiling-camera-coffee-shop-counter_1258-103925.jpg" }, + { id: "t2", name: "Mark S.", role: "Master Barista", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149045729.jpg" }, + { id: "t3", name: "Sophia L.", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-running-successful-cafe-drinking-freshly-made-capuccino-using-laptop_197531-31063.jpg" }, ]} title="Meet Our Bakers" description="The passionate team behind Sunshine Spice." @@ -270,31 +150,11 @@ export default function LandingPage() {