Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-05 12:59:07 +00:00

View File

@@ -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 youre 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"
/>
</div>
@@ -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,