Update src/app/page.tsx
This commit is contained in:
@@ -45,6 +45,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="4.9★ Highly Rated"
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "tel:416-651-7056" },
|
||||
{ text: "Call 416-651-7056", href: "tel:416-651-7056" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=573+St+Clair+Ave+W,+Toronto,+ON+M6C+1A3" },
|
||||
]}
|
||||
@@ -84,10 +85,18 @@ export default function LandingPage() {
|
||||
description="[Please confirm current service list with Sam's. These are common barbershop services.]"
|
||||
tag="Services"
|
||||
features={[
|
||||
{ id: "1", title: "Men's Haircut", author: "Classic", description: "Clean, sharp cuts tailored to your style. Includes line-up and shape.", tags: ["Popular"], imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", imageAlt: "Men's haircut service"},
|
||||
{ id: "2", title: "Beard Trim & Shape", author: "Precision", description: "Professional beard trimming with attention to line and texture.", tags: ["Detail Work"], imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard trim service"},
|
||||
{ id: "3", title: "Hot Shave", author: "Specialty", description: "Traditional straight-razor shave for a smooth, clean finish.", tags: ["Relaxing"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg", imageAlt: "Hot shave service"},
|
||||
{ id: "4", title: "Kids' Cuts", author: "Family Friendly", description: "Quick, comfortable haircuts for young customers.", tags: ["Quick"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870365.jpg", imageAlt: "Kids haircut service"},
|
||||
{
|
||||
id: "1", title: "Men's Haircut", author: "Classic", description: "Clean, sharp cuts tailored to your style. Includes line-up and shape.", tags: ["Popular"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", imageAlt: "Men's haircut service"},
|
||||
{
|
||||
id: "2", title: "Beard Trim & Shape", author: "Precision", description: "Professional beard trimming with attention to line and texture.", tags: ["Detail Work"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard trim service"},
|
||||
{
|
||||
id: "3", title: "Hot Shave", author: "Specialty", description: "Traditional straight-razor shave for a smooth, clean finish.", tags: ["Relaxing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg", imageAlt: "Hot shave service"},
|
||||
{
|
||||
id: "4", title: "Kids' Cuts", author: "Family Friendly", description: "Quick, comfortable haircuts for young customers.", tags: ["Quick"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870365.jpg", imageAlt: "Kids haircut service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -101,9 +110,12 @@ export default function LandingPage() {
|
||||
description="Trusted for quality, consistency, and genuine care."
|
||||
tag="Local Pride"
|
||||
products={[
|
||||
{ id: "1", name: "Trust Built Over Years", price: "Consistent", variant: "Community Relationships", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg", imageAlt: "Trusted local barbershop"},
|
||||
{ id: "2", name: "Experienced Hands", price: "Skilled", variant: "Precision & Care", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286016.jpg", imageAlt: "Professional barber at work"},
|
||||
{ id: "3", name: "Comfortable Setting", price: "Welcoming", variant: "Friendly Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-beard-aged-client-salon_23-2148182017.jpg", imageAlt: "Barbershop interior"},
|
||||
{
|
||||
id: "1", name: "Trust Built Over Years", price: "Consistent", variant: "Community Relationships", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg", imageAlt: "Trusted local barbershop"},
|
||||
{
|
||||
id: "2", name: "Experienced Hands", price: "Skilled", variant: "Precision & Care", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286016.jpg", imageAlt: "Professional barber at work"},
|
||||
{
|
||||
id: "3", name: "Comfortable Setting", price: "Welcoming", variant: "Friendly Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-beard-aged-client-salon_23-2148182017.jpg", imageAlt: "Barbershop interior"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -119,29 +131,23 @@ export default function LandingPage() {
|
||||
tag="Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Regular Since 2019", company: "Downtown Toronto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Professional portrait man barber customer"
|
||||
},
|
||||
id: "1", name: "[Customer Name 1]", role: "Regular", company: "Neighbourhood", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Professional portrait man barber customer"},
|
||||
{
|
||||
id: "2", name: "David Chen", role: "Long-time Client Since 2018", company: "St Clair Area", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Male customer portrait satisfied happy"
|
||||
},
|
||||
id: "2", name: "[Customer Name 2]", role: "Long-time Client", company: "St Clair Area", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Male customer portrait satisfied happy"},
|
||||
{
|
||||
id: "3", name: "James Patterson", role: "Local Resident Since 2020", company: "Davisville Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Man portrait professional satisfied smile"
|
||||
},
|
||||
id: "3", name: "[Customer Name 3]", role: "Local", company: "Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Man portrait professional satisfied smile"},
|
||||
{
|
||||
id: "4", name: "Anthony Rivera", role: "Loyal Customer Since 2017", company: "Little Italy, Toronto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg", imageAlt: "Professional portrait happy customer smiling"
|
||||
},
|
||||
id: "4", name: "[Customer Name 4]", role: "Loyal Customer", company: "Toronto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg", imageAlt: "Professional portrait happy customer smiling"},
|
||||
{
|
||||
id: "5", name: "Robert Thompson", role: "Regular Since 2021", company: "Forest Hill Area", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg", imageAlt: "Customer portrait professional happy"
|
||||
},
|
||||
id: "5", name: "[Customer Name 5]", role: "Regular", company: "Neighbourhood", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg", imageAlt: "Customer portrait professional happy"},
|
||||
{
|
||||
id: "6", name: "Michael Santos", role: "Satisfied Customer Since 2019", company: "Bloor West Village", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", imageAlt: "Professional portrait customer satisfied"
|
||||
},
|
||||
id: "6", name: "[Customer Name 6]", role: "Satisfied", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", imageAlt: "Professional portrait customer satisfied"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -157,11 +163,14 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Location", author: "St Clair West", description: "573 St Clair Ave W, Toronto, ON M6C 1A3. Easy street parking nearby.", tags: ["Accessible"], imageSrc: "http://img.b2bpic.net/free-vector/geographic-location-system_24877-52131.jpg", imageAlt: "Toronto map street location landmark"},
|
||||
id: "1", title: "Location", author: "St Clair West", description: "573 St Clair Ave W, Toronto, ON M6C 1A3. Easy street parking nearby.", tags: ["Accessible"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/geographic-location-system_24877-52131.jpg", imageAlt: "Toronto map street location landmark"},
|
||||
{
|
||||
id: "2", title: "Hours", author: "Please Call", description: "Hours may vary. Please call 416-651-7056 to confirm current hours and book your appointment.", tags: ["Confirm"], imageSrc: "http://img.b2bpic.net/free-vector/sales-countdown-banner-collection_23-2148347360.jpg", imageAlt: "Clock hours time schedule"},
|
||||
id: "2", title: "Hours", author: "Please Call", description: "Hours may vary. Please call 416-651-7056 to confirm current hours and book your appointment.", tags: ["Confirm"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sales-countdown-banner-collection_23-2148347360.jpg", imageAlt: "Clock hours time schedule"},
|
||||
{
|
||||
id: "3", title: "Phone", author: "Get in Touch", description: "416-651-7056. Call to ask questions, confirm hours, or arrange a visit.", tags: ["Direct"], imageSrc: "http://img.b2bpic.net/free-vector/phone-with-phone-line_78370-6584.jpg", imageAlt: "Phone contact call button"},
|
||||
id: "3", title: "Phone", author: "Get in Touch", description: "416-651-7056. Call to ask questions, confirm hours, or arrange a visit.", tags: ["Direct"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/phone-with-phone-line_78370-6584.jpg", imageAlt: "Phone contact call button"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user