Update src/app/page.tsx
This commit is contained in:
@@ -94,10 +94,10 @@ export default function LandingPage() {
|
||||
tag="New Service"
|
||||
tagIcon={Sparkles}
|
||||
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", 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", 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", 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", buttonIcon: Award },
|
||||
{ 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 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,10 +107,10 @@ 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", 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", 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", 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: "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="Why Stockholm Chooses Joel"
|
||||
description="We prioritize consistency, hygiene, and a personalized experience for every chair."
|
||||
|
||||
Reference in New Issue
Block a user