3 Commits

Author SHA1 Message Date
970e4cfca0 Update src/app/page.tsx 2026-04-02 21:41:11 +00:00
5c670eff66 Merge version_1 into main
Merge version_1 into main
2026-04-01 20:13:45 +00:00
de26d53001 Merge version_1 into main
Merge version_1 into main
2026-04-01 20:13:18 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -147,17 +147,25 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterLogoEmphasis
logoText="Santas Hair" logoText="Santas Hair"
columns={[ columns={[
{ {
title: "Company", items: [ items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Services", href: "#services" } { label: "Services", href: "#services" },
{ label: "Contact", href: "#contact" }
] ]
}, },
{ {
title: "Legal", items: [ items: [
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
{ label: "Yelp", href: "#" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" } { label: "Terms of Service", href: "#" }
] ]