Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Professional Beard Shaving"
|
||||
description="Experience the ultimate traditional shave for a clean, smooth, and refined look."
|
||||
tag="New Service"
|
||||
tagIcon={Sparkles}
|
||||
title="Ready to look sharp? Find us."
|
||||
description="We are conveniently located in the heart of the city to serve your grooming needs."
|
||||
tag="Location"
|
||||
tagIcon={MapPin}
|
||||
features={[
|
||||
{ title: "Hot Towel Prep", description: "Softening your facial hair for a comfortable shave experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hair-curlers-scissors_23-2148352959.jpg?_wi=1", buttonIcon: Zap },
|
||||
{ title: "Precision Shaving", description: "Master barbers using sharp blades for a clean edge.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11902.jpg?_wi=1", buttonIcon: Shield },
|
||||
{ title: "Aftershave Treatment", description: "Soothing balm application for hydrated, irritation-free skin.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-hairdresser-washing-man-s-hair_23-2150665396.jpg?_wi=1", buttonIcon: Users },
|
||||
{ title: "Facial Massage", description: "Relaxing finish to your grooming session.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-preparing-equipment-work-barber-shop_23-2148182010.jpg?_wi=1", buttonIcon: Award },
|
||||
{ title: "Central Access", description: "Easy reach from the central station and main transit lines.", imageSrc: "http://img.b2bpic.net/free-photo/street-sign-sweden_23-2148896000.jpg?_wi=1", buttonIcon: Zap },
|
||||
{ title: "Parking Nearby", description: "Available public parking within 2 minutes walking distance.", imageSrc: "http://img.b2bpic.net/free-photo/map-navigation-concept_23-2149141756.jpg?_wi=1", buttonIcon: Shield },
|
||||
{ title: "Visit Our Studio", description: "Our doors are open Monday through Saturday for all your needs.", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-facade_23-2148506206.jpg?_wi=1", buttonIcon: Users },
|
||||
{ title: "Accessibility", description: "Wheelchair-friendly entrance and spacious facility.", imageSrc: "http://img.b2bpic.net/free-photo/modern-shop-entrance_23-2148352988.jpg?_wi=1", buttonIcon: Award },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user