4 Commits

Author SHA1 Message Date
190fa4ed0a Update src/app/page.tsx 2026-03-15 19:00:59 +00:00
796284a11b Merge version_3 into main
Merge version_3 into main
2026-03-15 18:59:34 +00:00
c0c02f63e5 Update src/app/page.tsx 2026-03-15 18:59:30 +00:00
f434c6433d Merge version_2 into main
Merge version_2 into main
2026-03-15 18:57:54 +00:00

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Explore Exclusive Scents", href: "#products" },
{ text: "Shop Now & Get 20% Off", href: "#products" },
{ text: "WhatsApp Now", href: "https://wa.me/923001234567?text=Hi%20Crown%20Fragrance%2C%20I%20would%20like%20to%20browse%20your%20collection." }
]}
buttonAnimation="slide-up"
@@ -83,7 +83,10 @@ export default function LandingPage() {
tag="Limited Stock"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[{ text: "View All Products", href: "#" }]}
buttons={[
{ text: "Shop Premium Scents Now", href: "#" },
{ text: "View FAQ", href: "#faq" }
]}
buttonAnimation="opacity"
textboxLayout="default"
useInvertedBackground={false}