From cbd07a345c6f18e8d0c90f926e8cbfae8b009cbf Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 12:38:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 ++++++++++++++++-------------------------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f046ae..2068ccb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterSocial from '@/components/sections/footer/FooterSocial'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import { Heart, Star, Quote, Instagram, Facebook, MapPin, Phone, Clock } from "lucide-react"; export default function LandingPage() { @@ -31,7 +30,6 @@ 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" @@ -42,7 +40,7 @@ export default function LandingPage() {
-
- +
+
+ +

Map Section

+

Locations map coming soon

+
@@ -275,7 +260,6 @@ export default function LandingPage() { title: "Company", items: [ { label: "About Us", href: "about" }, - { label: "Locations", href: "locations" }, { label: "Contact", href: "contact" } ] },