From 75177eff2f54adc2b3fc6cebbbe5bd70f9ffbb36 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 09:58:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) 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() { /> +
+ +
+