Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-23 21:00:03 +00:00

View File

@@ -47,13 +47,13 @@ export default function LandingPage() {
title="The Art of Radiant Living"
description="Experience the pinnacle of skincare with AURA—where science meets soulful elegance. Discover rituals crafted for the most discerning skin."
testimonials={[
{ name: "Elena V.", handle: "@elena_luxury", testimonial: "The absolute pinnacle of my daily ritual. Radiant results, every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg", imageAlt: "luxury cosmetic bottle marble" },
{ name: "Julian R.", handle: "@jules_refined", testimonial: "Sophisticated, effective, and beautifully curated. A true staple.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg", imageAlt: "luxury cosmetic bottle marble" },
{ name: "Sophie M.", handle: "@sophie_glow", testimonial: "AURA has transformed my skin. Simply exquisite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg", imageAlt: "luxury cosmetic bottle marble" },
{ name: "Claire D.", handle: "@claire_aura", testimonial: "Unparalleled luxury. My skin has never looked this luminous.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146640.jpg", imageAlt: "luxury cosmetic bottle marble" },
{ name: "Mark S.", handle: "@mark_skin", testimonial: "The perfect blend of science and nature. Essential skincare.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dressing-table_1157-31079.jpg", imageAlt: "luxury cosmetic bottle marble" },
{ name: "Elena V.", handle: "@elena_luxury", testimonial: "The absolute pinnacle of my daily ritual. Radiant results, every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble" },
{ name: "Julian R.", handle: "@jules_refined", testimonial: "Sophisticated, effective, and beautifully curated. A true staple.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble" },
{ name: "Sophie M.", handle: "@sophie_glow", testimonial: "AURA has transformed my skin. Simply exquisite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble" },
{ name: "Claire D.", handle: "@claire_aura", testimonial: "Unparalleled luxury. My skin has never looked this luminous.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146640.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble" },
{ name: "Mark S.", handle: "@mark_skin", testimonial: "The perfect blend of science and nature. Essential skincare.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dressing-table_1157-31079.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble" },
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg"
imageSrc="http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg?_wi=2"
imageAlt="AURA Aesthetics Premium Serum"
mediaAnimation="blur-reveal"
avatars={[
@@ -80,9 +80,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Luminous Serum", price: "$295", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg" },
{ id: "p2", name: "Pure Essence", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg" },
{ id: "p3", name: "Velvet Cream", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146640.jpg" },
{ id: "p1", name: "Luminous Serum", price: "$295", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=2" },
{ id: "p2", name: "Pure Essence", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg?_wi=2" },
{ id: "p3", name: "Velvet Cream", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146640.jpg?_wi=2" },
{ id: "p4", name: "Gold Elixir", price: "$385", imageSrc: "http://img.b2bpic.net/free-photo/glowing-bottle-foundation-advertising_23-2149511222.jpg" },
{ id: "p5", name: "Radiance Mist", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/luxury-glamour-scented-sprayer-transparent_1203-6444.jpg" },
{ id: "p6", name: "Night Repair", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232280.jpg" },
@@ -103,7 +103,7 @@ export default function LandingPage() {
{ title: "Deep Hydration", description: "Lock in the essential moisture." },
{ title: "Radiant Finishing", description: "Seal the glow." },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-dressing-table_1157-31079.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-dressing-table_1157-31079.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>