Update src/app/page.tsx

This commit is contained in:
2026-03-06 18:11:39 +00:00
parent 94a4192605
commit 9415cd84b5

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>
);
}
}