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" } ] },