Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-10 22:02:28 +00:00

View File

@@ -8,7 +8,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Heart, Image, Scissors, Sparkles, Star } from 'lucide-react';
import { Heart, Image, Scissors, Sparkles, Star, Lock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -30,6 +30,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "Dread Locks", id: "dreadlocks" },
{ name: "About", id: "about" },
{ name: "Gallery", id: "gallery" },
{ name: "Testimonials", id: "testimonials" }
@@ -105,6 +106,39 @@ export default function LandingPage() {
/>
</div>
<div id="dreadlocks" data-section="dreadlocks">
<FeatureCardTwentySeven
title="Dread Locks Services"
description="Master the art of dread locks with our specialized techniques and expert care"
tag="Specialty Services"
tagIcon={Lock}
features={[
{
id: "installation", title: "Dread Installation", descriptions: [
"Professional dread lock installation using various techniques", "Customized starter locs tailored to your hair type", "Consultation to determine the best method for your hair"
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-afro-dreadlocks-showing-off-her-hair-while-city_23-2149442533.jpg?_wi=1", imageAlt: "Professional dread installation"
},
{
id: "maintenance", title: "Dread Maintenance & Retwisting", descriptions: [
"Regular maintenance to keep your dreads looking fresh and tight", "Professional retwisting and root management", "Preventative care to maintain dread integrity"
],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hairdresser-washing-woman-s-hair_23-2150668438.jpg?_wi=1", imageAlt: "Dread maintenance service"
},
{
id: "styling", title: "Dread Styling & Embellishments", descriptions: [
"Creative dread styling for any occasion", "Bead work, wraps, and custom embellishments", "Color treatments specifically for dread locks"
],
imageSrc: "http://img.b2bpic.net/free-photo/fancy-blonde-woman-dressed-red-clothes-stands-room-with-christmas-decor_8353-8836.jpg?_wi=1", imageAlt: "Styled dread locks"
}
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="About Us"
@@ -192,7 +226,8 @@ export default function LandingPage() {
title: "Services", items: [
{ label: "Hair Coloring", href: "#services" },
{ label: "Cuts & Styling", href: "#services" },
{ label: "Hair Extensions", href: "#services" }
{ label: "Hair Extensions", href: "#services" },
{ label: "Dread Locks", href: "#dreadlocks" }
]
},
{