diff --git a/src/app/page.tsx b/src/app/page.tsx
index 706e399..a78bda1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,64 +31,41 @@ export default function LandingPage() {
@@ -100,26 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "AM",
- title: "Cleanse & Hydrate",
- subtitle: "Refresh your day",
- description: "Starting the morning with soft hydration that locks in moisture.",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-with-refreshing-drink-consulting-her-agenda_23-2147640373.jpg",
- },
+ tag: "AM", title: "Cleanse & Hydrate", subtitle: "Refresh your day", description: "Starting the morning with soft hydration that locks in moisture.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-refreshing-drink-consulting-her-agenda_23-2147640373.jpg"},
{
- tag: "PM",
- title: "Repair & Restore",
- subtitle: "Deep nourishment",
- description: "Rebuild your skin barrier while you sleep with rich botanical blends.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-bath-time_23-2149186323.jpg",
- },
+ tag: "PM", title: "Repair & Restore", subtitle: "Deep nourishment", description: "Rebuild your skin barrier while you sleep with rich botanical blends.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-bath-time_23-2149186323.jpg"},
{
- tag: "WEEKLY",
- title: "Reset Mask",
- subtitle: "A gentle reset",
- description: "Weekly deep detox to soothe and clarify your complexion gently.",
- imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-blonde-women-different-ages-are-tasting-cosmetic-product-while-sitting-white-background-skin-care-hydration-concept_197531-31442.jpg",
- },
+ tag: "WEEKLY", title: "Reset Mask", subtitle: "A gentle reset", description: "Weekly deep detox to soothe and clarify your complexion gently.", imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-blonde-women-different-ages-are-tasting-cosmetic-product-while-sitting-white-background-skin-care-hydration-concept_197531-31442.jpg"},
]}
title="Your Daily Ritual"
description="Carefully curated steps to help your skin breathe and reset."
@@ -130,50 +92,21 @@ export default function LandingPage() {
@@ -212,45 +136,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- title: "Life Changing",
- quote: "My skin has never felt this calm.",
- name: "Emma L.",
- role: "Creative",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-topless-women-posing_23-2149123468.jpg",
- },
+ id: "1", title: "Life Changing", quote: "My skin has never felt this calm.", name: "Emma L.", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/close-up-topless-women-posing_23-2149123468.jpg"},
{
- id: "2",
- title: "Daily Ritual",
- quote: "I actually look forward to cleansing now.",
- name: "Marcus J.",
- role: "Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-posing-with-flower_23-2150396580.jpg",
- },
+ id: "2", title: "Daily Ritual", quote: "I actually look forward to cleansing now.", name: "Marcus J.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-posing-with-flower_23-2150396580.jpg"},
{
- id: "3",
- title: "So Gentle",
- quote: "Perfect for my reactive skin type.",
- name: "Sarah K.",
- role: "Teacher",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-suffering-from-body-dysmorphia_23-2150879649.jpg",
- },
+ id: "3", title: "So Gentle", quote: "Perfect for my reactive skin type.", name: "Sarah K.", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/woman-suffering-from-body-dysmorphia_23-2150879649.jpg"},
{
- id: "4",
- title: "Pure Magic",
- quote: "Simple, clean, and truly effective.",
- name: "Alex W.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-young-woman-portrait_23-2148994713.jpg",
- },
+ id: "4", title: "Pure Magic", quote: "Simple, clean, and truly effective.", name: "Alex W.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-young-woman-portrait_23-2148994713.jpg"},
{
- id: "5",
- title: "Soft Glow",
- quote: "The routine really changed my morning.",
- name: "Chloe T.",
- role: "Artist",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-vitiligo_23-2149012605.jpg",
- },
+ id: "5", title: "Soft Glow", quote: "The routine really changed my morning.", name: "Chloe T.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-vitiligo_23-2149012605.jpg"},
]}
title="Skin Notes"
description="Real stories from our community."
@@ -263,20 +157,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Is it suitable for sensitive skin?",
- content: "Yes, our formulas are tested for maximum gentleness.",
- },
+ id: "q1", title: "Is it suitable for sensitive skin?", content: "Yes, our formulas are tested for maximum gentleness."},
{
- id: "q2",
- title: "How do I build a routine?",
- content: "Start with our cleanse and hydrate serum basics.",
- },
+ id: "q2", title: "How do I build a routine?", content: "Start with our cleanse and hydrate serum basics."},
{
- id: "q3",
- title: "Are you cruelty-free?",
- content: "Absolutely. We are proud of our 100% vegan standards.",
- },
+ id: "q3", title: "Are you cruelty-free?", content: "Absolutely. We are proud of our 100% vegan standards."},
]}
title="Common Questions"
description="Everything you need to know about our rituals."
@@ -288,8 +173,7 @@ export default function LandingPage() {