From 103d62aeb3530a9a61e57442c82118fbc34f85df Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:30:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc53535..f92da74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Call Now", href: "tel:0771361825" }, + { text: "Call Now", href: "tel:+213771361825" }, { text: "WhatsApp Us", href: "https://wa.me/213771361825" } ]} imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-rose-petals-nail-polish-bottle-baby-s-breath-flowers-lipstick-white-textured-backdrop_23-2147940380.jpg" @@ -112,7 +112,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} buttons={[ - { text: "View All Products", href: "tel:0771361825" } + { text: "View All Products", href: "tel:+213771361825" } ]} /> @@ -186,7 +186,7 @@ export default function LandingPage() { title="Ready to Find Your Perfect Beauty Products?" description="Contact us today for personalized recommendations and expert advice. Our friendly team is ready to help you discover the cosmetics that match your needs." buttons={[ - { text: "Call Us Now", href: "tel:0771361825" }, + { text: "Call Us Now", href: "tel:+213771361825" }, { text: "Message on WhatsApp", href: "https://wa.me/213771361825" } ]} buttonAnimation="slide-up" @@ -240,7 +240,7 @@ export default function LandingPage() { }, { items: [ - { label: "Call Us", href: "tel:0771361825" }, + { label: "Call Us", href: "tel:+213771361825" }, { label: "WhatsApp", href: "https://wa.me/213771361825" }, { label: "Visit Us", href: "visit" } ] @@ -264,4 +264,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1