Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-14 04:31:40 +00:00

View File

@@ -177,15 +177,26 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Services", href: "#features" },
title: "About", items: [
{ label: "Our Philosophy" },
{ label: "Our Process" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
title: "Hours", items: [
{ label: "Mon-Fri: 8am - 6pm" },
{ label: "Sat: 9am - 2pm" },
],
},
{
title: "Location", items: [
{ label: "123 Spartan Way, City" },
],
},
{
title: "Social", items: [
{ label: "Instagram" },
{ label: "Facebook" },
],
},
]}
@@ -196,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}