41 Commits

Author SHA1 Message Date
b9d6032837 Update src/app/visit/page.tsx 2026-04-14 02:43:24 +00:00
45dcc2f53e Update src/app/vendors/page.tsx 2026-04-14 02:43:24 +00:00
87493fa766 Update src/app/services/page.tsx 2026-04-14 02:43:23 +00:00
4323e58d7b Update src/app/page.tsx 2026-04-14 02:43:23 +00:00
4779957f2c Update src/app/contact/page.tsx 2026-04-14 02:43:22 +00:00
3acb09af9c Update src/app/classes/page.tsx 2026-04-14 02:43:22 +00:00
9efaff6402 Update src/app/about/page.tsx 2026-04-14 02:43:21 +00:00
8d8daf5331 Merge version_10 into main
Merge version_10 into main
2026-04-14 02:41:55 +00:00
b8f164fe24 Update src/app/vendors/page.tsx 2026-04-14 02:41:52 +00:00
bf6b90074c Update src/app/services/page.tsx 2026-04-14 02:41:51 +00:00
0e39eb53c8 Update src/app/page.tsx 2026-04-14 02:41:51 +00:00
44fc451504 Update src/app/contact/page.tsx 2026-04-14 02:41:50 +00:00
87d0c0f683 Update src/app/classes/page.tsx 2026-04-14 02:41:50 +00:00
dfdcd55984 Update src/app/about/page.tsx 2026-04-14 02:41:50 +00:00
9e69cf8e0a Merge version_9 into main
Merge version_9 into main
2026-04-14 02:30:26 +00:00
9480cc5b3d Update src/app/visit/page.tsx 2026-04-14 02:30:23 +00:00
50e5364647 Update src/app/vendors/page.tsx 2026-04-14 02:30:23 +00:00
79ee46f5c3 Update src/app/services/page.tsx 2026-04-14 02:30:22 +00:00
2279ebb40e Update src/app/page.tsx 2026-04-14 02:30:22 +00:00
56f3e6dff7 Update src/app/contact/page.tsx 2026-04-14 02:30:21 +00:00
1a1ae2130e Update src/app/classes/page.tsx 2026-04-14 02:30:21 +00:00
3789ba59df Update src/app/about/page.tsx 2026-04-14 02:30:20 +00:00
c42db551e2 Merge version_8 into main
Merge version_8 into main
2026-04-14 02:22:08 +00:00
a4e0157d34 Update src/app/page.tsx 2026-04-14 02:22:05 +00:00
72c77cae88 Merge version_7 into main
Merge version_7 into main
2026-04-14 01:28:37 +00:00
aef3766760 Update src/app/visit/page.tsx 2026-04-14 01:28:34 +00:00
c90fb1c731 Update src/app/vendors/page.tsx 2026-04-14 01:28:34 +00:00
67574daf1c Update src/app/services/page.tsx 2026-04-14 01:28:33 +00:00
5299d30741 Update src/app/page.tsx 2026-04-14 01:28:33 +00:00
fc4117d1ac Update src/app/contact/page.tsx 2026-04-14 01:28:32 +00:00
c0c3ac69f3 Update src/app/classes/page.tsx 2026-04-14 01:28:32 +00:00
20f2902a62 Update src/app/about/page.tsx 2026-04-14 01:28:31 +00:00
891e79f94f Merge version_6 into main
Merge version_6 into main
2026-04-14 01:27:52 +00:00
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
fbc05ab428 Merge version_6 into main
Merge version_6 into main
2026-04-14 01:27:28 +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
7 changed files with 17 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Contact", href: "#footer" }}
button={{ text: "Gilded Nest AI Agent", onClick: () => window.open("https://gilded-nest-ai.support/chat", "_blank"), href: "#" }}
/>
</div>

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Sign Up", href: "#product" }}
button={{ text: "Gilded Nest AI Agent", onClick: () => window.open("https://gilded-nest-ai.support/chat", "_blank"), href: "#" }}
/>
</div>

View File

@@ -31,7 +31,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="gilded nest"
button={{ text: "Visit Us", href: "/visit" }}
button={{ text: "Gilded Nest AI Agent", onClick: () => window.open("https://gilded-nest-ai.support/chat", "_blank"), href: "#" }}
/>
<div id="contact" data-section="contact" className="py-20">

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="gilded nest"
button={{ text: "Visit Us", href: "/visit" }}
button={{ text: "Gilded Nest AI Agent", onClick: () => window.open("https://gilded-nest-ai.support/chat", "_blank"), href: "#" }}
/>
</div>
@@ -50,18 +50,18 @@ export default function LandingPage() {
imageAlt="Inside our shop featuring unique artisan goods"
buttons={[
{ text: "Visit Us", href: "/visit" },
{ text: "Wonder if they have what you're looking for? Give them a call at +", href: "tel:+13173182191" }
{ text: "Call Us", href: "tel:+13173182191" }
]}
/>
</div>
<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"
@@ -136,4 +136,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -28,19 +28,19 @@ export default function ServicesPage() {
{ name: "Services", id: "/services" }
]}
brandName="gilded nest"
button={{ text: "Contact", href: "#footer" }}
button={{ text: "Gilded Nest AI Agent", onClick: () => window.open("https://gilded-nest-ai.support/chat", "_blank"), href: "#" }}
/>
</div>
<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>

View File

@@ -32,13 +32,13 @@ export default function LandingPage() {
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Apply", href: "#vendor-cta" }}
button={{ text: "Gilded Nest AI Agent", onClick: () => window.open("https://gilded-nest-ai.support/chat", "_blank"), href: "#" }}
/>
</div>
<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" },

View File

@@ -6,6 +6,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
import FooterBase from '@/components/sections/footer/FooterBase';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -32,7 +33,7 @@ export default function LandingPage() {
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Map", href: "https://maps.google.com" }}
button={{ text: "Gilded Nest AI Agent", onClick: () => window.open("https://gilded-nest-ai.support/chat", "_blank"), href: "#" }}
/>
</div>