diff --git a/src/app/page.tsx b/src/app/page.tsx index e130e4b..178fa35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/glass-americano-coffee-with-milky-foam-top_114579-4777.jpg", imageAlt: "Specialty latte with beautiful foam art" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-smelling-fresh-baked-croissants-cake-stand_23-2148028018.jpg", imageAlt: "Fresh croissant and pastries with coffee" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/dark-aromatic-chocolate-coffee-beans-freshly-baked-hot-cool-dawn-inside-best-professional-roasting-machine_346278-553.jpg", imageAlt: "Premium roasted coffee beans" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/sad-woman-windowsill-group-therapy-session-with-empty-chairs_23-2148752078.jpg", imageAlt: "Cozy café seating area" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/glass-americano-coffee-with-milky-foam-top_114579-4777.jpg?_wi=1", imageAlt: "Specialty latte with beautiful foam art" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-smelling-fresh-baked-croissants-cake-stand_23-2148028018.jpg?_wi=1", imageAlt: "Fresh croissant and pastries with coffee" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/dark-aromatic-chocolate-coffee-beans-freshly-baked-hot-cool-dawn-inside-best-professional-roasting-machine_346278-553.jpg?_wi=1", imageAlt: "Premium roasted coffee beans" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/sad-woman-windowsill-group-therapy-session-with-empty-chairs_23-2148752078.jpg?_wi=1", imageAlt: "Cozy café seating area" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-pouring-sugar-into-cappuccino-cup_23-2147834570.jpg", imageAlt: "Skilled barista preparing specialty coffee" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cookie-with-black-tea-table_140725-854.jpg", imageAlt: "Elegant dessert with coffee pairing" } ]} @@ -86,13 +86,13 @@ export default function LandingPage() { description="Explore our carefully curated selection of specialty drinks and freshly baked treats. Each item is crafted to deliver an unforgettable experience." products={[ { id: "1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg", imageAlt: "Rich espresso shot with crema" }, - { id: "2", name: "Artisan Latte", price: "$5.95", imageSrc: "http://img.b2bpic.net/free-photo/glass-americano-coffee-with-milky-foam-top_114579-4777.jpg", imageAlt: "Creamy latte with latte art" }, - { id: "3", name: "Cold Brew Deluxe", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cups-table_93675-130857.jpg", imageAlt: "Refreshing cold brew over ice" }, - { id: "4", name: "Premium Cappuccino", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-americano-coffee-with-milky-foam-top_114579-4777.jpg", imageAlt: "Classic cappuccino with foam" }, - { id: "5", name: "Organic Herbal Tea", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cups-table_93675-130857.jpg", imageAlt: "Steaming herbal tea in ceramic cup" }, - { id: "6", name: "Fresh Croissant", price: "$3.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-smelling-fresh-baked-croissants-cake-stand_23-2148028018.jpg", imageAlt: "Buttery fresh croissant" }, - { id: "7", name: "Chocolate Cake", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-tea-macarons-white_140725-78205.jpg", imageAlt: "Decadent chocolate cake slice" }, - { id: "8", name: "Seasonal Blend", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_1150-18218.jpg", imageAlt: "Our exclusive seasonal coffee blend" } + { id: "2", name: "Artisan Latte", price: "$5.95", imageSrc: "http://img.b2bpic.net/free-photo/glass-americano-coffee-with-milky-foam-top_114579-4777.jpg?_wi=2", imageAlt: "Creamy latte with latte art" }, + { id: "3", name: "Cold Brew Deluxe", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cups-table_93675-130857.jpg?_wi=1", imageAlt: "Refreshing cold brew over ice" }, + { id: "4", name: "Premium Cappuccino", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-americano-coffee-with-milky-foam-top_114579-4777.jpg?_wi=3", imageAlt: "Classic cappuccino with foam" }, + { id: "5", name: "Organic Herbal Tea", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cups-table_93675-130857.jpg?_wi=2", imageAlt: "Steaming herbal tea in ceramic cup" }, + { id: "6", name: "Fresh Croissant", price: "$3.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-smelling-fresh-baked-croissants-cake-stand_23-2148028018.jpg?_wi=2", imageAlt: "Buttery fresh croissant" }, + { id: "7", name: "Chocolate Cake", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-tea-macarons-white_140725-78205.jpg?_wi=1", imageAlt: "Decadent chocolate cake slice" }, + { id: "8", name: "Seasonal Blend", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_1150-18218.jpg?_wi=1", imageAlt: "Our exclusive seasonal coffee blend" } ]} gridVariant="bento-grid" animationType="slide-up" @@ -116,22 +116,22 @@ export default function LandingPage() { { title: "Premium Beans", description: "Sourced globally and roasted locally. Our commitment to quality starts with the finest coffee beans.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_1150-18218.jpg", imageAlt: "Premium roasted coffee beans" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dark-aromatic-chocolate-coffee-beans-freshly-baked-hot-cool-dawn-inside-best-professional-roasting-machine_346278-553.jpg", imageAlt: "Close-up of fresh roasted beans" } + { imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_1150-18218.jpg?_wi=2", imageAlt: "Premium roasted coffee beans" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dark-aromatic-chocolate-coffee-beans-freshly-baked-hot-cool-dawn-inside-best-professional-roasting-machine_346278-553.jpg?_wi=2", imageAlt: "Close-up of fresh roasted beans" } ] }, { title: "Cozy Atmosphere", description: "Designed for relaxation and connection. Our café is the perfect spot to unwind or catch up with friends.", icon: Home, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-coffee-shop_1339-4148.jpg", imageAlt: "Comfortable cozy café seating" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sad-woman-windowsill-group-therapy-session-with-empty-chairs_23-2148752078.jpg", imageAlt: "Inviting café interior ambiance" } + { imageSrc: "http://img.b2bpic.net/free-photo/sad-woman-windowsill-group-therapy-session-with-empty-chairs_23-2148752078.jpg?_wi=2", imageAlt: "Inviting café interior ambiance" } ] }, { title: "Sweet Creations", description: "Fresh pastries and desserts made daily. The perfect complement to your perfect cup of coffee.", icon: Cake, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-tea-macarons-white_140725-78205.jpg", imageAlt: "Array of gourmet desserts" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-smelling-fresh-baked-croissants-cake-stand_23-2148028018.jpg", imageAlt: "Fresh artisan pastries display" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-tea-macarons-white_140725-78205.jpg?_wi=2", imageAlt: "Array of gourmet desserts" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-smelling-fresh-baked-croissants-cake-stand_23-2148028018.jpg?_wi=3", imageAlt: "Fresh artisan pastries display" } ] } ]}