diff --git a/src/app/page.tsx b/src/app/page.tsx index a835223..6f85049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,9 @@ export default function LandingPage() { @@ -127,26 +68,11 @@ export default function LandingPage() { @@ -157,60 +83,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Lumina", - name: "Renewal Cream", - price: "$85.00", - rating: 5, - reviewCount: "128", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-selfcare-products-arrangement_23-2149249527.jpg", - }, - { - id: "p2", - brand: "Lumina", - name: "Glow Serum", - price: "$98.00", - rating: 5, - reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232224.jpg", - }, - { - id: "p3", - brand: "Lumina", - name: "Daily Cleanser", - price: "$42.00", - rating: 4, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-korean-woman-posing-with-face-cream_23-2150171968.jpg", - }, - { - id: "p4", - brand: "Lumina", - name: "Night Treatment", - price: "$75.00", - rating: 5, - reviewCount: "154", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420722.jpg", - }, - { - id: "p5", - brand: "Lumina", - name: "SPF Moisturizer", - price: "$55.00", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients-assortment_23-2148761431.jpg", - }, - { - id: "p6", - brand: "Lumina", - name: "Eye Contour", - price: "$65.00", - rating: 4, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/jar-cream_23-2147670130.jpg", - }, + { id: "p1", brand: "Lumina", name: "Renewal Cream", price: "$85.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-selfcare-products-arrangement_23-2149249527.jpg" }, + { id: "p2", brand: "Lumina", name: "Glow Serum", price: "$98.00", rating: 5, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232224.jpg" }, + { id: "p3", brand: "Lumina", name: "Daily Cleanser", price: "$42.00", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-korean-woman-posing-with-face-cream_23-2150171968.jpg" }, + { id: "p4", brand: "Lumina", name: "Night Treatment", price: "$75.00", rating: 5, reviewCount: "154", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420722.jpg" }, + { id: "p5", brand: "Lumina", name: "SPF Moisturizer", price: "$55.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients-assortment_23-2148761431.jpg" }, + { id: "p6", brand: "Lumina", name: "Eye Contour", price: "$65.00", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/jar-cream_23-2147670130.jpg" } ]} title="Essentials for Your Glow" description="Our hand-selected range of results-driven essentials." @@ -224,21 +102,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Clinical Efficacy", - description: "Proven results in just 14 days.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-skin-texture_23-2149457574.jpg", - }, - { - title: "Transparent Ingredients", - description: "No hidden fillers, just pure actives.", - imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg", - }, - { - title: "Cruelty-Free", - description: "Ethical beauty that gives back.", - imageSrc: "http://img.b2bpic.net/free-photo/black-skinned-woman-s-hand-smiling-caucasian-female-friend-against-grey-backdrop_23-2148178777.jpg", - }, + { title: "Clinical Efficacy", description: "Proven results in just 14 days.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-skin-texture_23-2149457574.jpg" }, + { title: "Transparent Ingredients", description: "No hidden fillers, just pure actives.", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg" }, + { title: "Cruelty-Free", description: "Ethical beauty that gives back.", imageSrc: "http://img.b2bpic.net/free-photo/black-skinned-woman-s-hand-smiling-caucasian-female-friend-against-grey-backdrop_23-2148178777.jpg" } ]} title="Why Choose Lumina" description="Results-driven care for your daily routine." @@ -251,24 +117,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Award, - title: "Customer Satisfaction", - value: "98%", - }, - { - id: "m2", - icon: Zap, - title: "Results in 14 Days", - value: "92%", - }, - { - id: "m3", - icon: Shield, - title: "Transparently Sourced", - value: "100%", - }, + { id: "m1", icon: Award, title: "Customer Satisfaction", value: "98%" }, + { id: "m2", icon: Zap, title: "Results in 14 Days", value: "92%" }, + { id: "m3", icon: Shield, title: "Transparently Sourced", value: "100%" } ]} title="Confidence Proven" description="Our results speak for themselves." @@ -280,56 +131,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah J.", - date: "Oct 2024", - title: "Life Changing", - quote: "I have never felt so confident in my bare skin.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-facial-massage_1268-21269.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-surprised-woman-with-soap-balloons_23-2148385816.jpg", - }, - { - id: "t2", - name: "Mike D.", - date: "Sept 2024", - title: "Fast Results", - quote: "I saw improvement in my skin texture within a week.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo_53876-32442.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/half-face-lovely-model_23-2148376632.jpg", - }, - { - id: "t3", - name: "Anna K.", - date: "Aug 2024", - title: "Obsessed", - quote: "The best routine I have ever used. Simply radiant.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-eating-disorder-looking-glass-water_23-2149168708.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-taking-pics-mirror_23-2149735264.jpg", - }, - { - id: "t4", - name: "Tom R.", - date: "July 2024", - title: "Excellent Quality", - quote: "Premium packaging and even better ingredients.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-care-home-plants_23-2148304877.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-woman-lingerie_23-2149179695.jpg", - }, - { - id: "t5", - name: "Lisa B.", - date: "June 2024", - title: "Game Changer", - quote: "My go-to skincare brand for life.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-view-smile-woman-with-patches-look-camera_197531-32435.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-beautiful-woman-concept_23-2148734936.jpg", - }, + { id: "t1", name: "Sarah J.", date: "Oct 2024", title: "Life Changing", quote: "I have never felt so confident in my bare skin.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-facial-massage_1268-21269.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-surprised-woman-with-soap-balloons_23-2148385816.jpg" }, + { id: "t2", name: "Mike D.", date: "Sept 2024", title: "Fast Results", quote: "I saw improvement in my skin texture within a week.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo_53876-32442.jpg", imageSrc: "http://img.b2bpic.net/free-photo/half-face-lovely-model_23-2148376632.jpg" }, + { id: "t3", name: "Anna K.", date: "Aug 2024", title: "Obsessed", quote: "The best routine I have ever used. Simply radiant.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-eating-disorder-looking-glass-water_23-2149168708.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-taking-pics-mirror_23-2149735264.jpg" }, + { id: "t4", name: "Tom R.", date: "July 2024", title: "Excellent Quality", quote: "Premium packaging and even better ingredients.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-care-home-plants_23-2148304877.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-woman-lingerie_23-2149179695.jpg" }, + { id: "t5", name: "Lisa B.", date: "June 2024", title: "Game Changer", quote: "My go-to skincare brand for life.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-view-smile-woman-with-patches-look-camera_197531-32435.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-beautiful-woman-concept_23-2148734936.jpg" } ]} title="Real Stories" description="Join thousands who trust their glow to Lumina." @@ -341,21 +147,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How long until I see results?", - content: "Most customers see visible improvements in 14 days.", - }, - { - id: "f2", - title: "Are your products cruelty-free?", - content: "Absolutely, we are 100% cruelty-free and vegan.", - }, - { - id: "f3", - title: "What is your refund policy?", - content: "We offer a 14-day money-back guarantee.", - }, + { id: "f1", title: "How long until I see results?", content: "Most customers see visible improvements in 14 days." }, + { id: "f2", title: "Are your products cruelty-free?", content: "Absolutely, we are 100% cruelty-free and vegan." }, + { id: "f3", title: "What is your refund policy?", content: "We offer a 14-day money-back guarantee." } ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-transparent-bubbles-gray-shades_23-2148226979.jpg" mediaAnimation="slide-up" @@ -367,10 +161,10 @@ export default function LandingPage() {