Merge version_1 into main #1
@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, CheckCircle, Palette, Scissors, Shield, Sparkles, Zap } from 'lucide-react';
|
||||
import { Award, CheckCircle, Palette, Scissors, Shield, Sparkles, Zap, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="JT CUTZ"
|
||||
description="Premium barbering and styling services for the modern man. Experience expert cuts, professional grooming, and exceptional service."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
},
|
||||
items: [
|
||||
{ icon: Scissors, text: "Expert blade work" },
|
||||
{ icon: CheckCircle, text: "Contemporary styles" },
|
||||
{ icon: Star, text: "Contemporary styles" },
|
||||
{ icon: CheckCircle, text: "Perfect fade lines" }
|
||||
],
|
||||
reverse: false
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
tag="Get In Touch"
|
||||
title="Ready for Your Next Appointment?"
|
||||
description="Book your next grooming session with our expert barbers. Walk-ins welcome, or reserve your spot in advance."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your phone number"
|
||||
buttonText="Book Appointment"
|
||||
|
||||
Reference in New Issue
Block a user