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