5 Commits

Author SHA1 Message Date
a9077b6da1 Merge version_3 into main
Merge version_3 into main
2026-03-11 18:32:31 +00:00
574ae926f0 Update src/app/page.tsx 2026-03-11 18:32:27 +00:00
3a1011660e Merge version_2 into main
Merge version_2 into main
2026-03-11 18:30:30 +00:00
103d62aeb3 Update src/app/page.tsx 2026-03-11 18:30:26 +00:00
3ffd028659 Merge version_1 into main
Merge version_1 into main
2026-03-11 17:56:22 +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: "Get Beauty Advice Today", 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>
);
}
}