Update src/app/page.tsx

This commit is contained in:
2026-03-09 04:36:28 +00:00
parent f085e6b33a
commit 0146dfbf19

View File

@@ -97,16 +97,16 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Serums", title: "Intensive Facial Serums", subtitle: "Concentrated treatments for deep nourishment", description: "Our lightweight serums penetrate deeply into the skin to deliver active ingredients where they're needed most. Perfect for targeting specific concerns like fine lines, dark spots, and dehydration.", imageSrc: "http://img.b2bpic.net/free-photo/female-beauty-worker-black-uniform-holding-face-serum-hands-isolated-grey-studio-background-concept-skincare-cosmetics-health_7502-9243.jpg", imageAlt: "Luxury facial serum product"},
tag: "Serums", title: "Intensive Facial Serums", subtitle: "Concentrated treatments for deep nourishment", description: "Our lightweight serums penetrate deeply into the skin to deliver active ingredients where they're needed most. Perfect for targeting specific concerns like fine lines, dark spots, and dehydration.", imageSrc: "http://img.b2bpic.net/free-photo/female-beauty-worker-black-uniform-holding-face-serum-hands-isolated-grey-studio-background-concept-skincare-cosmetics-health_7502-9243.jpg?_wi=1", imageAlt: "Luxury facial serum product"},
{
id: 2,
tag: "Moisturizers", title: "Luxe Moisturizing Creams", subtitle: "Rich hydration for all skin types", description: "Formulated with hydrating complexes and natural oils, our moisturizers lock in moisture and provide 24-hour nourishment. Experience softer, more radiant skin with every application.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936104.jpg", imageAlt: "Premium facial cream jar"},
tag: "Moisturizers", title: "Luxe Moisturizing Creams", subtitle: "Rich hydration for all skin types", description: "Formulated with hydrating complexes and natural oils, our moisturizers lock in moisture and provide 24-hour nourishment. Experience softer, more radiant skin with every application.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936104.jpg?_wi=1", imageAlt: "Premium facial cream jar"},
{
id: 3,
tag: "Treatments", title: "Professional Sheet Masks", subtitle: "Spa-quality results at home", description: "Indulge in our innovative sheet masks packed with essence and active ingredients. Perfect for intensive treatments and special occasions.", imageSrc: "http://img.b2bpic.net/free-vector/lotion-background-design_1268-658.jpg", imageAlt: "Luxury face mask treatment"},
tag: "Treatments", title: "Professional Sheet Masks", subtitle: "Spa-quality results at home", description: "Indulge in our innovative sheet masks packed with essence and active ingredients. Perfect for intensive treatments and special occasions.", imageSrc: "http://img.b2bpic.net/free-vector/lotion-background-design_1268-658.jpg?_wi=1", imageAlt: "Luxury face mask treatment"},
{
id: 4,
tag: "Oils", title: "Pure Facial Oils", subtitle: "Nourishing oils for radiant skin", description: "Our premium facial oils blend rare botanical extracts to create lightweight, non-greasy formulations that restore natural radiance and glow.", imageSrc: "http://img.b2bpic.net/free-photo/almond-oil-bottle-white-background_1150-45136.jpg", imageAlt: "Luxury facial oil bottle"},
tag: "Oils", title: "Pure Facial Oils", subtitle: "Nourishing oils for radiant skin", description: "Our premium facial oils blend rare botanical extracts to create lightweight, non-greasy formulations that restore natural radiance and glow.", imageSrc: "http://img.b2bpic.net/free-photo/almond-oil-bottle-white-background_1150-45136.jpg?_wi=1", imageAlt: "Luxury facial oil bottle"},
]}
/>
</div>
@@ -122,16 +122,16 @@ export default function LandingPage() {
gridVariant="bento-grid"
products={[
{
id: "1", name: "Radiance Facial Serum", price: "$68.00", imageSrc: "http://img.b2bpic.net/free-photo/female-beauty-worker-black-uniform-holding-face-serum-hands-isolated-grey-studio-background-concept-skincare-cosmetics-health_7502-9243.jpg", imageAlt: "Radiance Facial Serum", initialQuantity: 1,
id: "1", name: "Radiance Facial Serum", price: "$68.00", imageSrc: "http://img.b2bpic.net/free-photo/female-beauty-worker-black-uniform-holding-face-serum-hands-isolated-grey-studio-background-concept-skincare-cosmetics-health_7502-9243.jpg?_wi=2", imageAlt: "Radiance Facial Serum", initialQuantity: 1,
},
{
id: "2", name: "Luxury Night Cream", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936104.jpg", imageAlt: "Luxury Night Cream", initialQuantity: 1,
id: "2", name: "Luxury Night Cream", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936104.jpg?_wi=2", imageAlt: "Luxury Night Cream", initialQuantity: 1,
},
{
id: "3", name: "Hydration Sheet Mask Set", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-vector/lotion-background-design_1268-658.jpg", imageAlt: "Hydration Sheet Mask Set", initialQuantity: 1,
id: "3", name: "Hydration Sheet Mask Set", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-vector/lotion-background-design_1268-658.jpg?_wi=2", imageAlt: "Hydration Sheet Mask Set", initialQuantity: 1,
},
{
id: "4", name: "Argan Facial Oil", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/almond-oil-bottle-white-background_1150-45136.jpg", imageAlt: "Argan Facial Oil", initialQuantity: 1,
id: "4", name: "Argan Facial Oil", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/almond-oil-bottle-white-background_1150-45136.jpg?_wi=2", imageAlt: "Argan Facial Oil", initialQuantity: 1,
},
]}
/>