From 469aaf8937b7089cf6ee51963d77b6fad2d6c22f Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 07:57:01 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 99e2c70..ad7f7c4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 196a25229dd94ad6811325eac41d2ada88d8a90b Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 07:57:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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() {
- ); -} \ No newline at end of file +} -- 2.49.1