Update src/app/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tag="New Collection Available"
|
||||
buttons={[{ text: "Shop Skincare", href: "#products" }, { text: "Learn More", href: "#about" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/selfcare-product-bottle-still-life_23-2149249540.jpg", imageAlt: "Hero skincare set 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/selfcare-product-bottle-still-life_23-2149249540.jpg?_wi=1", imageAlt: "Hero skincare set 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flowers-surrounding-iridescent-beauty-packaging_23-2151892250.jpg", imageAlt: "Hero skincare set 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176150.jpg", imageAlt: "Hero skincare set 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-natural-argan-oil-dropper_23-2149016620.jpg", imageAlt: "Hero skincare set 4" },
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Hydrating Serum", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-marble-background_23-2148241885.jpg" },
|
||||
{ id: "1", name: "Hydrating Serum", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-marble-background_23-2148241885.jpg?_wi=1" },
|
||||
{ id: "2", name: "Daily Moisturizer", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-practicing-selfcare_23-2150172273.jpg" },
|
||||
{ id: "3", name: "Nourishing Oil", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440674.jpg" }
|
||||
]}
|
||||
@@ -92,8 +92,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Nature-Derived", description: "Ethically sourced botanicals that support your skin's natural barrier.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l5296v" },
|
||||
{ title: "Clinically Proven", description: "Formulas tested for potency and safety by skincare professionals.", imageSrc: "http://img.b2bpic.net/free-photo/selfcare-product-bottle-still-life_23-2149249540.jpg" },
|
||||
{ title: "Sustainable Ethics", description: "Recyclable packaging and eco-conscious manufacturing at every step.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-marble-background_23-2148241885.jpg" }
|
||||
{ title: "Clinically Proven", description: "Formulas tested for potency and safety by skincare professionals.", imageSrc: "http://img.b2bpic.net/free-photo/selfcare-product-bottle-still-life_23-2149249540.jpg?_wi=2" },
|
||||
{ title: "Sustainable Ethics", description: "Recyclable packaging and eco-conscious manufacturing at every step.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-marble-background_23-2148241885.jpg?_wi=2" }
|
||||
]}
|
||||
title="Why Lumina Glow?"
|
||||
description="We prioritize clean chemistry, transparency, and effective results without the fluff."
|
||||
|
||||
Reference in New Issue
Block a user