From 1f499d28903feda31c171695a397039362162762 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 12:59:04 +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 d434765..ddc1d8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Coffee, Heart, Bowl, EggFried } from "lucide-react"; +import { Coffee, Heart, EggFried, Salad } from "lucide-react"; export default function LandingPage() { return ( @@ -92,7 +92,7 @@ export default function LandingPage() { subdescription="Whether you’re stopping by for your morning coffee, meeting friends for brunch, or enjoying a relaxing outdoor meal, our cozy atmosphere and friendly service make every visit special.\n\n📍 7580 NE 4th Ct, Miami, FL 33138\n📞 (305) 438-7641" icon={Coffee} imageSrc="http://img.b2bpic.net/free-photo/mirror-with-fresh-lemons_23-2148879044.jpg" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" imageAlt="cozy cafe interior seating" /> @@ -109,7 +109,7 @@ export default function LandingPage() { title: "Artisan Coffee", description: "Perfectly crafted coffee drinks made to complement your breakfast or afternoon break.", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg", imageAlt: "artisan coffee cup latte", buttonIcon: Coffee, }, { - title: "Mediterranean Bowls", description: "Fresh vegetables, premium ingredients, and authentic Mediterranean flavors.", imageSrc: "http://img.b2bpic.net/free-photo/close-view-poke-bowl_1268-21961.jpg", imageAlt: "mediterranean bowl fresh vegetables", buttonIcon: Bowl, + title: "Mediterranean Bowls", description: "Fresh vegetables, premium ingredients, and authentic Mediterranean flavors.", imageSrc: "http://img.b2bpic.net/free-photo/close-view-poke-bowl_1268-21961.jpg", imageAlt: "mediterranean bowl fresh vegetables", buttonIcon: Salad, }, { title: "Signature Brunch Plates", description: "Healthy, flavorful brunch dishes loved by locals and visitors alike.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cake-with-berries-sweets-waffles-cookies-cup-tea_140725-71676.jpg", imageAlt: "signature brunch plate eggs", buttonIcon: EggFried, -- 2.49.1