7 Commits

Author SHA1 Message Date
45b0207c91 Update src/app/services/page.tsx 2026-04-14 01:27:49 +00:00
30e458aa54 Update src/app/page.tsx 2026-04-14 01:27:49 +00:00
9797285d87 Update src/app/vendors/page.tsx 2026-04-14 01:27:25 +00:00
c283869dd9 Update src/app/services/page.tsx 2026-04-14 01:27:25 +00:00
5f23d653d5 Update src/app/page.tsx 2026-04-14 01:27:24 +00:00
e45cebf94e Merge version_5 into main
Merge version_5 into main
2026-04-14 01:25:10 +00:00
dc58d227e5 Merge version_5 into main
Merge version_5 into main
2026-04-14 01:24:40 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -57,11 +57,11 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardNineteen
textboxLayout="default"
textboxLayout="split"
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: "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?_wi=1" },
{ 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?_wi=1" },
{ 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"

View File

@@ -34,13 +34,13 @@ export default function ServicesPage() {
<div id="services" data-section="features">
<FeatureCardNineteen
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
title="Our Services"
description="Explore the various professional services we offer to help you achieve your goals."
features={[
{ tag: "Support", title: "Consulting", subtitle: "Expert advice", description: "Get professional guidance on your projects.", imageSrc: "http://img.b2bpic.net/free-photo/preparing-cocoa-drink-barista-making-cocoa-cafe_169016-66904.jpg" },
{ tag: "Creative", title: "Design", subtitle: "Tailored solutions", description: "High-quality design services for your brand.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-natural-self-care-products_23-2148980984.jpg" }
{ tag: "Support", title: "Consulting", subtitle: "Expert advice", description: "Get professional guidance on your projects.", imageSrc: "http://img.b2bpic.net/free-photo/preparing-cocoa-drink-barista-making-cocoa-cafe_169016-66904.jpg?_wi=2" },
{ tag: "Creative", title: "Design", subtitle: "Tailored solutions", description: "High-quality design services for your brand.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-natural-self-care-products_23-2148980984.jpg?_wi=2" }
]}
/>
</div>
@@ -56,4 +56,4 @@ export default function ServicesPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
<div id="vendor-list" data-section="vendor-list">
<FeatureCardNineteen
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={true}
features={[
{ tag: "Maker", title: "Greenfield Woodworks", subtitle: "Home Decor", description: "Hand-carved reclaimed wood furniture.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-zero-waste-products-wooden-background_23-2148491113.jpg" },
@@ -76,4 +76,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}