Compare commits
3 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| ef7ff286f4 | |||
| 788f1a675e | |||
| 5596b3fe44 |
@@ -9,7 +9,8 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
|||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { Sparkles, Heart, Quote, Star, Mail } from "lucide-react";
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
|
import { Sparkles, Heart, Quote, Star, Mail, TrendingUp } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -112,6 +113,28 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="social-proof" data-section="social-proof">
|
||||||
|
<MetricCardFourteen
|
||||||
|
title="Trusted by thousands of customers who love our fresh-baked goods every single day."
|
||||||
|
tag="Social Proof"
|
||||||
|
metrics={[
|
||||||
|
{
|
||||||
|
id: "1", value: "15K+", description: "Happy customers enjoying our fresh-baked pastries and artisan breads every month."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", value: "2K+", description: "Five-star reviews from satisfied customers across all platforms."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", value: "50+", description: "Unique artisan products handcrafted fresh daily in our bakery."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", value: "15", description: "Years of tradition, excellence, and commitment to quality since our founding."
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
testimonials={[
|
testimonials={[
|
||||||
|
|||||||
Reference in New Issue
Block a user