Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-06-11 22:27:03 +00:00

View File

@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -13,6 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import { Scissors } from "lucide-react";
export default function LandingPage() {
@@ -134,34 +134,77 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<FeatureCardTwentyFour
<PricingCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
title="Our Signature Services & Pricing"
description="Explore our comprehensive range of services designed to make you look and feel your best. Each service is tailored to your unique needs."
plans={[
{
id: "f1", title: "Hair Coloring & Highlights", author: "Expert Colorists", description: "Achieve your dream hair color with our professional coloring techniques, including balayage, ombre, and highlights for stunning dimension.", tags: [
"Color", "Highlights", "Balayage"],
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-washing-head-woman_23-2147769797.jpg", imageAlt: "Woman getting hair colored at salon"},
id: "p1", title: "Haircuts and Other", price: "$60+", period: "per service", features: [
"Precision Cuts", "Trims & Reshapes", "Styling & Blowouts", "Bang Trims"
],
button: {
text: "Book Now", href: "#contact"
},
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-does-hair-style-woman_93675-134626.jpg", imageAlt: "Haircut service"
},
{
id: "f2", title: "Brazilian Hair Treatments", author: "Smooth & Shine Specialists", description: "Experience frizz-free, smooth, and incredibly shiny hair with our premium Brazilian blowout and keratin treatments for lasting results.", tags: [
"Keratin", "Smooth", "Treatment"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-out-parking-ticket_1187-5505.jpg", imageAlt: "Brazilian hair treatment application"},
id: "p2", title: "Hair Color and Other", price: "$120+", period: "per service", features: [
"Full Color Application", "Root Touch-ups", "Creative Coloring", "Gloss & Toning"
],
button: {
text: "Book Now", href: "#contact"
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167371.jpg", imageAlt: "Hair coloring service"
},
{
id: "f3", title: "Precision Haircuts & Styling", author: "Master Stylists", description: "Get the perfect cut that complements your features and lifestyle, followed by expert styling for any occasion, from casual to glamorous.", tags: [
"Cut", "Style", "Blowout"],
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-with-aristocratic-appearance-walking-park-before-lunch-with-family_197531-4330.jpg", imageAlt: "Hairdresser cutting woman's hair"},
id: "p3", title: "Hair Touch-up and Other", price: "$80+", period: "per service", features: [
"Root Re-growth", "Color Refresh", "Grey Coverage", "Color Balancing"
],
button: {
text: "Book Now", href: "#contact"
},
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-applying-hair-dye-client_23-2147781078.jpg", imageAlt: "Hair touch-up service"
},
{
id: "f4", title: "On-Site Wedding Services", author: "Bridal Beauty Team", description: "We offer full-service wedding party hair styling and makeup application, ensuring you and your bridal party look flawless on your special day.", tags: [
"Wedding", "Bridal", "Makeup"],
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hairdo-brunette-woman-with-veil_8353-10435.jpg", imageAlt: "Bridal hair styling for a wedding party"},
id: "p4", title: "Hair Partial Highlight and Other", price: "$150+", period: "per service", features: [
"Subtle Face-Framing", "Dimension & Brightness", "Low-Maintenance Look", "Foil or Balayage"
],
button: {
text: "Book Now", href: "#contact"
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hair-foils-waiting-hairdresser_23-2147781062.jpg", imageAlt: "Partial highlight service"
},
{
id: "f5", title: "Hair Rebonding & Straightening", author: "Straight Hair Experts", description: "Transform unruly or curly hair into sleek, straight, and manageable locks with our advanced hair rebonding and permanent straightening services.", tags: [
"Rebonding", "Straightening", "Treatment"],
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-does-hair-style-woman_93675-134626.jpg", imageAlt: "Hair rebonding process for straight hair"},
id: "p5", title: "Hair Highlight and Other", price: "$200+", period: "per service", features: [
"Full Head Highlights", "Maximum Brightness", "Ombre & Balayage", "Custom Blending"
],
button: {
text: "Book Now", href: "#contact"
},
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-applying-dye-hair-client-hair-salon_23-2147781084.jpg", imageAlt: "Hair highlight service"
},
{
id: "p6", title: "Barbering", price: "$45+", period: "per service", features: [
"Men's Haircuts", "Beard Trims", "Hot Towel Shaves", "Grooming Services"
],
button: {
text: "Book Now", href: "#contact"
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-styling-beard-customer_23-2147737084.jpg", imageAlt: "Barbering service"
},
{
id: "p7", title: "Makeup", price: "$75+", period: "per service", features: [
"Full Face Application", "Special Occasion Makeup", "Bridal Makeup", "Lash Application"
],
button: {
text: "Book Now", href: "#contact"
},
imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-makeup-done-medium-shot_23-2149860778.jpg", imageAlt: "Makeup service"
}
]}
title="Our Signature Services"
description="From classic cuts to advanced treatments, we offer a full range of services to keep your hair looking its best. Specializing in healthy hair solutions and stunning transformations."
/>
</div>