Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 04:50:32 +00:00

View File

@@ -1,14 +1,14 @@
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Calendar, Scissors, Sparkles, Users } from "lucide-react";
export default function LandingPage() {
@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="large"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Est. Premium Barbershop"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "15+", label: "Years Experience" },
{ value: "100%", label: "Client Satisfaction" },
@@ -88,14 +88,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: 1,
title: "Classic Haircuts", description: "Timeless cuts executed with precision and attention to detail. Perfect for those who appreciate traditional styling with a modern touch.", imageSrc: "http://img.b2bpic.net/free-photo/stylist-trimming-beard-client_23-2147778819.jpg"},
id: "1", title: "Classic Haircuts", description: "Timeless cuts executed with precision and attention to detail. Perfect for those who appreciate traditional styling with a modern touch.", imageSrc: "http://img.b2bpic.net/free-photo/stylist-trimming-beard-client_23-2147778819.jpg"
},
{
id: 2,
title: "Beard Grooming", description: "Expert beard shaping, trimming, and maintenance using premium products. Leave looking sharp and feeling confident.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7908.jpg"},
id: "2", title: "Beard Grooming", description: "Expert beard shaping, trimming, and maintenance using premium products. Leave looking sharp and feeling confident.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7908.jpg"
},
{
id: 3,
title: "Modern Fades", description: "Precision fade cuts with clean lines and seamless blending. We master every fade variation for a polished finish.", imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg"},
id: "3", title: "Modern Fades", description: "Precision fade cuts with clean lines and seamless blending. We master every fade variation for a polished finish.", imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg"
},
]}
/>
</div>
@@ -114,11 +114,14 @@ export default function LandingPage() {
{
id: "master-barbers", groupTitle: "Master Barbers", members: [
{
id: "1", title: "Marcus Johnson", subtitle: "Owner & Head Barber", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-with-shave-brush-old-male-client_23-2148181929.jpg", imageAlt: "Marcus Johnson"},
id: "1", title: "Marcus Johnson", subtitle: "Owner & Head Barber", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-with-shave-brush-old-male-client_23-2148181929.jpg", imageAlt: "Marcus Johnson"
},
{
id: "2", title: "David Chen", subtitle: "Senior Barber", detail: "12 years experience", imageSrc: "http://img.b2bpic.net/free-photo/pleased-slavic-middle-aged-male-barber-uniform-holding-barber-tools-isolated-purple-wall_141793-91610.jpg", imageAlt: "David Chen"},
id: "2", title: "David Chen", subtitle: "Senior Barber", detail: "12 years experience", imageSrc: "http://img.b2bpic.net/free-photo/pleased-slavic-middle-aged-male-barber-uniform-holding-barber-tools-isolated-purple-wall_141793-91610.jpg", imageAlt: "David Chen"
},
{
id: "3", title: "James Rodriguez", subtitle: "Master Stylist", detail: "10 years experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairstylist-barber-shop_23-2147839825.jpg", imageAlt: "James Rodriguez"},
id: "3", title: "James Rodriguez", subtitle: "Master Stylist", detail: "10 years experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairstylist-barber-shop_23-2147839825.jpg", imageAlt: "James Rodriguez"
},
],
},
]}
@@ -135,13 +138,17 @@ export default function LandingPage() {
useInvertedBackground={false}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-young-man-showing-okay-gesture_171337-7646.jpg", alt: "Michael Thompson"},
src: "http://img.b2bpic.net/free-photo/happy-young-man-showing-okay-gesture_171337-7646.jpg", alt: "Michael Thompson"
},
{
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", alt: "Client testimonial"},
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", alt: "Client testimonial"
},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1633.jpg", alt: "Happy customer"},
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1633.jpg", alt: "Happy customer"
},
{
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-1886.jpg", alt: "Satisfied client"},
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-1886.jpg", alt: "Satisfied client"
},
]}
/>
</div>