Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f8d70b917 |
@@ -5,6 +5,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
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: "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"
|
metricsAnimation="slide-up"
|
||||||
@@ -121,6 +122,20 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonial" data-section="testimonial">
|
||||||
<TestimonialCardTen
|
<TestimonialCardTen
|
||||||
title="Guest Stories"
|
title="Guest Stories"
|
||||||
|
|||||||
Reference in New Issue
Block a user