Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 18:11:43 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Award, Users, TrendingUp, Heart, Leaf, Sun, Phone } from 'lucide-react';
import { Award, Users, TrendingUp, Heart, Leaf, Sun, Phone, Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -62,6 +62,7 @@ export default function LandingPage() {
<AboutMetric
title="Bharat Bakery has been bringing fresh, delicious baked goods to our community for over 25 years with passion and dedication to quality"
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{ icon: Award, label: "Years of Excellence", value: "25+" },
{ icon: Users, label: "Happy Customers", value: "10K+" },
@@ -151,4 +152,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}