diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5d6bb79..870a40d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,39 +28,23 @@ export default function LandingPage() {
@@ -70,27 +54,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- tag: "Curated",
- title: "Handcrafted Jewelry",
- subtitle: "One-of-a-kind",
- description: "Beautiful pieces created by our local jewelers.",
- imageSrc: "http://img.b2bpic.net/free-photo/preparing-cocoa-drink-barista-making-cocoa-cafe_169016-66904.jpg",
- },
- {
- tag: "Natural",
- title: "Artisan Apothecary",
- subtitle: "Pure ingredients",
- description: "Lotions, soaps, and candles that soothe the soul.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-natural-self-care-products_23-2148980984.jpg",
- },
- {
- tag: "Apparel",
- title: "Curated Apparel",
- subtitle: "Handmade style",
- description: "Clothing pieces you'll love to wear and share.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bridesmaids-dresses-hangers_23-2149081536.jpg",
- },
+ { tag: "Curated", title: "Handcrafted Jewelry", subtitle: "One-of-a-kind", description: "Beautiful pieces created by our local jewelers.", imageSrc: "http://img.b2bpic.net/free-photo/preparing-cocoa-drink-barista-making-cocoa-cafe_169016-66904.jpg" },
+ { tag: "Natural", title: "Artisan Apothecary", subtitle: "Pure ingredients", description: "Lotions, soaps, and candles that soothe the soul.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-natural-self-care-products_23-2148980984.jpg" },
+ { tag: "Apparel", title: "Curated Apparel", subtitle: "Handmade style", description: "Clothing pieces you'll love to wear and share.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bridesmaids-dresses-hangers_23-2149081536.jpg" }
]}
title="Meet Our Artisans"
description="With 50 local vendors, every visit uncovers a new story and a piece of craft you won't find anywhere else."
@@ -105,24 +71,8 @@ export default function LandingPage() {
title="Our Community Impact"
description="Growing local talent one craft at a time."
metrics={[
- {
- id: "m1",
- value: "50+",
- title: "Local Artisans",
- items: [
- "Hand-picked creators",
- "Local sourcing",
- ],
- },
- {
- id: "m2",
- value: "2k+",
- title: "Unique Products",
- items: [
- "Handmade goods",
- "Custom designs",
- ],
- },
+ { id: "m1", value: "50+", title: "Local Artisans", items: ["Hand-picked creators", "Local sourcing"] },
+ { id: "m2", value: "2k+", title: "Unique Products", items: ["Handmade goods", "Custom designs"] }
]}
/>
@@ -135,26 +85,8 @@ export default function LandingPage() {
title="Marketplace Stories"
description="Go behind the scenes with our makers."
blogs={[
- {
- id: "b1",
- category: "Interviews",
- title: "The Art of Woodworking",
- excerpt: "Meet the mind behind Greenfield Woodworks.",
- imageSrc: "http://img.b2bpic.net/free-photo/sculptor-s-hands-holding-clay_23-2149986332.jpg",
- authorName: "Jane Doe",
- authorAvatar: "http://img.b2bpic.net/free-photo/female-shoppers-boutique_23-2147666156.jpg",
- date: "2025-05-01",
- },
- {
- id: "b2",
- category: "Lifestyle",
- title: "Living Sustainably",
- excerpt: "A deep dive into our apothecary lineup.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-soap-bars_23-2150533301.jpg",
- authorName: "John Smith",
- authorAvatar: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg",
- date: "2025-05-05",
- },
+ { id: "b1", category: "Interviews", title: "The Art of Woodworking", excerpt: "Meet the mind behind Greenfield Woodworks.", imageSrc: "http://img.b2bpic.net/free-photo/sculptor-s-hands-holding-clay_23-2149986332.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/female-shoppers-boutique_23-2147666156.jpg", date: "2025-05-01" },
+ { id: "b2", category: "Lifestyle", title: "Living Sustainably", excerpt: "A deep dive into our apothecary lineup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-soap-bars_23-2150533301.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg", date: "2025-05-05" }
]}
/>
@@ -166,52 +98,16 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Choose Gilded Nest?"
description="Authenticity in every stitch and stroke."
- positiveCard={{
- items: [
- "Support Local Creators",
- "Sustainable Sourcing",
- "Unique Finds",
- ],
- }}
- negativeCard={{
- items: [
- "Mass-produced Items",
- "Generic Retail Chains",
- "Short-lived Trends",
- ],
- }}
+ positiveCard={{ items: ["Support Local Creators", "Sustainable Sourcing", "Unique Finds"] }}
+ negativeCard={{ items: ["Mass-produced Items", "Generic Retail Chains", "Short-lived Trends"] }}
/>