Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -63,16 +63,16 @@ export default function SkilzLandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "4.8★", title: "Customer Rating", description: "25+ verified reviews", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-putting-shaving-cream-elderly-client-beauty-salon_23-2148182015.jpg", imageAlt: "Professional barber team shop interior"
|
||||
id: "1", value: "4.8★", title: "Customer Rating", description: "25+ verified reviews", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-putting-shaving-cream-elderly-client-beauty-salon_23-2148182015.jpg?_wi=1", imageAlt: "Professional barber team shop interior"
|
||||
},
|
||||
{
|
||||
id: "2", value: "$25", title: "Average Price", description: "Quality cuts at fair prices", imageSrc: "http://img.b2bpic.net/free-photo/serious-clerk-with-phone-glass-handrail_1262-7287.jpg", imageAlt: "Modern fade haircut hairstyle trendy"
|
||||
id: "2", value: "$25", title: "Average Price", description: "Quality cuts at fair prices", imageSrc: "http://img.b2bpic.net/free-photo/serious-clerk-with-phone-glass-handrail_1262-7287.jpg?_wi=1", imageAlt: "Modern fade haircut hairstyle trendy"
|
||||
},
|
||||
{
|
||||
id: "3", value: "10+", title: "Years Experience", description: "Skilled, experienced barbers", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4700.jpg", imageAlt: "Professional beard trim grooming barber"
|
||||
id: "3", value: "10+", title: "Years Experience", description: "Skilled, experienced barbers", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4700.jpg?_wi=1", imageAlt: "Professional beard trim grooming barber"
|
||||
},
|
||||
{
|
||||
id: "4", value: "Open", title: "9 AM - 6 PM Daily", description: "Walk-ins welcome", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg", imageAlt: "Sharp lineup haircut precision barber"
|
||||
id: "4", value: "Open", title: "9 AM - 6 PM Daily", description: "Walk-ins welcome", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg?_wi=1", imageAlt: "Sharp lineup haircut precision barber"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -87,7 +87,7 @@ export default function SkilzLandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Haircuts & Fades", description: "Fresh cuts and sharp fades with precision styling. Perfect for any occasion.", media: { imageSrc: "http://img.b2bpic.net/free-photo/serious-clerk-with-phone-glass-handrail_1262-7287.jpg", imageAlt: "Modern fade haircut hairstyle trendy" },
|
||||
id: "1", title: "Haircuts & Fades", description: "Fresh cuts and sharp fades with precision styling. Perfect for any occasion.", media: { imageSrc: "http://img.b2bpic.net/free-photo/serious-clerk-with-phone-glass-handrail_1262-7287.jpg?_wi=2", imageAlt: "Modern fade haircut hairstyle trendy" },
|
||||
items: [
|
||||
{ icon: Scissors, text: "Clean, professional cuts" },
|
||||
{ icon: Sparkles, text: "Sharp fade work" },
|
||||
@@ -105,7 +105,7 @@ export default function SkilzLandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Beard Trims & Grooming", description: "Expert beard shaping and trimming. Leave looking sharp and well-groomed.", media: { imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4700.jpg", imageAlt: "Professional beard trim grooming barber" },
|
||||
id: "3", title: "Beard Trims & Grooming", description: "Expert beard shaping and trimming. Leave looking sharp and well-groomed.", media: { imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4700.jpg?_wi=2", imageAlt: "Professional beard trim grooming barber" },
|
||||
items: [
|
||||
{ icon: Zap, text: "Precision beard work" },
|
||||
{ icon: Check, text: "Professional styling" },
|
||||
@@ -114,7 +114,7 @@ export default function SkilzLandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "4", title: "Lineups & Edge Work", description: "Perfect edge work and clean lineups. Attention to detail on every service.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg", imageAlt: "Sharp lineup haircut precision barber" },
|
||||
id: "4", title: "Lineups & Edge Work", description: "Perfect edge work and clean lineups. Attention to detail on every service.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg?_wi=2", imageAlt: "Sharp lineup haircut precision barber" },
|
||||
items: [
|
||||
{ icon: Target, text: "Precise edge definition" },
|
||||
{ icon: Sparkles, text: "Detailed lineup work" },
|
||||
@@ -191,7 +191,7 @@ export default function SkilzLandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-putting-shaving-cream-elderly-client-beauty-salon_23-2148182015.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-putting-shaving-cream-elderly-client-beauty-salon_23-2148182015.jpg?_wi=2"
|
||||
imageAlt="Skilz Barber Shop interior"
|
||||
logoText="Skilz Barber Shop"
|
||||
copyrightText="© 2025 Skilz Barber Shop. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user