Merge version_1 into main #2

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

View File

@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Heart, Sparkles, UtensilsCrossed } from 'lucide-react';
import { Heart, Sparkles, UtensilsCrossed, ChefHat } from 'lucide-react';
export default function LandingPage() {
return (
@@ -55,7 +55,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/close-up-cookie-table_107420-12121.jpg"
imageAlt="Authentic Italian pasta dish"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -76,7 +75,7 @@ export default function LandingPage() {
title="Featured Dishes"
description="Savor our most beloved creations, each prepared with premium ingredients and time-honored Italian techniques."
tag="Chef's Selection"
tagIcon={UtensilsCrossed}
tagIcon={ChefHat}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}