Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 42cf66ac39 | |||
| 53800ca220 |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user