diff --git a/src/app/page.tsx b/src/app/page.tsx
index e0a8489..e895cd5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,99 +43,32 @@ export default function LandingPage() {
@@ -159,42 +80,12 @@ 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?_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",
- },
+ { 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: "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" },
]}
title="Curated Collections"
description="Select from our signature line of high-potency, boutique-formulated skincare."
@@ -208,20 +99,11 @@ export default function LandingPage() {
title="The Daily Ritual"
description="More than just skincare—it's a moment of reflection and renewal. Our rituals are designed to elevate the everyday."
bulletPoints={[
- {
- title: "Mindful Cleansing",
- description: "Begin with purity.",
- },
- {
- title: "Deep Hydration",
- description: "Lock in the essential moisture.",
- },
- {
- title: "Radiant Finishing",
- description: "Seal the glow.",
- },
+ { title: "Mindful Cleansing", description: "Begin with purity." },
+ { 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?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-dressing-table_1157-31079.jpg"
mediaAnimation="slide-up"
/>
@@ -232,21 +114,9 @@ export default function LandingPage() {
title="The Essence of Luxury"
description="Uncompromised quality and sustainable innovation in every drop."
accordionItems={[
- {
- id: "a1",
- title: "Sustainable Sourcing",
- content: "Ethically harvested rare botanicals.",
- },
- {
- id: "a2",
- title: "Clinical Efficacy",
- content: "Proven results for discerning skin.",
- },
- {
- id: "a3",
- title: "Hand-Crafted Batches",
- content: "Quality over quantity, always.",
- },
+ { id: "a1", title: "Sustainable Sourcing", content: "Ethically harvested rare botanicals." },
+ { id: "a2", title: "Clinical Efficacy", content: "Proven results for discerning skin." },
+ { id: "a3", title: "Hand-Crafted Batches", content: "Quality over quantity, always." },
]}
imageSrc="http://img.b2bpic.net/free-photo/selfcare-product-bottle-with-flower_23-2149249545.jpg"
mediaAnimation="blur-reveal"
@@ -259,24 +129,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Sparkles,
- title: "Customer Loyalty",
- value: "98%",
- },
- {
- id: "m2",
- icon: Award,
- title: "Award Winning",
- value: "25+",
- },
- {
- id: "m3",
- icon: Shield,
- title: "Active Users",
- value: "100k+",
- },
+ { id: "m1", icon: Sparkles, title: "Customer Loyalty", value: "98%" },
+ { id: "m2", icon: Award, title: "Award Winning", value: "25+" },
+ { id: "m3", icon: Shield, title: "Active Users", value: "100k+" },
]}
title="The AURA Impact"
description="Measured elegance. Results beyond expectations."
@@ -287,15 +142,7 @@ export default function LandingPage() {