Merge version_2 into main #4
@@ -9,6 +9,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, Phone, Scissors, Sparkles } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,7 +29,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Frazier"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Hours", id: "hours" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
|
||||
Reference in New Issue
Block a user