diff --git a/src/app/page.tsx b/src/app/page.tsx index eb015fc..5c55d2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} @@ -184,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file