3 Commits

Author SHA1 Message Date
dc87ca8a52 Merge version_2 into main
Merge version_2 into main
2026-03-25 21:10:09 +00:00
b31b910598 Update src/app/page.tsx 2026-03-25 21:10:06 +00:00
c69152a149 Update src/app/layout.tsx 2026-03-25 21:10:05 +00:00
2 changed files with 18 additions and 49 deletions

View File

@@ -19,8 +19,8 @@ const inter = Inter({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Aura Skincare: Elevate Your Beauty Ritual', title: 'Luminé Skincare: Reveal Your Natural Radiance',
description: 'Unlock your skin\'s natural radiance with Aura Skincare. Explore our curated collection of clean, effective products for a truly transformative beauty experience.', description: 'Discover Luminé Skincare\'s pure, natural products, scientifically formulated for healthy, glowing skin. Experience botanical ingredients and innovative care.',
}; };
export default function RootLayout({ export default function RootLayout({

View File

@@ -36,7 +36,7 @@ export default function SkincareTemplatePage() {
{ name: "Reviews", id: "reviews" }, { name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ text: "Shop Now", href: "products" }} button={{ text: "Shop Now", href: "#products" }}
/> />
</div> </div>
@@ -77,25 +77,13 @@ export default function SkincareTemplatePage() {
description="Discover our carefully curated skincare essentials designed to nourish and revitalize your skin. Worldwide shipping available." description="Discover our carefully curated skincare essentials designed to nourish and revitalize your skin. Worldwide shipping available."
products={[ products={[
{ {
id: "1", id: "1", name: "Hydrating Moisturizer", price: "$68", imageSrc: "/templates/skincare/image2.webp", imageAlt: "Hydrating Moisturizer bottle"
name: "Hydrating Moisturizer",
price: "$68",
imageSrc: "/templates/skincare/image2.webp",
imageAlt: "Hydrating Moisturizer bottle"
}, },
{ {
id: "2", id: "2", name: "Radiance Serum", price: "$85", imageSrc: "/templates/skincare/image3.webp", imageAlt: "Radiance Serum bottle"
name: "Radiance Serum",
price: "$85",
imageSrc: "/templates/skincare/image3.webp",
imageAlt: "Radiance Serum bottle"
}, },
{ {
id: "3", id: "3", name: "Purifying Face Mask", price: "$52", imageSrc: "/templates/skincare/image1.webp", imageAlt: "Purifying Face Mask jar"
name: "Purifying Face Mask",
price: "$52",
imageSrc: "/templates/skincare/image1.webp",
imageAlt: "Purifying Face Mask jar"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -111,20 +99,13 @@ export default function SkincareTemplatePage() {
description="Scientifically-formulated skincare products that deliver visible results with natural, sustainable ingredients. Available for worldwide shipping." description="Scientifically-formulated skincare products that deliver visible results with natural, sustainable ingredients. Available for worldwide shipping."
features={[ features={[
{ {
title: "Worldwide Shipping", title: "Worldwide Shipping", description: "Fast and reliable delivery to over 150 countries worldwide", bentoComponent: "globe"
description: "Fast and reliable delivery to over 150 countries worldwide",
bentoComponent: "globe"
}, },
{ {
title: "Clinically Proven", title: "Clinically Proven", description: "Dermatologist-tested and proven effective in clinical trials", bentoComponent: "line-chart"
description: "Dermatologist-tested and proven effective in clinical trials",
bentoComponent: "line-chart"
}, },
{ {
title: "Sustainable", title: "Sustainable", description: "Eco-conscious packaging and ethical sourcing practices", bentoComponent: "orbiting-icons", centerIcon: Leaf,
description: "Eco-conscious packaging and ethical sourcing practices",
bentoComponent: "orbiting-icons",
centerIcon: Leaf,
items: [ items: [
{ icon: Droplet, ring: 1 }, { icon: Droplet, ring: 1 },
{ icon: Sprout, ring: 2 }, { icon: Sprout, ring: 2 },
@@ -161,24 +142,16 @@ export default function SkincareTemplatePage() {
description="Everything you need to know about our skincare products, worldwide shipping, and delivery." description="Everything you need to know about our skincare products, worldwide shipping, and delivery."
faqs={[ faqs={[
{ {
id: "1", 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."
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", 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."
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", 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."
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", 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."
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="/templates/skincare/image4.webp" imageSrc="/templates/skincare/image4.webp"
@@ -211,8 +184,7 @@ export default function SkincareTemplatePage() {
logoText="Luminé" logoText="Luminé"
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Moisturizers", href: "#products" }, { label: "Moisturizers", href: "#products" },
{ label: "Serums", href: "#products" }, { label: "Serums", href: "#products" },
{ label: "Masks", href: "#products" }, { label: "Masks", href: "#products" },
@@ -220,8 +192,7 @@ export default function SkincareTemplatePage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Sustainability", href: "#about" }, { label: "Sustainability", href: "#about" },
{ label: "Blog", href: "#" }, { label: "Blog", href: "#" },
@@ -229,8 +200,7 @@ export default function SkincareTemplatePage() {
] ]
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Contact Us", href: "#contact" }, { label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "#faq" },
{ label: "Worldwide Shipping", href: "#" }, { label: "Worldwide Shipping", href: "#" },
@@ -238,8 +208,7 @@ export default function SkincareTemplatePage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Instagram", href: "#" }, { label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" }, { label: "Facebook", href: "#" },
{ label: "Pinterest", href: "#" }, { label: "Pinterest", href: "#" },
@@ -252,4 +221,4 @@ export default function SkincareTemplatePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }