|
|
|
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
|
|
|
borderRadius="rounded"
|
|
|
|
borderRadius="rounded"
|
|
|
|
contentWidth="medium"
|
|
|
|
contentWidth="medium"
|
|
|
|
sizing="mediumLarge"
|
|
|
|
sizing="mediumLarge"
|
|
|
|
background="aurora"
|
|
|
|
background="circleGradient"
|
|
|
|
cardStyle="gradient-bordered"
|
|
|
|
cardStyle="gradient-bordered"
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
@@ -45,18 +45,18 @@ export default function LandingPage() {
|
|
|
|
tag="Walk-ins Welcome"
|
|
|
|
tag="Walk-ins Welcome"
|
|
|
|
tagIcon={Scissors}
|
|
|
|
tagIcon={Scissors}
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
background={{ variant: "aurora" }}
|
|
|
|
background={{ variant: "rotated-rays-static" }}
|
|
|
|
leftCarouselItems={[
|
|
|
|
leftCarouselItems={[
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg", imageAlt: "Barber shop interior" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=1", imageAlt: "Barber shop interior" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-with-scissors_1153-1508.jpg", imageAlt: "Professional haircut service" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-with-scissors_1153-1508.jpg?_wi=1", imageAlt: "Professional haircut service" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4312.jpg", imageAlt: "Expert beard trimming" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4312.jpg?_wi=1", imageAlt: "Expert beard trimming" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barbershop-concept_23-2148506255.jpg", imageAlt: "Traditional straight shave" }
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barbershop-concept_23-2148506255.jpg?_wi=1", imageAlt: "Traditional straight shave" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
rightCarouselItems={[
|
|
|
|
rightCarouselItems={[
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-with-scissors_1153-1508.jpg", imageAlt: "Haircut in progress" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-with-scissors_1153-1508.jpg?_wi=2", imageAlt: "Haircut in progress" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barbershop-concept_23-2148506255.jpg", imageAlt: "Shave service" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barbershop-concept_23-2148506255.jpg?_wi=2", imageAlt: "Shave service" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4312.jpg", imageAlt: "Beard trimming" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4312.jpg?_wi=2", imageAlt: "Beard trimming" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg", imageAlt: "Shop interior" }
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=2", imageAlt: "Shop interior" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Call Now", href: "tel:+13308120735" },
|
|
|
|
{ text: "Call Now", href: "tel:+13308120735" },
|
|
|
|
@@ -92,13 +92,16 @@ export default function LandingPage() {
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", title: "Haircuts", description: "Professional haircuts for all ages and styles. Fair prices, experienced barbers, and attention to detail. Suitable for kids and adults alike.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-with-scissors_1153-1508.jpg", imageAlt: "Professional haircut service"
|
|
|
|
id: 1,
|
|
|
|
|
|
|
|
title: "Haircuts", description: "Professional haircuts for all ages and styles. Fair prices, experienced barbers, and attention to detail. Suitable for kids and adults alike.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-with-scissors_1153-1508.jpg?_wi=3", imageAlt: "Professional haircut service"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "2", title: "Beard Trims", description: "Expert beard trimming and shaping to keep your facial hair looking sharp and well-groomed. Perfect for maintaining your style between full shaves.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4312.jpg", imageAlt: "Professional beard trimming"
|
|
|
|
id: 2,
|
|
|
|
|
|
|
|
title: "Beard Trims", description: "Expert beard trimming and shaping to keep your facial hair looking sharp and well-groomed. Perfect for maintaining your style between full shaves.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4312.jpg?_wi=3", imageAlt: "Professional beard trimming"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "3", title: "Traditional Shaves", description: "Classic straight razor shaves for a premium grooming experience. Relax while our skilled barbers provide a close, smooth shave using traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barbershop-concept_23-2148506255.jpg", imageAlt: "Traditional straight shave service"
|
|
|
|
id: 3,
|
|
|
|
|
|
|
|
title: "Traditional Shaves", description: "Classic straight razor shaves for a premium grooming experience. Relax while our skilled barbers provide a close, smooth shave using traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barbershop-concept_23-2148506255.jpg?_wi=3", imageAlt: "Traditional straight shave service"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|