diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a29cce..58fd989 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Repeat, Scissors, Star, User, Users, Zap, Shield, Award, Sparkles } from "lucide-react"; +import { Repeat, Scissors, Star, User, Zap, Shield, Award, Sparkles, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -89,15 +89,15 @@ export default function LandingPage() { @@ -107,13 +107,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Precision Fades", description: "Expert attention to detail for the sharpest look in Stockholm.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11902.jpg?_wi=2", buttonIcon: Zap }, - { title: "Top-Tier Hygiene", description: "Strict cleaning protocols ensuring your comfort and safety.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hair-curlers-scissors_23-2148352959.jpg?_wi=2", buttonIcon: Shield }, - { 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?_wi=2", 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?_wi=2", buttonIcon: Award }, + { title: "Community Focus", description: "Building lasting relationships with everyone who sits in our chair.", imageSrc: "http://img.b2bpic.net/free-photo/people-shaking-hands-barbershop_23-2149141784.jpg?_wi=2", buttonIcon: Zap }, + { title: "Clean Environment", description: "Maintaining the highest sanitation standards for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/barber-sanitization_23-2148352906.jpg?_wi=2", buttonIcon: Shield }, + { title: "Local Heritage", description: "A Stockholm staple since 2016, rooted in professional craft.", imageSrc: "http://img.b2bpic.net/free-photo/old-barbershop-vibe_23-2148206901.jpg?_wi=2", buttonIcon: Users }, + { title: "Expert Mastery", description: "Barbers dedicated to precision techniques and continuous improvement.", imageSrc: "http://img.b2bpic.net/free-photo/master-barber-at-work_23-2147839825.jpg?_wi=2", buttonIcon: Award }, ]} - title="Why Stockholm Chooses Joel" - description="We prioritize consistency, hygiene, and a personalized experience for every chair." + title="What Defines Us" + description="Beyond just cuts, we offer a dedicated service environment for all our clients." />