Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a19cb1680 | |||
| 4a33b9b961 | |||
| c8044cf8da | |||
| fd5f1c6255 | |||
| d14a7e4b37 | |||
| cd0a3593f9 | |||
| be578f03ca | |||
| a602e1956d | |||
| 6fa0c1d0f5 | |||
| 3be526a290 |
@@ -9,7 +9,6 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Award, Phone, Scissors, Sparkles } from 'lucide-react';
|
import { Award, Phone, Scissors, Sparkles } from 'lucide-react';
|
||||||
import Link from 'next/link';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -19,7 +18,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -29,7 +28,7 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Frazier"
|
brandName="Frazier"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Hours", id: "hours" },
|
{ name: "Hours", id: "hours" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
@@ -46,7 +45,7 @@ export default function LandingPage() {
|
|||||||
tag="Walk-ins Welcome"
|
tag="Walk-ins Welcome"
|
||||||
tagIcon={Scissors}
|
tagIcon={Scissors}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "rotated-rays-static" }}
|
||||||
leftCarouselItems={[
|
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-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" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-with-scissors_1153-1508.jpg?_wi=1", imageAlt: "Professional haircut service" },
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #f5f4ef;
|
||||||
--card: #f9f9f9;
|
--card: #dad6cd;
|
||||||
--foreground: #2b1810e6;
|
--foreground: #2a2928;
|
||||||
--primary-cta: #8B6F47;
|
--primary-cta: #2a2928;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #ecebea;
|
||||||
--secondary-cta-text: #000612e6;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #d4a574;
|
--accent: #ffffff;
|
||||||
--background-accent: #8B6F47;
|
--background-accent: #c6b180;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user