Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
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"
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user