diff --git a/src/app/page.tsx b/src/app/page.tsx index 1683597..b5f278c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Walk-ins Welcome" tagIcon={Scissors} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "rotated-rays-static" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg", imageAlt: "Barber shop interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-with-scissors_1153-1508.jpg", imageAlt: "Professional haircut service" }, diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cccdb33..306dcf3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #2b1810e6; - --primary-cta: #8B6F47; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ecebea; --secondary-cta-text: #000612e6; - --accent: #d4a574; - --background-accent: #8B6F47; + --accent: #ffffff; + --background-accent: #c6b180; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);