7 Commits

Author SHA1 Message Date
8b0c4700b5 Update src/app/page.tsx 2026-03-06 04:18:33 +00:00
beff6b0645 Update theme colors 2026-03-06 04:09:43 +00:00
1de57ff3f6 Update theme colors 2026-03-06 03:07:02 +00:00
bb551cd06d Update src/app/page.tsx 2026-03-05 03:00:50 +00:00
4b48fd9f09 Merge version_2 into main
Merge version_2 into main
2026-03-05 02:44:01 +00:00
4a2e62d81b Update src/app/page.tsx 2026-03-05 02:43:57 +00:00
3825cfbfcb Merge version_1 into main
Merge version_1 into main
2026-03-05 02:29:45 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg", imageAlt: "Elegant event hairstyle"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27190.jpg", imageAlt: "Professional hair styling"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVVP8pa396Fs2Y4R6jhWCXWMsN/uploaded-1772770513278-21irmh16.jpg", imageAlt: "Professional hair styling"},
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -66,16 +66,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Bridal Hair Styling", description: "Exquisite wedding hairstyles designed to last all day and night. We create elegant, timeless looks that complement your dress and vision perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg", imageAlt: "Bridal hairstyle"},
title: "Bridal Hair Styling • 60-90 mins • From 150 DH", description: "Exquisite wedding hairstyles designed to last all day and night. We create elegant, timeless looks that complement your dress and vision perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg", imageAlt: "Bridal hairstyle"},
{
id: 2,
title: "Event & Party Hair", description: "Stunning styling for celebrations and special occasions. From corporate events to intimate gatherings, we deliver sophisticated looks.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-evening-dress-sitting-chair_285396-7789.jpg", imageAlt: "Event hairstyle"},
title: "Event & Party Hair • 45-60 mins • From 120 DH", description: "Stunning styling for celebrations and special occasions. From corporate events to intimate gatherings, we deliver sophisticated looks.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-evening-dress-sitting-chair_285396-7789.jpg", imageAlt: "Event hairstyle"},
{
id: 3,
title: "Professional Hair Styling", description: "Perfect for photoshoots, fashion editorials, and media appearances. We create magazine-worthy looks with precision and creativity.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66846.jpg", imageAlt: "Professional styling"},
title: "Professional Hair Styling • 30-45 mins • From 100 DH", description: "Perfect for photoshoots, fashion editorials, and media appearances. We create magazine-worthy looks with precision and creativity.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66846.jpg", imageAlt: "Professional styling"},
{
id: 4,
title: "Custom Styling", description: "Personalized hairstyles tailored to your unique features, preferences, and lifestyle. Every client receives individualized attention and care.", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg", imageAlt: "Custom hairstyle"},
title: "Custom Styling • 60-90 mins • From 150 DH", description: "Personalized hairstyles tailored to your unique features, preferences, and lifestyle. Every client receives individualized attention and care.", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg", imageAlt: "Custom hairstyle"},
]}
animationType="blur-reveal"
title="Our Services"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #ff8c42;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);