Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -9,7 +9,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Calendar, Palette, Scissors, Star, Trim, Users, Zap, Sparkles } from 'lucide-react';
|
||||
import { Calendar, Palette, Scissors, Star, Users, Zap, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Established 2015"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-hairstyle-tools-arrangement_23-2149552391.jpg"
|
||||
imageAlt="Prestige Barber Shop Interior"
|
||||
buttons={[
|
||||
@@ -70,21 +70,21 @@ export default function LandingPage() {
|
||||
title: "Classic Haircut", description: "Traditional haircut techniques with modern styling. Expert scissor work and precision fades.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=1", imageAlt: "Professional haircut service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Professional haircut service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=2", imageAlt: "Haircut styling"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Haircut styling"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Beard Grooming", description: "Complete beard care including trim, shape, and conditioning. Specialized beard treatments.", icon: Trim,
|
||||
title: "Beard Grooming", description: "Complete beard care including trim, shape, and conditioning. Specialized beard treatments.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=1", imageAlt: "Professional beard grooming"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Professional beard grooming"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=2", imageAlt: "Beard styling service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Beard styling service"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -92,10 +92,10 @@ export default function LandingPage() {
|
||||
title: "Hot Towel Shave", description: "Traditional straight razor shave with premium products. Relaxing and rejuvenating experience.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=3", imageAlt: "Hot towel shave service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Hot towel shave service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=4", imageAlt: "Shaving technique"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Shaving technique"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -103,10 +103,10 @@ export default function LandingPage() {
|
||||
title: "Hair Coloring", description: "Professional hair coloring with premium dyes. Full coverage or highlights available.", icon: Palette,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=3", imageAlt: "Hair coloring service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Hair coloring service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=4", imageAlt: "Color treatment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Color treatment"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user