diff --git a/src/app/page.tsx b/src/app/page.tsx index d19b298..cf98f25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { { text: "Shop Collection", href: "#products" }, { text: "Learn More", href: "#about" } ]} - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232238.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232238.jpg" imageAlt="Luxury makeup products collection" mediaAnimation="slide-up" buttonAnimation="slide-up" @@ -67,13 +67,13 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "1", name: "Velvet Liquid Lipstick", price: "$28", variant: "Red Passion", imageSrc: "http://img.b2bpic.net/free-photo/girl-doing-her-make-up-green-room_23-2148210757.jpg?_wi=1", imageAlt: "Velvet Liquid Lipstick in Red Passion" + id: "1", name: "Velvet Liquid Lipstick", price: "$28", variant: "Red Passion", imageSrc: "http://img.b2bpic.net/free-photo/girl-doing-her-make-up-green-room_23-2148210757.jpg", imageAlt: "Velvet Liquid Lipstick in Red Passion" }, { - id: "2", name: "Flawless Foundation", price: "$42", variant: "Beige Natural", imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-green-leaf-assortment_23-2149353093.jpg?_wi=1", imageAlt: "Flawless Foundation in Beige Natural" + id: "2", name: "Flawless Foundation", price: "$42", variant: "Beige Natural", imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-green-leaf-assortment_23-2149353093.jpg", imageAlt: "Flawless Foundation in Beige Natural" }, { - id: "3", name: "Luxe Eyeshadow Palette", price: "$55", variant: "Warm Neutrals", imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260928.jpg?_wi=1", imageAlt: "Luxe Eyeshadow Palette in Warm Neutrals" + id: "3", name: "Luxe Eyeshadow Palette", price: "$55", variant: "Warm Neutrals", imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260928.jpg", imageAlt: "Luxe Eyeshadow Palette in Warm Neutrals" }, { id: "4", name: "Volumizing Mascara", price: "$32", variant: "Deep Black", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-woman-with-mascara-brush_633478-1595.jpg", imageAlt: "Volumizing Mascara in Deep Black" @@ -173,17 +173,17 @@ export default function LandingPage() { { id: "starter", title: "Starter", price: "$49", period: "/month", features: ["3 Exclusive Products", "Monthly Surprises", "Priority Support", "10% Discount"], button: { text: "Get Started", href: "#" }, - imageSrc: "http://img.b2bpic.net/free-photo/girl-doing-her-make-up-green-room_23-2148210757.jpg?_wi=2", imageAlt: "Starter collection" + imageSrc: "http://img.b2bpic.net/free-photo/girl-doing-her-make-up-green-room_23-2148210757.jpg", imageAlt: "Starter collection" }, { id: "professional", title: "Professional", price: "$79", period: "/month", features: ["8 Premium Products", "Bi-Weekly Releases", "VIP Support", "20% Discount"], button: { text: "Subscribe Now", href: "#" }, - imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-green-leaf-assortment_23-2149353093.jpg?_wi=2", imageAlt: "Professional collection" + imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-green-leaf-assortment_23-2149353093.jpg", imageAlt: "Professional collection" }, { id: "elite", title: "Elite", price: "$129", period: "/month", features: ["15 Exclusive Products", "Weekly Releases", "Concierge Support", "35% Discount"], button: { text: "Join Elite", href: "#" }, - imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260928.jpg?_wi=2", imageAlt: "Elite collection" + imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260928.jpg", imageAlt: "Elite collection" } ]} /> @@ -238,7 +238,7 @@ export default function LandingPage() {