6 Commits

Author SHA1 Message Date
efd14cd03a Update src/app/page.tsx 2026-03-10 16:24:17 +00:00
9e79390ded Update src/app/styles/variables.css 2026-03-10 15:57:36 +00:00
5d5d3af749 Update src/app/page.tsx 2026-03-10 15:57:35 +00:00
31693a44ac Update src/app/page.tsx 2026-03-10 14:55:00 +00:00
3cfcc7b5ac Update src/app/styles/variables.css 2026-03-10 14:33:46 +00:00
9cfa72f515 Merge version_1 into main
Merge version_1 into main
2026-03-10 14:32:34 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -18,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"
@@ -45,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: "glowing-orb" }}
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" },

View File

@@ -12,13 +12,13 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612e6; --foreground: #3d2817;
--primary-cta: #106EFB; --primary-cta: #8b6f47;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6; --secondary-cta-text: #000612e6;
--accent: #e2e2e2; --accent: #d4a574;
--background-accent: #106EFB; --background-accent: #d4a574;
/* 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);