Update src/app/page.tsx
This commit is contained in:
@@ -126,16 +126,13 @@ export default function LandingPage() {
|
||||
animationType="scale-rotate"
|
||||
products={[
|
||||
{
|
||||
id: "serum-luminous", name: "Luminous Hydration Serum", price: "$85", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg", imageAlt: "Luxury serum bottle with elegant packaging", initialQuantity: 1,
|
||||
id: "serum-luminous", name: "Luminous Hydration Serum", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg", imageAlt: "Luxury serum bottle with elegant packaging", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "cream-renewal", name: "Renewal Night Cream", price: "$95", imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/blank-silver-cosmetic-cream-jar_84443-80444.jpg", imageAlt: "Premium cream jar with luxury branding", initialQuantity: 1,
|
||||
id: "cream-renewal", name: "Renewal Night Cream", price: "$95", imageSrc: "http://img.b2bpic.net/free-psd/blank-silver-cosmetic-cream-jar_84443-80444.jpg", imageAlt: "Premium cream jar with luxury branding", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "oil-essential", name: "Essential Facial Oil", price: "$75", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955793.jpg", imageAlt: "Luxury facial oil bottle in elegant design", initialQuantity: 1,
|
||||
id: "oil-essential", name: "Essential Facial Oil", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955793.jpg", imageAlt: "Luxury facial oil bottle in elegant design", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
@@ -158,22 +155,19 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "feature-clinically-proven", title: "Clinically Proven Results", description:
|
||||
"80% of users report visible skin improvement within 4 weeks with consistent application.", tag: "Research-Backed", buttons: [{ text: "View Studies", href: "#" }],
|
||||
id: "feature-clinically-proven", title: "Clinically Proven Results", description: "80% of users report visible skin improvement within 4 weeks with consistent application.", tag: "Research-Backed", buttons: [{ text: "View Studies", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "feature-luxury-ingredients", title: "Luxury Botanical Blend", description:
|
||||
"Harness the power of Moroccan argan oil, rose hip seed, and French white tea extract.", tag: "Premium Sourcing"},
|
||||
id: "feature-luxury-ingredients", title: "Luxury Botanical Blend", description: "Harness the power of Moroccan argan oil, rose hip seed, and French white tea extract.", tag: "Premium Sourcing"},
|
||||
{
|
||||
id: "feature-cruelty-free", title: "100% Cruelty-Free & Vegan", description:
|
||||
"Never tested on animals. Vegan-friendly formulations that are kind to your skin and conscience.", tag: "Ethical Beauty"},
|
||||
id: "feature-cruelty-free", title: "100% Cruelty-Free & Vegan", description: "Never tested on animals. Vegan-friendly formulations that are kind to your skin and conscience.", tag: "Ethical Beauty"},
|
||||
{
|
||||
id: "feature-personalized", title: "Personalized Skincare Routine", description:
|
||||
"Take our skin quiz to receive a curated routine perfectly matched to your unique skin needs.", tag: "Custom Routine"},
|
||||
id: "feature-personalized", title: "Personalized Skincare Routine", description: "Take our skin quiz to receive a curated routine perfectly matched to your unique skin needs.", tag: "Custom Routine"},
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg mb-8 opacity-85"
|
||||
itemClassName=""
|
||||
cardTitleClassName="text-xl font-bold mb-2"
|
||||
cardDescriptionClassName="text-sm opacity-80 mb-4"
|
||||
/>
|
||||
@@ -190,8 +184,8 @@ export default function LandingPage() {
|
||||
names={[
|
||||
"Vogue Beauty", "Harper's Bazaar", "Allure Magazine", "Dermatology Today", "Beauty Lab Review", "Skin Health Journal", "Luxe Wellness Weekly"]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg mb-8 opacity-85"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg mb-8 opacity-85"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -206,33 +200,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Mitchell", date: "2 months ago", title: "Marketing Executive", quote:
|
||||
"My skin has never looked better. The serum absorbed beautifully and my complexion is noticeably brighter within weeks. Worth every penny!", tag: "Verified Buyer", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022644.jpg", avatarAlt: "Sarah Mitchell testimonial"},
|
||||
id: "testimonial-1", name: "Sarah Mitchell", date: "2 months ago", title: "Marketing Executive", quote: "My skin has never looked better. The serum absorbed beautifully and my complexion is noticeably brighter within weeks. Worth every penny!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022644.jpg", avatarAlt: "Sarah Mitchell testimonial"},
|
||||
{
|
||||
id: "testimonial-2", name: "Emma Rodriguez", date: "6 weeks ago", title: "Beauty Blogger", quote:
|
||||
"Finally found a luxury skincare line that lives up to the hype. The night cream is like a spa treatment in a jar. My skin feels hydrated and glowing!", tag: "Verified Buyer", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28942.jpg", avatarAlt: "Emma Rodriguez testimonial"},
|
||||
id: "testimonial-2", name: "Emma Rodriguez", date: "6 weeks ago", title: "Beauty Blogger", quote: "Finally found a luxury skincare line that lives up to the hype. The night cream is like a spa treatment in a jar. My skin feels hydrated and glowing!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28942.jpg", avatarAlt: "Emma Rodriguez testimonial"},
|
||||
{
|
||||
id: "testimonial-3", name: "Jessica Chen", date: "1 month ago", title: "Skincare Enthusiast", quote:
|
||||
"As someone with sensitive skin, I was skeptical. But LUXE formulations are incredibly gentle yet effective. My redness has diminished significantly!", tag: "Verified Buyer", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", avatarAlt: "Jessica Chen testimonial"},
|
||||
id: "testimonial-3", name: "Jessica Chen", date: "1 month ago", title: "Skincare Enthusiast", quote: "As someone with sensitive skin, I was skeptical. But LUXE formulations are incredibly gentle yet effective. My redness has diminished significantly!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", avatarAlt: "Jessica Chen testimonial"},
|
||||
{
|
||||
id: "testimonial-4", name: "Alexandra Webb", date: "3 weeks ago", title: "Wellness Coach", quote:
|
||||
"The quality is exceptional and the results speak for themselves. My clients rave about their skin after using LUXE. This is the real deal.", tag: "Verified Buyer", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-beautiful-brunette-woman-with-golden-tan-sitting-cafe-with-cup-coffee-looking-street_197531-22728.jpg", avatarAlt: "Alexandra Webb testimonial"},
|
||||
id: "testimonial-4", name: "Alexandra Webb", date: "3 weeks ago", title: "Wellness Coach", quote: "The quality is exceptional and the results speak for themselves. My clients rave about their skin after using LUXE. This is the real deal.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-brunette-woman-with-golden-tan-sitting-cafe-with-cup-coffee-looking-street_197531-22728.jpg", avatarAlt: "Alexandra Webb testimonial"},
|
||||
{
|
||||
id: "testimonial-5", name: "Priya Kapoor", date: "5 weeks ago", title: "Dermatology Student", quote:
|
||||
"The ingredient list is phenomenal. Pure, effective, and scientifically-backed. This is what premium skincare should be.", tag: "Verified Buyer", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", avatarAlt: "Priya Kapoor testimonial"},
|
||||
id: "testimonial-5", name: "Priya Kapoor", date: "5 weeks ago", title: "Dermatology Student", quote: "The ingredient list is phenomenal. Pure, effective, and scientifically-backed. This is what premium skincare should be.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", avatarAlt: "Priya Kapoor testimonial"},
|
||||
{
|
||||
id: "testimonial-6", name: "Michelle Torres", date: "4 weeks ago", title: "Model & Content Creator", quote:
|
||||
"My makeup artist recommended LUXE and I'm obsessed. My skin has never been this radiant. It's my pre-event secret weapon!", tag: "Verified Buyer", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022644.jpg", avatarAlt: "Michelle Torres testimonial"},
|
||||
id: "testimonial-6", name: "Michelle Torres", date: "4 weeks ago", title: "Model & Content Creator", quote: "My makeup artist recommended LUXE and I'm obsessed. My skin has never been this radiant. It's my pre-event secret weapon!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022644.jpg", avatarAlt: "Michelle Torres testimonial"},
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg mb-8 opacity-85"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg mb-8 opacity-85"
|
||||
cardQuoteClassName="italic text-base mb-4"
|
||||
cardTitleClassName="font-semibold text-sm mb-1"
|
||||
cardDateClassName="text-xs opacity-60"
|
||||
@@ -248,7 +230,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="smooth"
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "How long before I see results?", content:
|
||||
|
||||
Reference in New Issue
Block a user