diff --git a/src/app/page.tsx b/src/app/page.tsx index bb28614..3e4713d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ContactText from '@/components/sections/contact/ContactText'; @@ -113,7 +114,7 @@ export default function LandingPage() { id: "1", value: "5.0★", description: "Average rating across all platforms from over 800+ reviews" }, { - id: "2", value: "2,500+", description: "Satisfied guests served every month with consistent quality" + id: "2", value: "2,000+", description: "Satisfied customers who trust and return to Baan Mu" } ]} metricsAnimation="slide-up" @@ -121,6 +122,20 @@ export default function LandingPage() { /> +
+