diff --git a/src/app/page.tsx b/src/app/page.tsx
index 065ab54..ce69d7e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
@@ -57,121 +49,67 @@ export default function LandingPage() {
@@ -197,37 +135,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Sustainable Sourcing",
- author: "Ethical",
- description: "We partner only with manufacturers who prioritize fair labor and sustainable raw materials.",
- imageSrc: "http://img.b2bpic.net/free-photo/water-droplets-surface-grey-textured-background_23-2148114556.jpg",
- tags: [
- "Certified",
- "Organic",
- ],
+ id: "1", title: "Sustainable Sourcing", author: "Ethical", description: "We partner only with manufacturers who prioritize fair labor and sustainable raw materials.", imageSrc: "http://img.b2bpic.net/free-photo/water-droplets-surface-grey-textured-background_23-2148114556.jpg", tags: [
+ "Certified", "Organic"],
},
{
- id: "2",
- title: "Carbon-Neutral",
- author: "Efficient",
- description: "We offset our shipping footprint to ensure your products arrive with minimal impact.",
- imageSrc: "http://img.b2bpic.net/free-photo/organized-workbench-black-white-background-with-leaf-branch_23-2148296272.jpg",
- tags: [
- "Climate",
- "Neutral",
- ],
+ id: "2", title: "Carbon-Neutral", author: "Efficient", description: "We offset our shipping footprint to ensure your products arrive with minimal impact.", imageSrc: "http://img.b2bpic.net/free-photo/organized-workbench-black-white-background-with-leaf-branch_23-2148296272.jpg", tags: [
+ "Climate", "Neutral"],
},
{
- id: "3",
- title: "Durable Goods",
- author: "Quality",
- description: "Our items are built to last, reducing the need for constant replacement.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-wooden-care-products_23-2148261120.jpg",
- tags: [
- "Quality",
- "Long-Lasting",
- ],
+ id: "3", title: "Durable Goods", author: "Quality", description: "Our items are built to last, reducing the need for constant replacement.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-wooden-care-products_23-2148261120.jpg", tags: [
+ "Quality", "Long-Lasting"],
},
]}
title="Why Shop With EcoShop"
@@ -243,44 +160,26 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Bamboo Utensil Set",
- price: "$15.99",
- imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg",
+ id: "p1", name: "Bamboo Utensil Set", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg", priceButtonProps: { variant: "gradient" }
},
{
- id: "p2",
- name: "Ceramic Storage Jar",
- price: "$24.50",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-plant-leaning-wall-copy-space_23-2148835342.jpg",
+ id: "p2", name: "Ceramic Storage Jar", price: "$24.50", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-plant-leaning-wall-copy-space_23-2148835342.jpg", priceButtonProps: { variant: "gradient" }
},
{
- id: "p3",
- name: "Organic Cotton Towel",
- price: "$29.00",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440672.jpg",
+ id: "p3", name: "Organic Cotton Towel", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440672.jpg", priceButtonProps: { variant: "gradient" }
},
{
- id: "p4",
- name: "Reusable Tote Bag",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22903.jpg",
+ id: "p4", name: "Reusable Tote Bag", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22903.jpg", priceButtonProps: { variant: "gradient" }
},
{
- id: "p5",
- name: "Minimalist Plant Holder",
- price: "$35.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148928494.jpg",
+ id: "p5", name: "Minimalist Plant Holder", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148928494.jpg", priceButtonProps: { variant: "gradient" }
},
{
- id: "p6",
- name: "Sustainable Soap Bar",
- price: "$8.50",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-zero-waste-concept_23-2148591678.jpg",
+ id: "p6", name: "Sustainable Soap Bar", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-zero-waste-concept_23-2148591678.jpg", priceButtonProps: { variant: "gradient" }
},
]}
title="Shop Our Collection"
- description="Hand-picked items for your home and lifestyle."
+ description="Manage dropshipping inventory directly here. Add, edit, or remove items for your customers."
/>
@@ -291,20 +190,11 @@ export default function LandingPage() {
tag="Transparency"
metrics={[
{
- id: "m1",
- value: "10k+",
- description: "Items Shipped",
- },
+ id: "m1", value: "10k+", description: "Items Shipped"},
{
- id: "m2",
- value: "2 Tons",
- description: "Waste Prevented",
- },
+ id: "m2", value: "2 Tons", description: "Waste Prevented"},
{
- id: "m3",
- value: "95%",
- description: "Customer Satisfaction",
- },
+ id: "m3", value: "95%", description: "Customer Satisfaction"},
]}
metricsAnimation="slide-up"
/>
@@ -315,14 +205,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "GreenCo",
- "EcoTerra",
- "NatureBest",
- "PureLife",
- "EarthBound",
- "CleanLiving",
- "SustainableCo",
- ]}
+ "GreenCo", "EcoTerra", "NatureBest", "PureLife", "EarthBound", "CleanLiving", "SustainableCo"]}
title="Trusted Partners"
description="Brands that share our vision for a sustainable future."
/>
@@ -335,45 +218,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- handle: "@sarahj",
- testimonial: "I love the quality of everything I've bought here!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-girls-taking-selfie-with-old-phone_23-2149550617.jpg",
- },
+ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "I love the quality of everything I've bought here!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-girls-taking-selfie-with-old-phone_23-2149550617.jpg"},
{
- id: "2",
- name: "Michael B.",
- handle: "@mikeb",
- testimonial: "Finally, a store that makes sustainability easy.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/human-modern-technology-concept-portrait-handsome-young-caucasian-student-black-hat-white-shirt-surfing-internet-his-smart-phone-enjoying-free-wireless-connection-lunch_273609-1933.jpg",
- },
+ id: "2", name: "Michael B.", handle: "@mikeb", testimonial: "Finally, a store that makes sustainability easy.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/human-modern-technology-concept-portrait-handsome-young-caucasian-student-black-hat-white-shirt-surfing-internet-his-smart-phone-enjoying-free-wireless-connection-lunch_273609-1933.jpg"},
{
- id: "3",
- name: "Elena R.",
- handle: "@elenar",
- testimonial: "Fast shipping and fantastic customer support.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/crop-smiling-female-photographer-with-vintage-camera_23-2148205442.jpg",
- },
+ id: "3", name: "Elena R.", handle: "@elenar", testimonial: "Fast shipping and fantastic customer support.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/crop-smiling-female-photographer-with-vintage-camera_23-2148205442.jpg"},
{
- id: "4",
- name: "David W.",
- handle: "@davidw",
- testimonial: "Everything feels so premium. Highly recommended.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/drawing-tools-near-plants_23-2147801980.jpg",
- },
+ id: "4", name: "David W.", handle: "@davidw", testimonial: "Everything feels so premium. Highly recommended.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/drawing-tools-near-plants_23-2147801980.jpg"},
{
- id: "5",
- name: "Jennifer K.",
- handle: "@jenk",
- testimonial: "EcoShop is my go-to for household needs.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-hard-greenhouse_23-2149037324.jpg",
- },
+ id: "5", name: "Jennifer K.", handle: "@jenk", testimonial: "EcoShop is my go-to for household needs.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-hard-greenhouse_23-2149037324.jpg"},
]}
showRating={true}
title="What Our Community Says"
@@ -387,20 +245,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How do you ship?",
- content: "We ship using carbon-neutral logistics partners.",
- },
+ id: "q1", title: "How do you ship?", content: "We ship using carbon-neutral logistics partners."},
{
- id: "q2",
- title: "Are products organic?",
- content: "We verify all certifications for our suppliers.",
- },
+ id: "q2", title: "Are products organic?", content: "We verify all certifications for our suppliers."},
{
- id: "q3",
- title: "Do you accept returns?",
- content: "We offer a 30-day hassle-free return policy.",
- },
+ id: "q3", title: "Do you accept returns?", content: "We offer a 30-day hassle-free return policy."},
]}
title="Common Questions"
faqsAnimation="slide-up"
@@ -412,14 +261,11 @@ export default function LandingPage() {
@@ -430,25 +276,17 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Shop",
- href: "#products",
- },
+ label: "Shop", href: "#products"},
],
},
{
items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Support",
- href: "#contact",
- },
+ label: "Support", href: "#contact"},
],
},
]}