Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aef3766760 | |||
| c90fb1c731 | |||
| 67574daf1c | |||
| 5299d30741 | |||
| fc4117d1ac | |||
| c0c3ac69f3 | |||
| 20f2902a62 | |||
| 891e79f94f | |||
| fbc05ab428 |
@@ -6,6 +6,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
|||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||||
|
import { Bot } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,7 +33,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Visit", id: "/visit" },
|
{ name: "Visit", id: "/visit" },
|
||||||
]}
|
]}
|
||||||
brandName="gilded nest"
|
brandName="gilded nest"
|
||||||
button={{ text: "Contact", href: "#footer" }}
|
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
|||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
|
import { Bot } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,7 +33,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Visit", id: "/visit" },
|
{ name: "Visit", id: "/visit" },
|
||||||
]}
|
]}
|
||||||
brandName="gilded nest"
|
brandName="gilded nest"
|
||||||
button={{ text: "Sign Up", href: "#product" }}
|
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
|
import { Bot } from 'lucide-react';
|
||||||
|
|
||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,7 +32,7 @@ export default function ContactPage() {
|
|||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
brandName="gilded nest"
|
brandName="gilded nest"
|
||||||
button={{ text: "Visit Us", href: "/visit" }}
|
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div id="contact" data-section="contact" className="py-20">
|
<div id="contact" data-section="contact" className="py-20">
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
|
|||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
|
import { Bot } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -37,7 +38,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
brandName="gilded nest"
|
brandName="gilded nest"
|
||||||
button={{ text: "Visit Us", href: "/visit" }}
|
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -50,7 +51,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Inside our shop featuring unique artisan goods"
|
imageAlt="Inside our shop featuring unique artisan goods"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Visit Us", href: "/visit" },
|
{ 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>
|
||||||
@@ -136,4 +137,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -5,6 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
|
import { Bot } from 'lucide-react';
|
||||||
|
|
||||||
export default function ServicesPage() {
|
export default function ServicesPage() {
|
||||||
return (
|
return (
|
||||||
@@ -28,7 +29,7 @@ export default function ServicesPage() {
|
|||||||
{ name: "Services", id: "/services" }
|
{ name: "Services", id: "/services" }
|
||||||
]}
|
]}
|
||||||
brandName="gilded nest"
|
brandName="gilded nest"
|
||||||
button={{ text: "Contact", href: "#footer" }}
|
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -56,4 +57,4 @@ export default function ServicesPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
5
src/app/vendors/page.tsx
vendored
5
src/app/vendors/page.tsx
vendored
@@ -6,6 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
|
import { Bot } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,7 +33,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Visit", id: "/visit" },
|
{ name: "Visit", id: "/visit" },
|
||||||
]}
|
]}
|
||||||
brandName="gilded nest"
|
brandName="gilded nest"
|
||||||
button={{ text: "Apply", href: "#vendor-cta" }}
|
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -76,4 +77,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -6,6 +6,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
|
|||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
|
import { Bot } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,7 +33,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Visit", id: "/visit" },
|
{ name: "Visit", id: "/visit" },
|
||||||
]}
|
]}
|
||||||
brandName="gilded nest"
|
brandName="gilded nest"
|
||||||
button={{ text: "Map", href: "https://maps.google.com" }}
|
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user