diff --git a/src/app/page.tsx b/src/app/page.tsx index a982ce8..6a3e111 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Utensils, Calendar, Users, Award, MapPin, ChefHat, Star, Heart, Wine, Quote } from 'lucide-react'; @@ -109,25 +109,27 @@ export default function LandingPage() {