Update src/app/page.tsx
This commit is contained in:
147
src/app/page.tsx
147
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Legacy",
|
||||
id: "legacy",
|
||||
},
|
||||
name: "Legacy", id: "legacy"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Talent",
|
||||
id: "talent",
|
||||
},
|
||||
name: "Talent", id: "talent"},
|
||||
]}
|
||||
brandName="HEFF'S"
|
||||
/>
|
||||
@@ -53,37 +45,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Precision. Culture. Heff's."
|
||||
description="San Francisco's premier grooming experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "https://booksy.com",
|
||||
},
|
||||
text: "Book Appointment", href: "https://booksy.com"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0otTKuLVL2vBg86uqx8BaTQD/uploaded-1775385229513-w3qyqu7f.jpg?_wi=1",
|
||||
imageAlt: "Barber shop interior",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0otTKuLVL2vBg86uqx8BaTQD/uploaded-1775385229513-w3qyqu7f.jpg", imageAlt: "Barber shop interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cuts-his-beard-barbershop_1157-16145.jpg",
|
||||
imageAlt: "Premium haircut barber fade",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cuts-his-beard-barbershop_1157-16145.jpg", imageAlt: "Premium haircut barber fade"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-drying-dog_23-2148935357.jpg",
|
||||
imageAlt: "Professional lineup barber shot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-drying-dog_23-2148935357.jpg", imageAlt: "Professional lineup barber shot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg",
|
||||
imageAlt: "Men's hairstyle modern premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg", imageAlt: "Men's hairstyle modern premium"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0otTKuLVL2vBg86uqx8BaTQD/uploaded-1775385229513-h0ylhwny.jpg",
|
||||
imageAlt: "Barber action shot",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0otTKuLVL2vBg86uqx8BaTQD/uploaded-1775385229513-h0ylhwny.jpg", imageAlt: "Barber action shot"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -105,40 +84,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "group-1",
|
||||
groupTitle: "Master Barbers",
|
||||
members: [
|
||||
id: "group-1", groupTitle: "Master Barbers", members: [
|
||||
{
|
||||
id: "v1",
|
||||
title: "Vee",
|
||||
subtitle: "Master Barber",
|
||||
detail: "Expert in fades and precision line-ups.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-man-with-receive-moustache-beard-trimming-procedure-barbershop_613910-15033.jpg?_wi=1",
|
||||
},
|
||||
id: "v1", title: "Vee", subtitle: "Master Barber", detail: "Expert in fades and precision line-ups.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-man-with-receive-moustache-beard-trimming-procedure-barbershop_613910-15033.jpg"},
|
||||
{
|
||||
id: "v2",
|
||||
title: "Alex",
|
||||
subtitle: "Lead Stylist",
|
||||
detail: "Classic techniques, modern vision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186466.jpg",
|
||||
},
|
||||
id: "v2", title: "Alex", subtitle: "Lead Stylist", detail: "Classic techniques, modern vision.", imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186466.jpg"},
|
||||
{
|
||||
id: "v3",
|
||||
title: "Marcus",
|
||||
subtitle: "Senior Barber",
|
||||
detail: "Dedicated to craft and confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-carrying-toy-poodle-hands_23-2147840134.jpg",
|
||||
},
|
||||
id: "v3", title: "Marcus", subtitle: "Senior Barber", detail: "Dedicated to craft and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-carrying-toy-poodle-hands_23-2147840134.jpg"},
|
||||
{
|
||||
id: "v4",
|
||||
title: "Trey",
|
||||
subtitle: "Barber",
|
||||
detail: "Precision grooming specialists.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaving-process-small-dog-sits-table-dog-shaved-by-professional_1157-48802.jpg",
|
||||
},
|
||||
id: "v4", title: "Trey", subtitle: "Barber", detail: "Precision grooming specialists.", imageSrc: "http://img.b2bpic.net/free-photo/shaving-process-small-dog-sits-table-dog-shaved-by-professional_1157-48802.jpg"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0otTKuLVL2vBg86uqx8BaTQD/uploaded-1775385229513-w3qyqu7f.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
]}
|
||||
title="Our Talent"
|
||||
@@ -155,51 +110,27 @@ export default function LandingPage() {
|
||||
description="Quality craft for every style."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Cut",
|
||||
price: "$45",
|
||||
features: [
|
||||
"Consultation",
|
||||
"Precision Cut",
|
||||
"Hot Towel Finish",
|
||||
],
|
||||
id: "p1", name: "Classic Cut", price: "$45", features: [
|
||||
"Consultation", "Precision Cut", "Hot Towel Finish"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "https://booksy.com",
|
||||
},
|
||||
text: "Book Now", href: "https://booksy.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Beard Sculpt",
|
||||
price: "$30",
|
||||
features: [
|
||||
"Beard Trim",
|
||||
"Straight Razor Lineup",
|
||||
"Beard Oil Finish",
|
||||
],
|
||||
id: "p2", name: "Beard Sculpt", price: "$30", features: [
|
||||
"Beard Trim", "Straight Razor Lineup", "Beard Oil Finish"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "https://booksy.com",
|
||||
},
|
||||
text: "Book Now", href: "https://booksy.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Signature Service",
|
||||
price: "$70",
|
||||
features: [
|
||||
"Haircut & Beard",
|
||||
"Facial Treatment",
|
||||
"Style Consultation",
|
||||
],
|
||||
id: "p3", name: "Signature Service", price: "$70", features: [
|
||||
"Haircut & Beard", "Facial Treatment", "Style Consultation"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "https://booksy.com",
|
||||
},
|
||||
text: "Book Now", href: "https://booksy.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -216,15 +147,9 @@ export default function LandingPage() {
|
||||
description="Elevating the traditional barbershop standard."
|
||||
features={[
|
||||
{
|
||||
title: "Premium Atmosphere",
|
||||
description: "Relax in our modern, upscale lounge designed for comfort.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0otTKuLVL2vBg86uqx8BaTQD/uploaded-1775385229513-w3qyqu7f.jpg?_wi=3",
|
||||
},
|
||||
title: "Premium Atmosphere", description: "Relax in our modern, upscale lounge designed for comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0otTKuLVL2vBg86uqx8BaTQD/uploaded-1775385229513-w3qyqu7f.jpg"},
|
||||
{
|
||||
title: "Expert Stylists",
|
||||
description: "Our team are masters of modern and classic grooming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-man-with-receive-moustache-beard-trimming-procedure-barbershop_613910-15033.jpg?_wi=2",
|
||||
},
|
||||
title: "Expert Stylists", description: "Our team are masters of modern and classic grooming.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-man-with-receive-moustache-beard-trimming-procedure-barbershop_613910-15033.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -234,25 +159,17 @@ export default function LandingPage() {
|
||||
logoText="HEFF'S"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "2826 San Bruno Ave, San Francisco, CA 94134",
|
||||
href: "#",
|
||||
},
|
||||
label: "2826 San Bruno Ave, San Francisco, CA 94134", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "https://booksy.com",
|
||||
},
|
||||
label: "Book Appointment", href: "https://booksy.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user