8 Commits

Author SHA1 Message Date
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
7 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import { Bot } from 'lucide-react';
import { Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
button={{ text: "Gilded Nest AI", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
/>
</div>
@@ -76,4 +76,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import { Bot } from 'lucide-react';
import { Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
button={{ text: "Gilded Nest AI", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
/>
</div>
@@ -79,4 +79,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Bot } from 'lucide-react';
import { Sparkles } from 'lucide-react';
export default function ContactPage() {
return (
@@ -32,7 +32,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="gilded nest"
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
button={{ text: "Gilded Nest AI", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
/>
<div id="contact" data-section="contact" className="py-20">
@@ -56,4 +56,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,7 +10,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Bot } from 'lucide-react';
import { Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -38,7 +38,7 @@ export default function LandingPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="gilded nest"
button={{ text: "Gilded Nest AI", onClick: () => alert("Opening Gilded Nest AI Agent..."), href: "#" }}
button={{ text: "Gilded Nest AI", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
/>
</div>
@@ -137,4 +137,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Bot } from 'lucide-react';
import { Sparkles } from 'lucide-react';
export default function ServicesPage() {
return (
@@ -29,7 +29,7 @@ export default function ServicesPage() {
{ name: "Services", id: "/services" }
]}
brandName="gilded nest"
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
button={{ text: "Gilded Nest AI", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
/>
</div>
@@ -57,4 +57,4 @@ export default function ServicesPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Bot } from 'lucide-react';
import { Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
button={{ text: "Gilded Nest AI", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
/>
</div>
@@ -77,4 +77,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +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 { Bot } from 'lucide-react';
import { Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Support", onClick: () => alert("Opening AI Agent..."), href: "#" }}
button={{ text: "Gilded Nest AI", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }}
/>
</div>
@@ -75,4 +75,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}