Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialproof" data-section="socialproof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Over 2000 Customers"
|
||||
description="Join thousands of food lovers who've experienced the authentic flavors and warm hospitality of Baan Mu"
|
||||
names={[
|
||||
"Food Critics Choice", "Best Thai 2024", "5-Star Rated", "Local Favorite", "Award Winner"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTen
|
||||
title="Guest Stories"
|
||||
|
||||
Reference in New Issue
Block a user