Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 13:36:50 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, History, Heart, Chef, Star, Utensils, Wine, Home, Camera, Facebook, Instagram } from 'lucide-react';
import { Award, History, Heart, UtensilsCrossed, Star, Wine, Home, Camera, Facebook, Instagram } from 'lucide-react';
export default function LandingPage() {
return (
@@ -86,7 +86,7 @@ export default function LandingPage() {
title="Signature Menu Selections"
description="Discover our most beloved dishes, carefully crafted to showcase the essence of Italian cuisine and our commitment to quality."
tag="House Specialties"
tagIcon={Chef}
tagIcon={UtensilsCrossed}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -154,7 +154,7 @@ export default function LandingPage() {
animationType="blur-reveal"
features={[
{
icon: Utensils,
icon: UtensilsCrossed,
title: "Elegant Dining Room", description: "Warm lighting, rustic wood furnishings, and intimate table settings create the perfect romantic atmosphere."
},
{