Update src/app/page.tsx

This commit is contained in:
2026-05-05 18:30:37 +00:00
parent cd6324b461
commit 33193f445a

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286038.jpg", alt: "Barber 4" },
{ src: "http://img.b2bpic.net/free-photo/male-hairdresser-working-with-hair-elderly-client_23-2148181885.jpg", alt: "Barber 5" },
]}
avatarText="Trusted by 2,500+ happy Stockholmers"
avatarText="Trusted by 500+ happy Stockholmers"
marqueeItems={[{ type: "text", text: "Precision" }, { type: "text", text: "Heritage" }, { type: "text", text: "Quality" }, { type: "text", text: "Style" }, { type: "text", text: "Trust" }]}
/>
</div>
@@ -78,9 +78,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="The Joels Difference"
metrics={[
{ icon: Scissors, label: "Years Experience", value: "15+" },
{ icon: Users, label: "Happy Locals", value: "2.5K+" },
{ icon: Star, label: "Review Rating", value: "4.9" },
{ icon: Scissors, label: "Years Experience", value: "10+" },
{ icon: Users, label: "Happy Locals", value: "1.000+" },
{ icon: Star, label: "Review Rating", value: "4.3" },
]}
metricsAnimation="slide-up"
/>
@@ -96,7 +96,7 @@ export default function LandingPage() {
{ title: "Warm Atmosphere", description: "A shop where we know your name and your preferences.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-hairdresser-washing-man-s-hair_23-2150665396.jpg", buttonIcon: Users },
{ title: "Expert Craftsmanship", description: "Master barbers dedicated to the art of grooming.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-preparing-equipment-work-barber-shop_23-2148182010.jpg", buttonIcon: Award },
]}
title="Why Stockholm Chooses Joels"
title="Why Stockholm Chooses Joel"
description="We prioritize consistency, hygiene, and a personalized experience for every chair."
/>
</div>
@@ -108,7 +108,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "5,000", title: "Cuts Per Year", description: "Consistent quality across thousands of visits.", icon: Scissors },
{ id: "m1", value: "50+ ", title: "Cuts Per Year", description: "Consistent quality across thousands of visits.", icon: Scissors },
{ id: "m2", value: "95%", title: "Return Clients", description: "Evidence of trust and consistent delivery.", icon: Repeat },
{ id: "m3", value: "10", title: "Expert Barbers", description: "Our team of masters ready for you.", icon: User },
]}
@@ -140,9 +140,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
{ id: "p1", badge: "Popular", price: "450 kr", subtitle: "Classic Barber Cut", buttons: [{ text: "Book", href: "#contact" }], features: ["Precision cut", "Style consultation", "Finish"] },
{ id: "p2", badge: "Premium", price: "600 kr", subtitle: "Cut & Beard Trim", buttons: [{ text: "Book", href: "#contact" }], features: ["Precision cut", "Beard sculpting", "Hot towel service"] },
{ id: "p3", badge: "Junior", price: "350 kr", subtitle: "Kids Haircut", buttons: [{ text: "Book", href: "#contact" }], features: ["Safe handling", "Quick session", "Professional result"] },
{ id: "p1", badge: "Popular", price: "250 kr", subtitle: "Classic Barber Cut", buttons: [{ text: "Book", href: "#contact" }], features: ["Precision cut", "Style consultation", "Finish"] },
{ id: "p2", badge: "Premium", price: "250 kr", subtitle: "Cut & Beard Trim", buttons: [{ text: "Book", href: "#contact" }], features: ["Precision cut", "Beard sculpting", "Hot towel service"] },
{ id: "p3", badge: "Junior", price: "250 kr", subtitle: "Kids Haircut", buttons: [{ text: "Book", href: "#contact" }], features: ["Safe handling", "Quick session", "Professional result"] },
]}
title="Our Services"
description="Quality grooming tailored to your needs."
@@ -184,7 +184,7 @@ export default function LandingPage() {
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
copyrightText="© 2025 Joels Barbershop Stockholm"
copyrightText="© 2016 Joels Barbershop Stockholm"
/>
</div>
</ReactLenis>