Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-03-10 01:37:29 +00:00
2 changed files with 1374 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -81,6 +81,8 @@ export default function LandingPage() {
imageAlt="Arabian Fragrance Heritage"
buttons={[{ text: "Learn More", href: "#featured-products" }]}
useInvertedBackground={false}
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>
@@ -92,10 +94,11 @@ export default function LandingPage() {
{ id: "experts", icon: Award, title: "Expert Team", value: "Available" },
{ id: "experience", icon: Star, title: "Luxury Shop", value: "Open" }
]}
animationType="slide-up"
animationType="blur-reveal"
title="Why Choose Zad Perfumes"
description="Experience luxury and authenticity with every fragrance. Here's why customers trust us for their Arabian perfume needs."
tag="Our Promise"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -134,6 +137,7 @@ export default function LandingPage() {
title="Customer Reviews"
description="Hear from our satisfied customers who have experienced the luxury and authenticity of Zad Perfumes."
tag="Testimonials"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -151,6 +155,8 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#contact" }
]}
useInvertedBackground={true}
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>