Compare commits
26 Commits
version_6
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| b8f164fe24 | |||
| bf6b90074c | |||
| 0e39eb53c8 | |||
| 44fc451504 | |||
| 87d0c0f683 | |||
| dfdcd55984 | |||
| 9e69cf8e0a | |||
| 9480cc5b3d | |||
| 50e5364647 | |||
| 79ee46f5c3 | |||
| 2279ebb40e | |||
| 56f3e6dff7 | |||
| 1a1ae2130e | |||
| 3789ba59df | |||
| c42db551e2 | |||
| a4e0157d34 | |||
| 72c77cae88 | |||
| aef3766760 | |||
| c90fb1c731 | |||
| 67574daf1c | |||
| 5299d30741 | |||
| fc4117d1ac | |||
| c0c3ac69f3 | |||
| 20f2902a62 | |||
| 891e79f94f | |||
| fbc05ab428 |
@@ -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: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
|
||||
/>
|
||||
|
||||
<div id="contact" data-section="contact" className="py-20">
|
||||
|
||||
@@ -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: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,7 +50,7 @@ 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>
|
||||
@@ -136,4 +136,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,7 @@ export default function ServicesPage() {
|
||||
{ name: "Services", id: "/services" }
|
||||
]}
|
||||
brandName="gilded nest"
|
||||
button={{ text: "Contact", href: "#footer" }}
|
||||
button={{ text: "Gilded Nest AI Agent", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,4 +56,4 @@ export default function ServicesPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
4
src/app/vendors/page.tsx
vendored
4
src/app/vendors/page.tsx
vendored
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
{ name: "Visit", id: "/visit" },
|
||||
]}
|
||||
brandName="gilded nest"
|
||||
button={{ text: "Apply", href: "#vendor-cta" }}
|
||||
button={{ text: "Gilded Nest AI Agent", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,4 +76,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,4 +75,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user