diff --git a/src/app/page.tsx b/src/app/page.tsx
index 59ad9e7..37fa7cc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,109 +43,41 @@ export default function LandingPage() {
@@ -171,27 +88,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Organic Purity",
- description: "Formulated with 100% natural, ethically sourced botanicals for superior skin compatibility.",
- tag: "Nature",
- imageSrc: "http://img.b2bpic.net/free-photo/earth-tone-floral-background-wallpaper_53876-106188.jpg",
- },
- {
- id: "f2",
- title: "Advanced Science",
- description: "Our formulas are backed by clinical research and modern cosmetic innovation.",
- tag: "Innovation",
- imageSrc: "http://img.b2bpic.net/free-photo/detail-view-pink-texture-design-pattern_23-2148078912.jpg",
- },
- {
- id: "f3",
- title: "Unmatched Fragrance",
- description: "A sensory journey that lingers, crafted by master perfumers for lasting allure.",
- tag: "Fragrance",
- imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890525.jpg",
- },
+ { id: "f1", title: "Organic Purity", description: "Formulated with 100% natural, ethically sourced botanicals for superior skin compatibility.", tag: "Nature", imageSrc: "http://img.b2bpic.net/free-photo/earth-tone-floral-background-wallpaper_53876-106188.jpg" },
+ { id: "f2", title: "Advanced Science", description: "Our formulas are backed by clinical research and modern cosmetic innovation.", tag: "Innovation", imageSrc: "http://img.b2bpic.net/free-photo/detail-view-pink-texture-design-pattern_23-2148078912.jpg" },
+ { id: "f3", title: "Unmatched Fragrance", description: "A sensory journey that lingers, crafted by master perfumers for lasting allure.", tag: "Fragrance", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890525.jpg" },
]}
title="Why Choose L’DORA?"
description="Crafted with passion, our products redefine the standards of beauty and wellness through natural efficacy."
@@ -200,64 +99,17 @@ export default function LandingPage() {
@@ -434,25 +187,10 @@ export default function LandingPage() {
title="Connect With L’DORA"
description="Have inquiries about representation, wholesale, or our beauty line? Reach out today."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "email", type: "email", placeholder: "Email Address", required: true },
]}
- textarea={{
- name: "message",
- placeholder: "How can we help?",
- rows: 4,
- required: true,
- }}
+ textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"
/>
@@ -462,45 +200,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/top-view-bath-concept-with-copy-space_23-2148459831.jpg"
logoText="L’DORA"
columns={[
- {
- title: "Company",
- items: [
- {
- label: "About",
- href: "#",
- },
- {
- label: "Careers",
- href: "#",
- },
- ],
- },
- {
- title: "Shop",
- items: [
- {
- label: "Skincare",
- href: "#products",
- },
- {
- label: "Makeup",
- href: "#products",
- },
- ],
- },
- {
- title: "Support",
- items: [
- {
- label: "FAQ",
- href: "#",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
+ { title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
+ { title: "Shop", items: [{ label: "Skincare", href: "#products" }, { label: "Makeup", href: "#products" }] },
+ { title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Contact", href: "#contact" }] },
]}
/>