Update src/app/page.tsx

This commit is contained in:
2026-04-07 13:35:16 +00:00
parent 2c6281bb5e
commit dbf6770eb1

View File

@@ -45,20 +45,20 @@ export default function LandingPage() {
title="Radiance Redefined"
description="Experience the intersection of science and nature. Our custom skincare formulations are designed to illuminate, protect, and revitalize your unique glow."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg", imageAlt: "Luxurious Cream" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg", imageAlt: "Clear Skin Focus" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg", imageAlt: "Hydration Bottle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg", imageAlt: "Nature Ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg", imageAlt: "Laboratory Research" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg", imageAlt: "Fresh Face" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg?_wi=1", imageAlt: "Luxurious Cream" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg?_wi=1", imageAlt: "Clear Skin Focus" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg?_wi=2", imageAlt: "Hydration Bottle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg?_wi=2", imageAlt: "Nature Ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg?_wi=3", imageAlt: "Laboratory Research" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg?_wi=3", imageAlt: "Fresh Face" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg", imageAlt: "Model Glow" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg", imageAlt: "Serums" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg", imageAlt: "Night Ritual" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg", imageAlt: "Clean Beauty" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg", imageAlt: "Face Massage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg", imageAlt: "Morning Ritual" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg?_wi=4", imageAlt: "Model Glow" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg?_wi=4", imageAlt: "Serums" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg?_wi=5", imageAlt: "Night Ritual" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg?_wi=5", imageAlt: "Clean Beauty" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg?_wi=6", imageAlt: "Face Massage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307225.jpg?_wi=6", imageAlt: "Morning Ritual" },
]}
buttons={[{ text: "Shop Collections", href: "#products" }]}
avatars={[
@@ -102,12 +102,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Hydrating Serum", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg", imageAlt: "Serum Bottle" },
{ id: "p2", name: "Night Recovery Cream", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg", imageAlt: "Night Cream" },
{ id: "p3", name: "Gentle Cleanser", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg", imageAlt: "Cleanser" },
{ id: "p4", name: "Daily Sun Shield", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg", imageAlt: "Sun Shield" },
{ id: "p5", name: "Brightening Toner", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg", imageAlt: "Toner" },
{ id: "p6", name: "Eye Revive Gel", price: "$70", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg", imageAlt: "Eye Gel" },
{ id: "p1", name: "Hydrating Serum", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg?_wi=1", imageAlt: "Serum Bottle" },
{ id: "p2", name: "Night Recovery Cream", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg?_wi=2", imageAlt: "Night Cream" },
{ id: "p3", name: "Gentle Cleanser", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg?_wi=3", imageAlt: "Cleanser" },
{ id: "p4", name: "Daily Sun Shield", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg?_wi=4", imageAlt: "Sun Shield" },
{ id: "p5", name: "Brightening Toner", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg?_wi=5", imageAlt: "Toner" },
{ id: "p6", name: "Eye Revive Gel", price: "$70", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286703.jpg?_wi=6", imageAlt: "Eye Gel" },
]}
title="Our Signature Ritual"
description="Explore our curated selection of high-performance skincare products."