diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fecfb4..f7f263d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,8 @@ import ProductCardFive from '@/components/sections/product/ProductCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterSocial from '@/components/sections/footer/FooterSocial'; -import { Heart, Star, Quote, Instagram, Facebook } from "lucide-react"; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import { Heart, Star, Quote, Instagram, Facebook, MapPin, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -30,6 +31,7 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "About", id: "about" }, { name: "Products", id: "products" }, + { name: "Locations", id: "locations" }, { name: "Contact", id: "contact" } ]} brandName="Sweet Bakes" @@ -109,6 +111,49 @@ export default function LandingPage() { /> +
+ +
+