Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-10 14:55:07 +00:00

View File

@@ -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" }