|
|
|
|
@@ -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 (
|
|
|
|
|
@@ -19,7 +18,7 @@ export default function LandingPage() {
|
|
|
|
|
borderRadius="rounded"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="mediumLarge"
|
|
|
|
|
background="aurora"
|
|
|
|
|
background="circleGradient"
|
|
|
|
|
cardStyle="gradient-bordered"
|
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
@@ -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" }
|
|
|
|
|
@@ -46,7 +45,7 @@ export default function LandingPage() {
|
|
|
|
|
tag="Walk-ins Welcome"
|
|
|
|
|
tagIcon={Scissors}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
background={{ variant: "aurora" }}
|
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
|
leftCarouselItems={[
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=1", imageAlt: "Barber shop interior" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-with-scissors_1153-1508.jpg?_wi=1", imageAlt: "Professional haircut service" },
|
|
|
|
|
|