Update src/app/page.tsx
This commit is contained in:
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Espresso Shot", price: "$3.00", variant: "Rich, bold, and aromatic.", imageSrc: "https://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354586.jpg", imageAlt: "Espresso Shot" },
|
||||
{ id: "3", name: "Cold Brew", price: "$5.00", variant: "Smooth, low-acid, and refreshing.", imageSrc: "https://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Cold Brew" },
|
||||
{ id: "4", name: "Matcha Latte", price: "$5.50", variant: "Earthy, vibrant, and energizing.", imageSrc: "https://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg", imageAlt: "Matcha Latte" },
|
||||
{ id: "5", name: "Freshly Baked Pastries", price: "$3.75", variant: "A delightful selection daily.", imageSrc: "https://img.b2bpic.net/free-photo/variety-sweet-biscuits-wooden-piece-with-dried-fruits-high-quality-photo_114579-68830.jpg?_wi=1", imageAlt: "Freshly Baked Pastries" }
|
||||
{ id: "5", name: "Freshly Baked Pastries", price: "$3.75", variant: "A delightful selection daily.", imageSrc: "https://img.b2bpic.net/free-photo/variety-sweet-biscuits-wooden-piece-with-dried-fruits-high-quality-photo_114579-68830.jpg", imageAlt: "Freshly Baked Pastries" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
{ title: "Ethically Sourced Beans", description: "We partner with farms dedicated to sustainable practices and exceptional quality.", imageSrc: "https://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg", imageAlt: "Ethically sourced coffee beans", buttonIcon: Leaf, buttonHref: "#beans" },
|
||||
{ title: "Expert Baristas", description: "Our team crafts every drink with passion and precision.", imageSrc: "https://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", imageAlt: "Barista making coffee", buttonIcon: Coffee, buttonHref: "#team" },
|
||||
{ title: "Cozy Atmosphere", description: "Relax and unwind in our welcoming space, perfect for work or leisure.", imageSrc: "https://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", imageAlt: "Cozy cafe interior", buttonIcon: Home, buttonHref: "#ambiance" },
|
||||
{ title: "Delicious Pairings", description: "Enjoy our selection of freshly baked goods and snacks.", imageSrc: "https://img.b2bpic.net/free-photo/variety-sweet-biscuits-wooden-piece-with-dried-fruits-high-quality-photo_114579-68830.jpg?_wi=2", imageAlt: "Pastries and coffee", buttonIcon: Croissant, buttonHref: "#pastries" }
|
||||
{ title: "Delicious Pairings", description: "Enjoy our selection of freshly baked goods and snacks.", imageSrc: "https://img.b2bpic.net/free-photo/variety-sweet-biscuits-wooden-piece-with-dried-fruits-high-quality-photo_114579-68830.jpg", imageAlt: "Pastries and coffee", buttonIcon: Croissant, buttonHref: "#pastries" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user