Update src/app/page.tsx

This commit is contained in:
2026-03-10 15:06:37 +00:00
parent be578f03ca
commit cd0a3593f9

View File

@@ -9,7 +9,6 @@ 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 (
@@ -29,7 +28,7 @@ export default function LandingPage() {
<NavbarStyleFullscreen
brandName="Frazier"
navItems={[
{ name: "Home", id: "/" },
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "Hours", id: "hours" },
{ name: "Contact", id: "contact" }