Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 18:30:31 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}