Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-04-11 15:40:06 +00:00
5 changed files with 76 additions and 427 deletions

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Vendors",
id: "/vendors",
},
{
name: "Classes",
id: "/classes",
},
{
name: "About",
id: "/about",
},
{
name: "Visit",
id: "/visit",
},
{ name: "Home", id: "/" },
{ name: "Vendors", id: "/vendors" },
{ name: "Classes", id: "/classes" },
{ name: "About", id: "/about" },
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Contact", href: "#footer" }}
/>
</div>
@@ -54,15 +40,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Our Mission",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/wooden-decor-floral-shop_23-2147761219.jpg",
alt: "Mission visual",
},
{ type: "text", content: "Our Mission" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/wooden-decor-floral-shop_23-2147761219.jpg", alt: "Mission visual" }
]}
/>
</div>
@@ -76,20 +55,10 @@ export default function LandingPage() {
description="The friendly faces welcoming you."
groups={[
{
id: "g1",
groupTitle: "Leadership",
members: [
{
id: "m1",
title: "Sarah Greenfield",
subtitle: "Founder",
detail: "Curating dreams.",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2283.jpg?_wi=2",
imageAlt: "Young pretty woman in cafe",
},
id: "g1", groupTitle: "Leadership", members: [
{ id: "m1", title: "Sarah Greenfield", subtitle: "Founder", detail: "Curating dreams.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg" }
]
}
]}
/>
</div>
@@ -97,32 +66,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "Vendors",
href: "/vendors",
},
{
label: "Bookstore",
href: "/bookstore",
},
],
},
{
title: "Visit",
items: [
{
label: "Hours & Map",
href: "/visit",
},
{
label: "Community",
href: "/about",
},
],
},
{ title: "Shop", items: [{ label: "Vendors", href: "/vendors" }, { label: "Bookstore", href: "/bookstore" }] },
{ title: "Visit", items: [{ label: "Hours & Map", href: "/visit" }, { label: "Community", href: "/about" }] }
]}
logoText="gilded nest"
/>
@@ -130,4 +75,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Vendors",
id: "/vendors",
},
{
name: "Classes",
id: "/classes",
},
{
name: "About",
id: "/about",
},
{
name: "Visit",
id: "/visit",
},
{ name: "Home", id: "/" },
{ name: "Vendors", id: "/vendors" },
{ name: "Classes", id: "/classes" },
{ name: "About", id: "/about" },
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Sign Up", href: "#product" }}
/>
</div>
@@ -58,24 +44,8 @@ export default function LandingPage() {
title="Upcoming Workshops"
description="Master your own craft with our experts."
metrics={[
{
id: "c1",
value: "10+",
title: "Classes Monthly",
items: [
"Pottery",
"Weaving",
],
},
{
id: "c2",
value: "500+",
title: "Happy Students",
items: [
"Beginners",
"Advanced",
],
},
{ id: "c1", value: "10+", title: "Classes Monthly", items: ["Pottery", "Weaving"] },
{ id: "c2", value: "500+", title: "Happy Students", items: ["Beginners", "Advanced"] }
]}
/>
</div>
@@ -89,18 +59,9 @@ export default function LandingPage() {
title="Register for a Class"
description="Secure your spot in our upcoming workshops."
products={[
{
id: "p1",
name: "Pottery Basics",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-pottery-masterpiece-her-workshop_23-2148846477.jpg",
},
{
id: "p2",
name: "Soy Candle Making",
price: "$30",
imageSrc: "http://img.b2bpic.net/free-photo/lavender-soap-assortment-with-copy-space_23-2148799499.jpg",
},
{ id: "p1", name: "Pottery Basics", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-pottery-masterpiece-her-workshop_23-2148846477.jpg" },
{ id: "p2", name: "Soy Candle Making", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/lavender-soap-assortment-with-copy-space_23-2148799499.jpg" },
{ id: "p3", name: "Weaving 101", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/hand-woven-textiles-arrangement_23-2149072887.jpg" }
]}
/>
</div>
@@ -108,32 +69,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "Vendors",
href: "/vendors",
},
{
label: "Bookstore",
href: "/bookstore",
},
],
},
{
title: "Visit",
items: [
{
label: "Hours & Map",
href: "/visit",
},
{
label: "Community",
href: "/about",
},
],
},
{ title: "Shop", items: [{ label: "Vendors", href: "/vendors" }, { label: "Bookstore", href: "/bookstore" }] },
{ title: "Visit", items: [{ label: "Hours & Map", href: "/visit" }, { label: "Community", href: "/about" }] }
]}
logoText="gilded nest"
/>
@@ -141,4 +78,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -28,39 +28,23 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Vendors",
id: "/vendors",
},
{
name: "Classes",
id: "/classes",
},
{
name: "About",
id: "/about",
},
{
name: "Visit",
id: "/visit",
},
{ name: "Home", id: "/" },
{ name: "Vendors", id: "/vendors" },
{ name: "Classes", id: "/classes" },
{ name: "About", id: "/about" },
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Visit Us", href: "/visit" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Discover Something Handmade"
description="Your local home for unique treasures on Main Street. From handcrafted jewelry to cozy bookstore nooks, come find your next hidden gem at Gilded Nest."
imageSrc="http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2283.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2283.jpg"
imageAlt="Inside our shop featuring unique artisan goods"
/>
</div>
@@ -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"] }
]}
/>
</div>
@@ -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" }
]}
/>
</div>
@@ -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"] }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "Vendors",
href: "/vendors",
},
{
label: "Bookstore",
href: "/bookstore",
},
],
},
{
title: "Visit",
items: [
{
label: "Hours & Map",
href: "/visit",
},
{
label: "Community",
href: "/about",
},
],
},
{ title: "Shop", items: [{ label: "Vendors", href: "/vendors" }, { label: "Bookstore", href: "/bookstore" }] },
{ title: "Visit", items: [{ label: "Hours & Map", href: "/visit" }, { label: "Community", href: "/about" }] }
]}
logoText="gilded nest"
/>
@@ -219,4 +115,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Vendors",
id: "/vendors",
},
{
name: "Classes",
id: "/classes",
},
{
name: "About",
id: "/about",
},
{
name: "Visit",
id: "/visit",
},
{ name: "Home", id: "/" },
{ name: "Vendors", id: "/vendors" },
{ name: "Classes", id: "/classes" },
{ name: "About", id: "/about" },
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Apply", href: "#vendor-cta" }}
/>
</div>
@@ -55,27 +41,9 @@ export default function LandingPage() {
textboxLayout="default"
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",
},
{
tag: "Maker",
title: "Willow Scents",
subtitle: "Candles",
description: "Small batch soy candles.",
imageSrc: "http://img.b2bpic.net/free-photo/different-type-aloevera-spray-bottles-blue-background_23-2148031240.jpg",
},
{
tag: "Maker",
title: "Threads of Home",
subtitle: "Textiles",
description: "Hand-woven throws and table runners.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-ladies-stylish-outfits-work-as-fashion-designers-cozy-office-shorthaired-women-creates-clothes-patterns_197531-29824.jpg",
},
{ 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" },
{ tag: "Maker", title: "Willow Scents", subtitle: "Candles", description: "Small batch soy candles.", imageSrc: "http://img.b2bpic.net/free-photo/different-type-aloevera-spray-bottles-blue-background_23-2148031240.jpg" },
{ tag: "Maker", title: "Threads of Home", subtitle: "Textiles", description: "Hand-woven throws and table runners.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-ladies-stylish-outfits-work-as-fashion-designers-cozy-office-shorthaired-women-creates-clothes-patterns_197531-29824.jpg" }
]}
title="Our Artisan Collective"
description="Meet the talented makers behind our 50+ vendor stalls."
@@ -88,18 +56,8 @@ export default function LandingPage() {
title="Become a Vendor"
description="Have a handcrafted craft? Apply to join our local marketplace family."
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 }
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-woman-sitting-bar-stand-daytime_181624-17097.jpg"
imageAlt="Vertical shot of a woman sitting next to the bar stand during daytime"
@@ -109,32 +67,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "Vendors",
href: "/vendors",
},
{
label: "Bookstore",
href: "/bookstore",
},
],
},
{
title: "Visit",
items: [
{
label: "Hours & Map",
href: "/visit",
},
{
label: "Community",
href: "/about",
},
],
},
{ title: "Shop", items: [{ label: "Vendors", href: "/vendors" }, { label: "Bookstore", href: "/bookstore" }] },
{ title: "Visit", items: [{ label: "Hours & Map", href: "/visit" }, { label: "Community", href: "/about" }] }
]}
logoText="gilded nest"
/>
@@ -142,4 +76,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Vendors",
id: "/vendors",
},
{
name: "Classes",
id: "/classes",
},
{
name: "About",
id: "/about",
},
{
name: "Visit",
id: "/visit",
},
{ name: "Home", id: "/" },
{ name: "Vendors", id: "/vendors" },
{ name: "Classes", id: "/classes" },
{ name: "About", id: "/about" },
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Map", href: "https://maps.google.com" }}
/>
</div>
@@ -58,22 +44,8 @@ export default function LandingPage() {
title="Visit Information"
description="Find us in the heart of Greenfield."
metrics={[
{
id: "v1",
value: "Open Daily",
title: "10am - 8pm",
items: [
"Weekends 9am - 9pm",
],
},
{
id: "v2",
value: "123 Main St",
title: "Greenfield, IN",
items: [
"Free parking",
],
},
{ id: "v1", value: "Open Daily", title: "10am - 8pm", items: ["Weekends 9am - 9pm"] },
{ id: "v2", value: "123 Main St", title: "Greenfield, IN", items: ["Free parking"] }
]}
/>
</div>
@@ -85,51 +57,16 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Plan Your Visit"
description="What to expect when you arrive."
positiveCard={{
items: [
"Easy Access",
"Community Cafe",
"Wheelchair Friendly",
],
}}
negativeCard={{
items: [
"No Pets Inside",
"Smoking Prohibited",
],
}}
positiveCard={{ items: ["Easy Access", "Community Cafe", "Wheelchair Friendly"] }}
negativeCard={{ items: ["No Pets Inside", "Smoking Prohibited"] }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "Vendors",
href: "/vendors",
},
{
label: "Bookstore",
href: "/bookstore",
},
],
},
{
title: "Visit",
items: [
{
label: "Hours & Map",
href: "/visit",
},
{
label: "Community",
href: "/about",
},
],
},
{ title: "Shop", items: [{ label: "Vendors", href: "/vendors" }, { label: "Bookstore", href: "/bookstore" }] },
{ title: "Visit", items: [{ label: "Hours & Map", href: "/visit" }, { label: "Community", href: "/about" }] }
]}
logoText="gilded nest"
/>
@@ -137,4 +74,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}