From 4e4060202eedca2d55ad384998f177d001d016a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 09:18:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6c0970..bdbad6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp import ProductCardOne from "@/components/sections/product/ProductCardOne"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { MapPin } from "lucide-react"; @@ -43,7 +43,7 @@ export default function LandingPage() {
-
@@ -206,7 +209,6 @@ export default function LandingPage() { { title: "Contact", items: [ { label: "WhatsApp: +971 58 531 0080", href: "https://wa.me/971585310080" }, - { label: "Email: info@baebeauty.ae", href: "mailto:info@baebeauty.ae" }, { label: "Address: Oxford Tower, Shop 3, Business Bay", href: "https://maps.google.com/?q=Oxford+Tower+Business+Bay+Dubai" }, { label: "Hours: 10 AM - 9 PM Daily", href: "#" } ] @@ -217,4 +219,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1