Merge version_3 into main #9

Merged
bender merged 2 commits from version_3 into main 2026-03-05 01:16:52 +00:00
2 changed files with 9 additions and 16 deletions

View File

@@ -82,29 +82,29 @@ export default function LandingPage() {
{
title: "Haircuts", description: "Classic and modern cuts tailored to your style and face shape. Professional execution with attention to detail. Starting at $30.", icon: Scissors,
mediaItems: [
{ imageSrc: "https://images.unsplash.com/photo-1599351018859-3a0904d5053b?w=600&h=400&fit=crop", imageAlt: "Professional haircut service" },
{ imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=600&h=400&fit=crop", imageAlt: "Custom hair design" }
{ imageSrc: "https://images.unsplash.com/photo-1599351018859-3a0904d5053b?w=600&h=400&fit=crop&_wi=1", imageAlt: "Professional haircut service" },
{ imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=600&h=400&fit=crop&_wi=1", imageAlt: "Custom hair design" }
]
},
{
title: "Skin Fade & Beard Trim", description: "Sharp, clean fades with precise line work. Complete beard grooming with professional trimming and shaping. Starting at $25.", icon: Zap,
mediaItems: [
{ imageSrc: "https://images.unsplash.com/photo-1621905167918-48416bd8575a?w=600&h=400&fit=crop", imageAlt: "Professional beard trimming" },
{ imageSrc: "https://images.unsplash.com/photo-1599351018859-3a0904d5053b?w=600&h=400&fit=crop", imageAlt: "Clean skin fade" }
{ imageSrc: "https://images.unsplash.com/photo-1599351018859-3a0904d5053b?w=600&h=400&fit=crop&_wi=2", imageAlt: "Clean skin fade" }
]
},
{
title: "Shape Up & Eyebrow Trimming", description: "Express your style with intricate patterns and artistic designs. Eyebrow trimming for a polished look. Starting at $20.", icon: Palette,
mediaItems: [
{ imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=600&h=400&fit=crop", imageAlt: "Creative hair design" },
{ imageSrc: "https://images.unsplash.com/photo-1554697335-7c6a8abd6f82?w=600&h=400&fit=crop", imageAlt: "Professional barbershop setting" }
{ imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=600&h=400&fit=crop&_wi=2", imageAlt: "Creative hair design" },
{ imageSrc: "https://images.unsplash.com/photo-1554697335-7c6a8abd6f82?w=600&h=400&fit=crop&_wi=1", imageAlt: "Professional barbershop setting" }
]
},
{
title: "Kids Cuts & Full Grooming Experience", description: "Friendly, comfortable atmosphere for children and family grooming. Quick, professional service with special care for all ages. Starting at $20.", icon: Heart,
mediaItems: [
{ imageSrc: "https://images.unsplash.com/photo-1599351018859-3a0904d5053b?w=600&h=400&fit=crop", imageAlt: "Family barbershop service" },
{ imageSrc: "https://images.unsplash.com/photo-1554697335-7c6a8abd6f82?w=600&h=400&fit=crop", imageAlt: "Welcoming barbershop environment" }
{ imageSrc: "https://images.unsplash.com/photo-1599351018859-3a0904d5053b?w=600&h=400&fit=crop&_wi=3", imageAlt: "Family barbershop service" },
{ imageSrc: "https://images.unsplash.com/photo-1554697335-7c6a8abd6f82?w=600&h=400&fit=crop&_wi=2", imageAlt: "Welcoming barbershop environment" }
]
}
]}

View File

@@ -2,19 +2,12 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--secondary-cta: #ecebea;
--accent: #ffffff;
--background-accent: #ffffff; */
/* Premium Luxury Dark Theme with Gold Accents */
--background: #0f0f0f;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #d4af37;
--primary-cta-text: #1a1410;
--primary-cta-text: #0f0f0f;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #d4af37;
--accent: #d4af37;