Merge version_1 into main #3
@@ -54,9 +54,9 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-vector/night-cosmetic-serum-face-skin-care_88138-248.jpg", imageAlt: "Luminous Serum" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Luminous Moisturizer" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-vibrant-background-summer-flat-lay-composition_1182-2695.jpg", imageAlt: "Luminous Facial Oil" },
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-vector/night-cosmetic-serum-face-skin-care_88138-248.jpg?_wi=1", imageAlt: "Luminous Serum" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=1", imageAlt: "Luminous Moisturizer" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-vibrant-background-summer-flat-lay-composition_1182-2695.jpg?_wi=1", imageAlt: "Luminous Facial Oil" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hydro-alcoholic-gel-with-bottle_23-2148775339.jpg", imageAlt: "Luminous Cleanser" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg", imageAlt: "Luminous Mask" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/sunscreen-suntan-lotion-spray-bottle-young-woman-spraying-tanning-oil-her-leg-from-bottle-lady-is-massaging-sunscreen-lotion-while-sunbathing-beach-female-model-summer-vacation_231208-5416.jpg", imageAlt: "Luminous Sunscreen" }
|
||||
@@ -100,13 +100,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Luminous Radiance Serum", price: "$78", variant: "30ml Hyaluronic Acid", imageSrc: "http://img.b2bpic.net/free-vector/night-cosmetic-serum-face-skin-care_88138-248.jpg", imageAlt: "Radiance Serum", isFavorited: false
|
||||
id: "1", name: "Luminous Radiance Serum", price: "$78", variant: "30ml Hyaluronic Acid", imageSrc: "http://img.b2bpic.net/free-vector/night-cosmetic-serum-face-skin-care_88138-248.jpg?_wi=2", imageAlt: "Radiance Serum", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "2", name: "Silk Renewal Moisturizer", price: "$65", variant: "50ml Rose Extract", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Renewal Moisturizer", isFavorited: false
|
||||
id: "2", name: "Silk Renewal Moisturizer", price: "$65", variant: "50ml Rose Extract", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=2", imageAlt: "Renewal Moisturizer", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "3", name: "Golden Hour Facial Oil", price: "$72", variant: "25ml Argan & Jojoba", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-vibrant-background-summer-flat-lay-composition_1182-2695.jpg", imageAlt: "Golden Hour Oil", isFavorited: false
|
||||
id: "3", name: "Golden Hour Facial Oil", price: "$72", variant: "25ml Argan & Jojoba", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-vibrant-background-summer-flat-lay-composition_1182-2695.jpg?_wi=2", imageAlt: "Golden Hour Oil", isFavorited: false
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -160,16 +160,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahmakeup", testimonial: "My skin has never looked better! The Radiance Serum transformed my complexion in just two weeks. I'm absolutely obsessed and have recommended it to all my friends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahmakeup", testimonial: "My skin has never looked better! The Radiance Serum transformed my complexion in just two weeks. I'm absolutely obsessed and have recommended it to all my friends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emily Rodriguez", handle: "@beautybyemily", testimonial: "Finally found a skincare brand that actually delivers on its promises. The natural ingredients list sold me, but the results speak for themselves. My skin feels softer and looks more radiant.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Emily Rodriguez"
|
||||
id: "2", name: "Emily Rodriguez", handle: "@beautybyemily", testimonial: "Finally found a skincare brand that actually delivers on its promises. The natural ingredients list sold me, but the results speak for themselves. My skin feels softer and looks more radiant.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Chen", handle: "@glowingwithjess", testimonial: "As someone with sensitive skin, I'm usually hesitant to try new products. Luminous has been a game-changer for me. Zero irritation and maximum glow. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Jessica Chen"
|
||||
id: "3", name: "Jessica Chen", handle: "@glowingwithjess", testimonial: "As someone with sensitive skin, I'm usually hesitant to try new products. Luminous has been a game-changer for me. Zero irritation and maximum glow. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Victoria Park", handle: "@victoriaskincare", testimonial: "I've tried luxury skincare brands from around the world, and Luminous stands out. The quality-to-price ratio is exceptional, and the customer service is impeccable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Victoria Park"
|
||||
id: "4", name: "Victoria Park", handle: "@victoriaskincare", testimonial: "I've tried luxury skincare brands from around the world, and Luminous stands out. The quality-to-price ratio is exceptional, and the customer service is impeccable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=4", imageAlt: "Victoria Park"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user