Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61e0a49b98 | |||
| 2e6663beaf | |||
| 42cf66ac39 | |||
| 53800ca220 |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,9 +50,9 @@ export default function LandingPage() {
|
||||
{ text: "Explore Collections", href: "#featured-collections" }
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Premium Oud Perfume" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/boston-public-library_649448-3777.jpg", imageAlt: "Middle Eastern Luxury Aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/four-nail-polishes_23-2147692254.jpg", imageAlt: "Luxury Perfume Collection" }
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1555080917-b1200f827d19?w=1200&h=800&fit=crop", imageAlt: "Luxury Dubai skyline at sunset with Arabian architecture" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1504681869696-d977e92e149a?w=1200&h=800&fit=crop", imageAlt: "Golden desert dunes of Dubai Arabian landscape" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1512453475868-fb7528a64ee8?w=1200&h=800&fit=crop", imageAlt: "Opulent Arabian palace interior with intricate details" }
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -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>
|
||||
|
||||
@@ -178,4 +184,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user