From da5f87ed3de24dfde762beeda34ca86d0120645e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 14:28:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8e9938..8ccc9ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Music, Palette, Star, Users } from "lucide-react"; +import { Coffee, Leaf, Croissant, Sandwich, Salad, Music, Palette, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -117,7 +117,7 @@ export default function LandingPage() { title: "Crafted Specialty Drinks", description: "Our expert baristas create unique coffee and tea beverages, from classic espresso to innovative seasonal lattes, using ethically sourced beans and premium ingredients.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg", imageAlt: "Latte art in a coffee cup", }, items: [ @@ -226,7 +226,7 @@ export default function LandingPage() { name: "Signature Latte", price: "€5.50", variant: "Creamy & Smooth", - imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg", imageAlt: "A cup of latte with art", }, ]}