Update src/app/page.tsx
This commit is contained in:
@@ -53,25 +53,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena V.", handle: "@elena_skin", testimonial: "My skin has never felt this hydrated. Absolutely game-changing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-metallic-cosmetic-bottle-with-pump_187299-47646.jpg", imageAlt: "luxury skincare minimalist background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-metallic-cosmetic-bottle-with-pump_187299-47646.jpg?_wi=1", imageAlt: "luxury skincare minimalist background"},
|
||||
{
|
||||
name: "Mark D.", handle: "@mark_glow", testimonial: "Simple, clean, and effective. Luminous is my new daily ritual.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-honey_23-2148894305.jpg", imageAlt: "luxury skincare minimalist background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-honey_23-2148894305.jpg?_wi=1", imageAlt: "luxury skincare minimalist background"},
|
||||
{
|
||||
name: "Sarah P.", handle: "@sarah_beauty", testimonial: "Finally found products that don't irritate my sensitive skin.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg", imageAlt: "luxury skincare minimalist background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg?_wi=1", imageAlt: "luxury skincare minimalist background"},
|
||||
{
|
||||
name: "Jade W.", handle: "@jade_glow", testimonial: "Glowing results after just two weeks of use. Impressive!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242188.jpg", imageAlt: "luxury skincare minimalist background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242188.jpg?_wi=1", imageAlt: "luxury skincare minimalist background"},
|
||||
{
|
||||
name: "Tom H.", handle: "@tom_care", testimonial: "The texture is incredible. High-end quality without the compromise.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047757.jpg", imageAlt: "luxury skincare minimalist background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047757.jpg?_wi=1", imageAlt: "luxury skincare minimalist background"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-metallic-cosmetic-bottle-with-pump_187299-47646.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-metallic-cosmetic-bottle-with-pump_187299-47646.jpg?_wi=2"
|
||||
imageAlt="Luxury skincare presentation"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
@@ -120,13 +120,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Luminous", name: "Hydrating Serum", price: "$85", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg"},
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", brand: "Luminous", name: "Night Cream", price: "$95", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242188.jpg"},
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242188.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", brand: "Luminous", name: "Facial Oil", price: "$70", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047757.jpg"},
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047757.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4", brand: "Luminous", name: "Daily Cleanser", price: "$45", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238321.jpg"},
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "q3", title: "Shipping times?", content: "Orders are typically processed within 24 hours."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/homemade-remedy-with-honey_23-2148894305.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/homemade-remedy-with-honey_23-2148894305.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
title="Frequently Asked."
|
||||
description="Got questions? We've got answers. Everything you need to know about your new skincare ritual."
|
||||
|
||||
Reference in New Issue
Block a user