diff --git a/src/app/page.tsx b/src/app/page.tsx index 881fbbf..8de79aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Shop Best Sellers", href: "#bestsellers" }, { text: "Call Now", href: "tel:+919316934345" } ]} - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} dashboard={{ title: "Why Choose ROYAL INE", logoIcon: Flower2, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-essential-oil-bottle_23-2148241812.jpg", imageAlt: "luxury perfume bottle elegant display", sidebarItems: [ @@ -137,10 +137,10 @@ export default function LandingPage() { title: "Perfumes", description: "Long-lasting fragrances for every occasion and personality", icon: Flower2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1", imageAlt: "Premium Perfume Collection" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Premium Perfume Collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg?_wi=1", imageAlt: "Attar Collection" + imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg", imageAlt: "Attar Collection" } ] }, @@ -148,10 +148,10 @@ export default function LandingPage() { title: "Attars", description: "Traditional oil-based fragrances with authentic oriental essence", icon: Droplet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg?_wi=2", imageAlt: "Premium Attar Collection" + imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg", imageAlt: "Premium Attar Collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", imageAlt: "Fragrance Selection" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Fragrance Selection" } ] }, @@ -173,7 +173,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipsticks-arrangement_23-2149030343.jpg", imageAlt: "Beauty Cosmetics Collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-assortment-with-spa-products_23-2148268502.jpg?_wi=1", imageAlt: "Premium Skincare Products" + imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-assortment-with-spa-products_23-2148268502.jpg", imageAlt: "Premium Skincare Products" } ] }, @@ -184,7 +184,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/handmade-soap-almond-marble-background_1150-45187.jpg", imageAlt: "Bath and Body Products" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-assortment-with-spa-products_23-2148268502.jpg?_wi=2", imageAlt: "Body Care Collection" + imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-assortment-with-spa-products_23-2148268502.jpg", imageAlt: "Body Care Collection" } ] }, @@ -192,10 +192,10 @@ export default function LandingPage() { title: "Fragrance Notes", description: "Choose by scent profile: Rose, Citrus, Floral, Aquatic, Musk & more", icon: HeartHandshake, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=3", imageAlt: "Fragrance Notes Selection" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Fragrance Notes Selection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg?_wi=3", imageAlt: "Scent Profile Options" + imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg", imageAlt: "Scent Profile Options" } ] } @@ -395,4 +395,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file