Update src/app/page.tsx
This commit is contained in:
@@ -54,7 +54,6 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,18 +83,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Deep Hydration", description: "Advanced moisture-lock technology penetrates 5 layers deep for plump, dewy skin that lasts all day.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/beauty-salon-booking-app_23-2148561343.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/ui-design-concept-mobile-phone_1284-45230.jpg?_wi=1" }
|
||||
title: "Deep Hydration", description: "Advanced moisture-lock technology penetrates 5 layers deep for plump, dewy skin that lasts all day.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/beauty-salon-booking-app_23-2148561343.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/ui-design-concept-mobile-phone_1284-45230.jpg" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Anti-Aging Magic", description: "Potent peptide complex smooths fine lines and boosts collagen production for firmer, younger-looking skin.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/beauty-salon-booking-app_23-2148561343.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/ui-design-concept-mobile-phone_1284-45230.jpg?_wi=2" }
|
||||
title: "Anti-Aging Magic", description: "Potent peptide complex smooths fine lines and boosts collagen production for firmer, younger-looking skin.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/beauty-salon-booking-app_23-2148561343.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/ui-design-concept-mobile-phone_1284-45230.jpg" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Radiance Restoration", description: "Vitamin C-enriched serum brightens dull complexion and fades dark spots for a luminous, even-toned glow.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/beauty-salon-booking-app_23-2148561343.jpg?_wi=3" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/ui-design-concept-mobile-phone_1284-45230.jpg?_wi=3" }
|
||||
title: "Radiance Restoration", description: "Vitamin C-enriched serum brightens dull complexion and fades dark spots for a luminous, even-toned glow.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/beauty-salon-booking-app_23-2148561343.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/ui-design-concept-mobile-phone_1284-45230.jpg" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -151,11 +150,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sofia Martinez", handle: "@sofiaglow", testimonial: "My skin has never looked better! The serum completely transformed my complexion in just 4 weeks. I'm obsessed!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg?_wi=1", imageAlt: "Sofia Martinez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg", imageAlt: "Sofia Martinez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emma Thompson", handle: "@emmbeauty", testimonial: "Finally found a skincare line that actually delivers. No irritation, just pure radiance. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg?_wi=2", imageAlt: "Emma Thompson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg", imageAlt: "Emma Thompson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Lee", handle: "@jessicaskin", testimonial: "The moisturizer is absolutely divine. My skin feels like silk and looks incredibly plump and hydrated.", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user