2 Commits

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