diff --git a/src/app/page.tsx b/src/app/page.tsx index d67b2d5..56721f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,91 +32,39 @@ export default function LandingPage() {
@@ -126,7 +74,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Passionate About Every Sip" description="We source our beans from sustainable farms and roast them in small batches to ensure maximum flavor. Every cup is a testament to our dedication to coffee excellence." - imageSrc="http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg" imageAlt="Barista hand-crafting a beverage" /> @@ -138,40 +86,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Ethically Sourced", - description: "Beans sourced from organic, fair-trade farms.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dark-roasted-coffee-beans_84443-72316.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-brown-coffee-beans-sack-rustic-table_141793-6965.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=2", - imageAlt: "organic coffee beans roasted", + title: "Ethically Sourced", description: "Beans sourced from organic, fair-trade farms.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dark-roasted-coffee-beans_84443-72316.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-brown-coffee-beans-sack-rustic-table_141793-6965.jpg" } }, { - title: "Master Baristas", - description: "Highly trained experts in brewing science.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-pouring-milk-glass_23-2149870651.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg?_wi=2", - imageAlt: "organic coffee beans roasted", + title: "Master Baristas", description: "Highly trained experts in brewing science.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-pouring-milk-glass_23-2149870651.jpg" } }, { - title: "Cozy Ambience", - description: "Designed for relaxation and connection.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/cup-latte-coffee-with-frothy-foam-wooden-background_23-2148209223.jpg?_wi=1", - imageAlt: "organic coffee beans roasted", + title: "Cozy Ambience", description: "Designed for relaxation and connection.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg" } }, ]} showStepNumbers={true} @@ -187,48 +111,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Signature Espresso", - price: "$3.50", - variant: "Rich & Intense", - imageSrc: "http://img.b2bpic.net/free-photo/cup-latte-coffee-with-frothy-foam-wooden-background_23-2148209223.jpg?_wi=2", - }, - { - id: "p2", - name: "Velvet Cappuccino", - price: "$4.50", - variant: "Creamy & Balanced", - imageSrc: "http://img.b2bpic.net/free-photo/hot-latte_74190-2680.jpg", - }, - { - id: "p3", - name: "Classic Americano", - price: "$3.75", - variant: "Smooth & Strong", - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", - }, - { - id: "p4", - name: "Signature Mocha", - price: "$5.00", - variant: "Chocolaty & Sweet", - imageSrc: "http://img.b2bpic.net/free-photo/beating-chocolate_23-2148148754.jpg", - }, - { - id: "p5", - name: "Iced Vanilla Latte", - price: "$5.50", - variant: "Chilled & Refreshing", - imageSrc: "http://img.b2bpic.net/free-photo/perfect-iced-latte_53876-31301.jpg", - }, - { - id: "p6", - name: "Flat White", - price: "$4.25", - variant: "Silky & Bold", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_1339-4976.jpg", - }, + { id: "p1", name: "Signature Espresso", price: "$3.50", variant: "Rich & Intense", imageSrc: "http://img.b2bpic.net/free-photo/cup-latte-coffee-with-frothy-foam-wooden-background_23-2148209223.jpg" }, + { id: "p2", name: "Velvet Cappuccino", price: "$4.50", variant: "Creamy & Balanced", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte_74190-2680.jpg" }, + { id: "p3", name: "Classic Americano", price: "$3.75", variant: "Smooth & Strong", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg" }, + { id: "p4", name: "Signature Mocha", price: "$5.00", variant: "Chocolaty & Sweet", imageSrc: "http://img.b2bpic.net/free-photo/beating-chocolate_23-2148148754.jpg" }, + { id: "p5", name: "Iced Vanilla Latte", price: "$5.50", variant: "Chilled & Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/perfect-iced-latte_53876-31301.jpg" }, + { id: "p6", name: "Flat White", price: "$4.25", variant: "Silky & Bold", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_1339-4976.jpg" }, ]} title="Crafted Daily for You" description="From classic espressos to creative specialties, discover your new favorite." @@ -242,27 +130,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "10K+", - title: "Cups Served", - description: "Happy customers daily.", - icon: Coffee, - }, - { - id: "m2", - value: "50+", - title: "Coffee Origins", - description: "From around the globe.", - icon: Globe, - }, - { - id: "m3", - value: "12", - title: "Roast Profiles", - description: "Carefully perfected recipes.", - icon: Award, - }, + { id: "m1", value: "10K+", title: "Cups Served", description: "Happy customers daily.", icon: Coffee }, + { id: "m2", value: "50+", title: "Coffee Origins", description: "From around the globe.", icon: Globe }, + { id: "m3", value: "12", title: "Roast Profiles", description: "Carefully perfected recipes.", icon: Award }, ]} title="By the Numbers" description="Our impact on your daily routine." @@ -276,26 +146,11 @@ export default function LandingPage() { rating={5} author="Sarah Miller" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-enjoying-coffee-summer_1262-4770.jpg", - alt: "Sarah Miller", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-cup-coffee-posing-kitchen-enjoying_1258-194971.jpg", - alt: "Michael Chen", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-coffee_273609-12717.jpg", - alt: "Alex Rivera", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944044.jpg", - alt: "Emily Chen", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-standing-apron-uniform-giving-you-cup-coffee-made-drink_1258-199302.jpg", - alt: "Jason Park", - }, + { src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-enjoying-coffee-summer_1262-4770.jpg", alt: "Sarah Miller" }, + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-cup-coffee-posing-kitchen-enjoying_1258-194971.jpg", alt: "Michael Chen" }, + { src: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-coffee_273609-12717.jpg", alt: "Alex Rivera" }, + { src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944044.jpg", alt: "Emily Chen" }, + { src: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-standing-apron-uniform-giving-you-cup-coffee-made-drink_1258-199302.jpg", alt: "Jason Park" }, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -307,21 +162,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "What beans do you use?", - content: "We exclusively use fair-trade organic Arabica beans.", - }, - { - id: "f2", - title: "Do you offer vegan milk?", - content: "Yes, we offer almond, soy, and oat milk alternatives.", - }, - { - id: "f3", - title: "Can I order online?", - content: "Yes, please use our mobile app or website ordering portal.", - }, + { id: "f1", title: "What beans do you use?", content: "We exclusively use fair-trade organic Arabica beans." }, + { id: "f2", title: "Do you offer vegan milk?", content: "Yes, we offer almond, soy, and oat milk alternatives." }, + { id: "f3", title: "Can I order online?", content: "Yes, please use our mobile app or website ordering portal." }, ]} title="Common Questions" description="Get answers to your brewing queries." @@ -335,18 +178,8 @@ export default function LandingPage() { title="Visit Us Today" description="Come grab a cup and say hello. We look forward to meeting you!" inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} imageSrc="http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg" /> @@ -361,4 +194,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file