Merge version_1 into main #2
@@ -54,23 +54,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1", imageAlt: "Modern barbershop interior with clean workspace"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Modern barbershop interior with clean workspace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2", imageAlt: "Professional barber chair setup"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Professional barber chair setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=3", imageAlt: "Barbershop styling station"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Barbershop styling station"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=4", imageAlt: "Clean barbershop interior design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Clean barbershop interior design"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=5", imageAlt: "Barber with client during haircut"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Barber with client during haircut"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=6", imageAlt: "Professional barber finishing details"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Professional barber finishing details"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=7", imageAlt: "Barbershop relaxation area"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Barbershop relaxation area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=8", imageAlt: "Modern barbershop amenities"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Modern barbershop amenities"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -85,8 +85,8 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names=[
|
||||
"Best Cut in West Seattle", "Fair Pricing", "Cool Atmosphere", "Sharp Looks for All Ages", "Professional Barbers", "Licensed Cosmetologists", "Relaxed Environment"]
|
||||
names={[
|
||||
"Best Cut in West Seattle", "Fair Pricing", "Cool Atmosphere", "Sharp Looks for All Ages", "Professional Barbers", "Licensed Cosmetologists", "Relaxed Environment"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -155,16 +155,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James M.", role: "Regular Customer", company: "West Seattle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James M. testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James M. testimonial"},
|
||||
{
|
||||
id: "2", name: "David K.", role: "Satisfied Client", company: "West Seattle Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David K. testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David K. testimonial"},
|
||||
{
|
||||
id: "3", name: "Sarah T.", role: "Parent", company: "Platinum Cuts Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sarah T. testimonial"},
|
||||
{
|
||||
id: "4", name: "Michael R.", role: "Business Owner", company: "West Seattle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael R. testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael R. testimonial"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from our valued West Seattle community."
|
||||
@@ -182,7 +182,12 @@ export default function LandingPage() {
|
||||
tag="Hours & Location"
|
||||
tagIcon={MapPin}
|
||||
title="Visit Platinum Cuts & Salon"
|
||||
description="9434 Delridge Way SW, Seattle, WA 98106\n\nTuesday - Saturday: 10:00 AM - 7:00 PM\nSunday & Monday: Closed\n\nPhone: (206) 762-2255"
|
||||
description="9434 Delridge Way SW, Seattle, WA 98106
|
||||
|
||||
Tuesday - Saturday: 10:00 AM - 7:00 PM
|
||||
Sunday & Monday: Closed
|
||||
|
||||
Phone: (206) 762-2255"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Schedule your appointment"
|
||||
|
||||
Reference in New Issue
Block a user