From 10d676cfc8aedb585b642905e29b9fff2c7a526f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 03:54:33 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ba6b0d..e9e1471 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,13 +77,13 @@ export default function SkincareTemplatePage() { description="Discover our carefully curated skincare essentials designed to nourish and revitalize your skin. Worldwide shipping available." products={[ { - id: "1", name: "Hydrating Moisturizer", price: "$68", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp", imageAlt: "Hydrating Moisturizer bottle" + id: "1", name: "Hydrating Moisturizer", price: "$68", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp", imageAlt: "Hydrating Moisturizer bottle" }, { - id: "2", name: "Radiance Serum", price: "$85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image3.webp", imageAlt: "Radiance Serum bottle" + id: "2", name: "Radiance Serum", price: "$85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image3.webp", imageAlt: "Radiance Serum bottle" }, { - id: "3", name: "Purifying Face Mask", price: "$52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image1.webp", imageAlt: "Purifying Face Mask jar" + id: "3", name: "Purifying Face Mask", price: "$52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image1.webp", imageAlt: "Purifying Face Mask jar" } ]} gridVariant="three-columns-all-equal-width" @@ -99,13 +99,13 @@ export default function SkincareTemplatePage() { description="Scientifically-formulated skincare products that deliver visible results with natural, sustainable ingredients. Available for worldwide shipping." features={[ { - title: "Worldwide Shipping", description: "Fast and reliable delivery to over 150 countries worldwide", bentoComponent: "globe" + title: "Worldwide Shipping", description: "Fast and reliable delivery to over 150 countries worldwide", bentoComponent: "globe" }, { - title: "Clinically Proven", description: "Dermatologist-tested and proven effective in clinical trials", bentoComponent: "line-chart" + title: "Clinically Proven", description: "Dermatologist-tested and proven effective in clinical trials", bentoComponent: "line-chart" }, { - title: "Sustainable", description: "Eco-conscious packaging and ethical sourcing practices", bentoComponent: "orbiting-icons", centerIcon: Leaf, + title: "Sustainable", description: "Eco-conscious packaging and ethical sourcing practices", bentoComponent: "orbiting-icons", centerIcon: Leaf, items: [ { icon: Droplet, ring: 1 }, { icon: Sprout, ring: 2 }, @@ -142,16 +142,16 @@ export default function SkincareTemplatePage() { description="Everything you need to know about our skincare products, worldwide shipping, and delivery." faqs={[ { - id: "1", title: "How long does it take to see results?", content: "Most customers notice visible improvements in skin texture and radiance within 2-4 weeks of consistent use. For more significant results like reduced fine lines or hyperpigmentation, allow 6-8 weeks." + id: "1", title: "How long does it take to see results?", content: "Most customers notice visible improvements in skin texture and radiance within 2-4 weeks of consistent use. For more significant results like reduced fine lines or hyperpigmentation, allow 6-8 weeks." }, { - id: "2", title: "Are your products suitable for sensitive skin?", content: "Yes! All Luminé products are formulated to be gentle and non-irritating. We use natural ingredients and avoid common irritants. We recommend patch testing first if you have very reactive skin." + id: "2", title: "Are your products suitable for sensitive skin?", content: "Yes! All Luminé products are formulated to be gentle and non-irritating. We use natural ingredients and avoid common irritants. We recommend patch testing first if you have very reactive skin." }, { - id: "3", title: "Do you offer worldwide shipping?", content: "Absolutely! We ship to over 150 countries worldwide. Standard shipping typically takes 7-14 business days depending on your location. Express shipping options are also available for faster delivery." + id: "3", title: "Do you offer worldwide shipping?", content: "Absolutely! We ship to over 150 countries worldwide. Standard shipping typically takes 7-14 business days depending on your location. Express shipping options are also available for faster delivery." }, { - id: "4", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee on all purchases. If you're not completely happy with your skincare, return it for a full refund or exchange. Worldwide returns are processed efficiently through our international shipping partners." + id: "4", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee on all purchases. If you're not completely happy with your skincare, return it for a full refund or exchange. Worldwide returns are processed efficiently through our international shipping partners." } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp" @@ -174,6 +174,7 @@ export default function SkincareTemplatePage() { useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp" imageAlt="Expert beauty consultation" + background={{ variant: "sparkles-gradient" }} /> @@ -183,20 +184,20 @@ export default function SkincareTemplatePage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/hero.webp" columns={[ { - title: "Product", items: [ + title: "Product", items: [ { label: "Moisturizers", href: "#products" }, { label: "Serums", href: "#products" }, { label: "Masks", href: "#products" } ] }, { - title: "Company", items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Sustainability", href: "#about" } ] }, { - title: "Support", items: [ + title: "Support", items: [ { label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" } ] -- 2.49.1 From 73e83e92b8262045588fb3857172cf3133720f23 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 03:56:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9e1471..325f379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function SkincareTemplatePage() { logoText="Luminé" description="Pure, natural skincare formulated for radiant, healthy skin. Discover the power of botanical ingredients and scientific innovation." background={{ variant: "sparkles-gradient" }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/hero.webp" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/hero.webp?_wi=1" imageAlt="Luxury skincare products with natural ingredients" frameStyle="card" buttons={[ @@ -154,7 +154,7 @@ export default function SkincareTemplatePage() { id: "4", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee on all purchases. If you're not completely happy with your skincare, return it for a full refund or exchange. Worldwide returns are processed efficiently through our international shipping partners." } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp?_wi=1" imageAlt="Skincare routine and wellness" mediaPosition="left" textboxLayout="default" @@ -172,7 +172,7 @@ export default function SkincareTemplatePage() { description="Have questions about your skin? Our experts are here to help guide you towards your best glow yet." tagIcon={MessageSquare} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp?_wi=2" imageAlt="Expert beauty consultation" background={{ variant: "sparkles-gradient" }} /> @@ -181,7 +181,7 @@ export default function SkincareTemplatePage() {