|
|
|
|
@@ -2,13 +2,13 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|
|
|
|
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -29,10 +29,10 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "About", id: "/about"},
|
|
|
|
|
{ name: "Services", id: "#services"},
|
|
|
|
|
{ name: "Team", id: "#team"},
|
|
|
|
|
{ name: "Testimonials", id: "#testimonials"},
|
|
|
|
|
{ name: "FAQ", id: "#faq"},
|
|
|
|
|
{ name: "Services", id: "/services"},
|
|
|
|
|
{ name: "Team", id: "/team"},
|
|
|
|
|
{ name: "Testimonials", id: "/testimonials"},
|
|
|
|
|
{ name: "FAQ", id: "/faq"},
|
|
|
|
|
{ name: "Contact", id: "/contact"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="Lackawanna"
|
|
|
|
|
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
|
|
|
|
logoText="Lackawanna Barber Shop"
|
|
|
|
|
columns={[
|
|
|
|
|
{ items: [{ label: "132 Morris St, Morristown, NJ", href: "/contact" }, { label: "+1 (973) 538-1675", href: "/contact" }] },
|
|
|
|
|
{ items: [{ label: "Services", href: "/#services" }, { label: "Team", href: "/#team" }, { label: "FAQs", href: "/#faq" }] }
|
|
|
|
|
{ items: [{ label: "Services", href: "/services" }, { label: "Team", href: "/team" }, { label: "FAQs", href: "/faq" }] }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|