Merge version_2 into main #2
@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, Scissors, Star, Users, Zap } from 'lucide-react';
|
||||
import { Award, Scissors, Star, Users, Zap, Crown, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -76,15 +76,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwelve
|
||||
title="Our Services"
|
||||
description="Comprehensive grooming solutions tailored to your needs"
|
||||
title="Premium Services"
|
||||
description="We specialize in delivering excellence through meticulously crafted grooming experiences that elevate your personal style and confidence"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Premium Quality"
|
||||
tagIcon={Crown}
|
||||
features={[
|
||||
{
|
||||
id: "haircuts", label: "Haircuts", title: "Precision Cuts for Every Style", items: [
|
||||
"Classic fades and tapers", "Modern textured styles", "Beard shaping and maintenance", "Senior discounts available"
|
||||
"Expert fade and taper techniques", "Bespoke textured styling", "Premium beard shaping and conditioning", "Complimentary senior grooming"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Book Now", href: "#contact" }
|
||||
@@ -92,7 +94,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "grooming", label: "Grooming", title: "Complete Personal Care Solutions", items: [
|
||||
"Hot towel shaves", "Facial treatments and masks", "Eyebrow shaping", "Hair coloring services"
|
||||
"Luxury hot towel shaves", "Professional facial treatments and masks", "Precision eyebrow architecture", "Premium hair coloring and treatments"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Book Now", href: "#contact" }
|
||||
@@ -100,7 +102,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "packages", label: "Packages", title: "Premium Service Bundles", items: [
|
||||
"Haircut + beard trim combo", "Complete grooming package", "Monthly membership benefits", "Gift certificates available"
|
||||
"Elite haircut + beard trim experience", "Complete luxury grooming package", "VIP monthly membership benefits", "Premium gift certificates available"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "View Packages", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user