Merge version_1 into main #3
327
src/app/page.tsx
327
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Styles",
|
||||
id: "styles",
|
||||
},
|
||||
name: "Styles", id: "styles"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hawaii Barber Studio"
|
||||
bottomLeftText="Your Style, Our Passion"
|
||||
@@ -66,84 +54,43 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Experience the Art of Grooming"
|
||||
description="Hawaii Barber Studio: Where traditional craftsmanship meets modern style in a relaxed, island-inspired atmosphere. Discover your perfect look with our expert barbers."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Kai L.",
|
||||
handle: "@kailoh",
|
||||
testimonial: "Best haircut I've ever had! The attention to detail and friendly staff make Hawaii Barber Studio my go-to spot.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g3b8aa6a77c66fefacf98c9d9a2d01626a88221c83d9629d5fd3cdc855e1241b6a59940631e8a14e5a897cc3c5523004e0fe07302ac9a92ff5b9168cf92832fdf_1280.jpg",
|
||||
imageAlt: "Customer Kai L.",
|
||||
},
|
||||
name: "Kai L.", handle: "@kailoh", testimonial: "Best haircut I've ever had! The attention to detail and friendly staff make Hawaii Barber Studio my go-to spot.", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g3b8aa6a77c66fefacf98c9d9a2d01626a88221c83d9629d5fd3cdc855e1241b6a59940631e8a14e5a897cc3c5523004e0fe07302ac9a92ff5b9168cf92832fdf_1280.jpg", imageAlt: "Customer Kai L."},
|
||||
{
|
||||
name: "Pua H.",
|
||||
handle: "@puahts",
|
||||
testimonial: "The atmosphere is incredible, and my beard trim was flawless. Truly a top-tier grooming experience.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g9106930c766cbe537d9ea5076022fb17eea1d1cabd6a839fc63bd76db87ad84d0c8e9324890be4c2a8faa7fd072e626113679063fa1d114c9a248cc453650a4c_1280.jpg",
|
||||
imageAlt: "Customer Pua H.",
|
||||
},
|
||||
name: "Pua H.", handle: "@puahts", testimonial: "The atmosphere is incredible, and my beard trim was flawless. Truly a top-tier grooming experience.", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g9106930c766cbe537d9ea5076022fb17eea1d1cabd6a839fc63bd76db87ad84d0c8e9324890be4c2a8faa7fd072e626113679063fa1d114c9a248cc453650a4c_1280.jpg", imageAlt: "Customer Pua H."},
|
||||
{
|
||||
name: "Noah M.",
|
||||
handle: "@noahmac",
|
||||
testimonial: "Always leave feeling fresh and confident. These barbers are true artists. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gca46c56fa8c434858b39070a66ed2a7fd318de8acdfda06d817e5dcbe88d5f66e8ae8a57651a420235a14ab3550c33082dd4b60411952f53cd8c487c81ce684f_1280.jpg",
|
||||
imageAlt: "Customer Noah M.",
|
||||
},
|
||||
name: "Noah M.", handle: "@noahmac", testimonial: "Always leave feeling fresh and confident. These barbers are true artists. Highly recommend!", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gca46c56fa8c434858b39070a66ed2a7fd318de8acdfda06d817e5dcbe88d5f66e8ae8a57651a420235a14ab3550c33082dd4b60411952f53cd8c487c81ce684f_1280.jpg", imageAlt: "Customer Noah M."},
|
||||
{
|
||||
name: "Lena S.",
|
||||
handle: "@lenasmith",
|
||||
testimonial: "Finally found a barber studio that understands what I want. Professional, clean, and welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g156d92dc8dba3bd6bb2c20d67b5728b1a8eb43a99b3d3fac9c1f45a599fa366b404cf0c2989921a985d900f7e2f6cf94aa97e3baf17cbd9c4a5d1366334967b3_1280.jpg",
|
||||
imageAlt: "Customer Lena S.",
|
||||
},
|
||||
name: "Lena S.", handle: "@lenasmith", testimonial: "Finally found a barber studio that understands what I want. Professional, clean, and welcoming.", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g156d92dc8dba3bd6bb2c20d67b5728b1a8eb43a99b3d3fac9c1f45a599fa366b404cf0c2989921a985d900f7e2f6cf94aa97e3baf17cbd9c4a5d1366334967b3_1280.jpg", imageAlt: "Customer Lena S."},
|
||||
{
|
||||
name: "Ethan C.",
|
||||
testimonial: "The hot towel shave was pure bliss! Felt like a new man walking out. Fantastic service.",
|
||||
rating: 5,
|
||||
handle: "@ethan_c",
|
||||
imageSrc: "https://pixabay.com/get/g93add4de1acea556f1be086083297d448a5f52259a9794e5f578f0540e8b53f2c1f3792a6260fdc04cee37d28bb78850f8cff529f4ff1ccd80ad6569fd89f4c1_1280.jpg",
|
||||
imageAlt: "Customer Ethan C.",
|
||||
},
|
||||
name: "Ethan C.", testimonial: "The hot towel shave was pure bliss! Felt like a new man walking out. Fantastic service.", rating: 5,
|
||||
handle: "@ethan_c", imageSrc: "https://pixabay.com/get/g93add4de1acea556f1be086083297d448a5f52259a9794e5f578f0540e8b53f2c1f3792a6260fdc04cee37d28bb78850f8cff529f4ff1ccd80ad6569fd89f4c1_1280.jpg", imageAlt: "Customer Ethan C."},
|
||||
{
|
||||
name: "Sophia G.",
|
||||
testimonial: "My son loves coming here. The barbers are great with kids and always give him a sharp cut.",
|
||||
rating: 5,
|
||||
handle: "@sophieg",
|
||||
imageSrc: "https://pixabay.com/get/gd0af33e4daebb3884487132da2a52944249a7ea3a354c84c607de6932622c2328cba33a4174c54f070e3298595f4f31832a88df4430ea5ec99ba5f47fcc6c67e_1280.jpg",
|
||||
imageAlt: "Customer Sophia G.",
|
||||
},
|
||||
name: "Sophia G.", testimonial: "My son loves coming here. The barbers are great with kids and always give him a sharp cut.", rating: 5,
|
||||
handle: "@sophieg", imageSrc: "https://pixabay.com/get/gd0af33e4daebb3884487132da2a52944249a7ea3a354c84c607de6932622c2328cba33a4174c54f070e3298595f4f31832a88df4430ea5ec99ba5f47fcc6c67e_1280.jpg", imageAlt: "Customer Sophia G."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://pixabay.com/get/gf8e384ef2fb1823d34c0e1501bc6e197a15025343516c79f3086fdcdef91d6c47910d71bbd57d6788f6fc60a4013fe815636b81f8f4f96eccfb58b58083d5e68_1280.jpg",
|
||||
alt: "Customer John Doe",
|
||||
},
|
||||
src: "https://pixabay.com/get/gf8e384ef2fb1823d34c0e1501bc6e197a15025343516c79f3086fdcdef91d6c47910d71bbd57d6788f6fc60a4013fe815636b81f8f4f96eccfb58b58083d5e68_1280.jpg", alt: "Customer John Doe"},
|
||||
{
|
||||
src: "https://pixabay.com/get/g711336203b3c8e9bcfdd56daa25243466b01b9cec0b1c487ada59db67ab6a55308bd33e3d5e6eec0df57a81a382ebce61bc6f9aa59398ec35003a1d3dc12424c_1280.jpg",
|
||||
alt: "Customer Jane Smith",
|
||||
},
|
||||
src: "https://pixabay.com/get/g711336203b3c8e9bcfdd56daa25243466b01b9cec0b1c487ada59db67ab6a55308bd33e3d5e6eec0df57a81a382ebce61bc6f9aa59398ec35003a1d3dc12424c_1280.jpg", alt: "Customer Jane Smith"},
|
||||
{
|
||||
src: "https://pixabay.com/get/gf0a67e0de56e80fab713531aa7c4d6c1a7d59a9f039ca1db2cb60456a7256e5a8fa48acd6bfd503b7c29370228633ef532321ec3a8cd3dd90c6fab6f2d9a85c1_1280.jpg",
|
||||
alt: "Customer Alex Johnson",
|
||||
},
|
||||
src: "https://pixabay.com/get/gf0a67e0de56e80fab713531aa7c4d6c1a7d59a9f039ca1db2cb60456a7256e5a8fa48acd6bfd503b7c29370228633ef532321ec3a8cd3dd90c6fab6f2d9a85c1_1280.jpg", alt: "Customer Alex Johnson"},
|
||||
{
|
||||
src: "https://pixabay.com/get/g6713396b41821bbba256bbcb7cc47cb900e447b2d75752decd8cf6e1f919c85341be4d84ed3eabe2c0215d85c06d80eceb29a7669020d57ddf77fb5ed57d9fcb_1280.jpg",
|
||||
alt: "Customer Sarah Lee",
|
||||
},
|
||||
src: "https://pixabay.com/get/g6713396b41821bbba256bbcb7cc47cb900e447b2d75752decd8cf6e1f919c85341be4d84ed3eabe2c0215d85c06d80eceb29a7669020d57ddf77fb5ed57d9fcb_1280.jpg", alt: "Customer Sarah Lee"},
|
||||
]}
|
||||
avatarText="Join our happy clients!"
|
||||
imageSrc="https://pixabay.com/get/ga68fc663a5177682eae317ddac56097c235c344622682ea11eafbab149a9b7d7349ffb5735994a9a65afcf10f6327d28fec9ab97648b851c46b93af67d7ff237_1280.jpg"
|
||||
@@ -157,19 +104,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Legacy of Fine Cuts",
|
||||
},
|
||||
type: "text", content: "Our Legacy of Fine Cuts"},
|
||||
{
|
||||
type: "image", src: "https://pixabay.com/get/gb9f7abb5ba683c9c042d7c2b4982559086320bf2bb51e2ad0c019b66e211eb856b2c107427bc4e8f14b78d2ea6ce6da628034576986762ab5b723b8ba17efead_1280.jpg", alt: "A barber meticulously styling a client's hair"}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
|
||||
imageSrc="https://pixabay.com/get/gb9f7abb5ba683c9c042d7c2b4982559086320bf2bb51e2ad0c019b66e211eb856b2c107427bc4e8f14b78d2ea6ce6da628034576986762ab5b723b8ba17efead_1280.jpg"
|
||||
imageAlt="A barber meticulously styling a client's hair"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -179,23 +121,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Haircuts",
|
||||
description: "Crafted with attention to detail, our haircuts are tailored to your desired style and hair type, ensuring a flawless finish every time.",
|
||||
buttonIcon: Scissors,
|
||||
imageSrc: "https://pixabay.com/get/g8316269a6b684e1c55d337f68c6345b429d3d789bc3db441b6d0da407cd2014318899bff032b6d60ecc1242c5db37e1b419831b27bf90802cd3a3984b86d107c_1280.jpg",
|
||||
},
|
||||
title: "Precision Haircuts", description: "Crafted with attention to detail, our haircuts are tailored to your desired style and hair type, ensuring a flawless finish every time.", buttonIcon: Scissors,
|
||||
imageSrc: "https://pixabay.com/get/g8316269a6b684e1c55d337f68c6345b429d3d789bc3db441b6d0da407cd2014318899bff032b6d60ecc1242c5db37e1b419831b27bf90802cd3a3984b86d107c_1280.jpg"},
|
||||
{
|
||||
title: "Beard & Moustache Trims",
|
||||
description: "Expert shaping and grooming for your beard and moustache, enhancing your facial features with clean lines and perfect symmetry.",
|
||||
buttonIcon: Fan,
|
||||
imageSrc: "https://pixabay.com/get/gc0739cba5c8b0f1c0930b8882f1c02d3c252678dfb9477b50f7ec3dd7e5c837664c4143ba9859b896cb045ee6834c76e8a324d87f4b8f4d11ae8a20b76d39df1_1280.jpg",
|
||||
},
|
||||
title: "Beard & Moustache Trims", description: "Expert shaping and grooming for your beard and moustache, enhancing your facial features with clean lines and perfect symmetry.", buttonIcon: Fan,
|
||||
imageSrc: "https://pixabay.com/get/gc0739cba5c8b0f1c0930b8882f1c02d3c252678dfb9477b50f7ec3dd7e5c837664c4143ba9859b896cb045ee6834c76e8a324d87f4b8f4d11ae8a20b76d39df1_1280.jpg"},
|
||||
{
|
||||
title: "Traditional Hot Shaves",
|
||||
description: "Indulge in the ultimate relaxation with our classic hot towel shave, providing a smooth finish and rejuvenating experience.",
|
||||
buttonIcon: HeartHandshake,
|
||||
imageSrc: "https://pixabay.com/get/g03f10def6bf4cf6c4393ab5a54e141b8215c161a38d2a2d35752a446faf0f99e13c349ed394b0f35eff62600c3a0d6432473d5de1519da87001123fc366354c3_1280.jpg",
|
||||
},
|
||||
title: "Traditional Hot Shaves", description: "Indulge in the ultimate relaxation with our classic hot towel shave, providing a smooth finish and rejuvenating experience.", buttonIcon: HeartHandshake,
|
||||
imageSrc: "https://pixabay.com/get/g03f10def6bf4cf6c4393ab5a54e141b8215c161a38d2a2d35752a446faf0f99e13c349ed394b0f35eff62600c3a0d6432473d5de1519da87001123fc366354c3_1280.jpg"},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="From classic cuts to modern styles, our expert barbers deliver precision and perfection, ensuring you leave looking and feeling your best."
|
||||
@@ -210,45 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Classic",
|
||||
name: "The Fade",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "https://pixabay.com/get/g7ff339ba40274224d350e1d5dc8d349ec19323602d03e8bb29e9e5b52527cd0c63ea5f4da07235c630a8efd36df4bf9d08c13844a4a0ccd70d74869abffd37ac_1280.jpg",
|
||||
imageAlt: "Stylish fade haircut",
|
||||
},
|
||||
id: "1", brand: "Classic", name: "The Fade", price: "$45", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://pixabay.com/get/g7ff339ba40274224d350e1d5dc8d349ec19323602d03e8bb29e9e5b52527cd0c63ea5f4da07235c630a8efd36df4bf9d08c13844a4a0ccd70d74869abffd37ac_1280.jpg", imageAlt: "Stylish fade haircut"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Retro",
|
||||
name: "Pompadour",
|
||||
price: "$50",
|
||||
rating: 4.9,
|
||||
reviewCount: "95",
|
||||
imageSrc: "https://pixabay.com/get/g81bf350d9625a2883de0a3799ed1cd89d81ffa29eae18ad8e7bc5421eb609bebef1465d9963b7b8fec94c89f688e2a988cea55b691d15efe1b903bf7f3721c87_1280.jpg",
|
||||
imageAlt: "Classic pompadour haircut",
|
||||
},
|
||||
id: "2", brand: "Retro", name: "Pompadour", price: "$50", rating: 4.9,
|
||||
reviewCount: "95", imageSrc: "https://pixabay.com/get/g81bf350d9625a2883de0a3799ed1cd89d81ffa29eae18ad8e7bc5421eb609bebef1465d9963b7b8fec94c89f688e2a988cea55b691d15efe1b903bf7f3721c87_1280.jpg", imageAlt: "Classic pompadour haircut"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Modern",
|
||||
name: "Crew Cut",
|
||||
price: "$40",
|
||||
rating: 4.8,
|
||||
reviewCount: "80",
|
||||
imageSrc: "https://pixabay.com/get/g59eec62f87edba075b31e37e3451ef355571617ee2d98d53d4e582ee1a05fbd0a94f8e9c1968ef6ee80ea91c3c846d046a5ad075df6cd274a7301c154cd7bd5e_1280.jpg",
|
||||
imageAlt: "Clean crew cut",
|
||||
},
|
||||
id: "3", brand: "Modern", name: "Crew Cut", price: "$40", rating: 4.8,
|
||||
reviewCount: "80", imageSrc: "https://pixabay.com/get/g59eec62f87edba075b31e37e3451ef355571617ee2d98d53d4e582ee1a05fbd0a94f8e9c1968ef6ee80ea91c3c846d046a5ad075df6cd274a7301c154cd7bd5e_1280.jpg", imageAlt: "Clean crew cut"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Sharp",
|
||||
name: "Line Up",
|
||||
price: "$30",
|
||||
rating: 4.7,
|
||||
reviewCount: "110",
|
||||
imageSrc: "https://pixabay.com/get/g48a76331daf52570fc48fef82dc7374a8ea4a2a6bdd95e2e6be6ec3cbfe968eaecdab8e2105dd9a693360b27a1ef577bb8e6359c11a3b67c3af90b9c5e6b7552_1280.jpg",
|
||||
imageAlt: "Sharp line up haircut",
|
||||
},
|
||||
id: "4", brand: "Sharp", name: "Line Up", price: "$30", rating: 4.7,
|
||||
reviewCount: "110", imageSrc: "https://pixabay.com/get/g48a76331daf52570fc48fef82dc7374a8ea4a2a6bdd95e2e6be6ec3cbfe968eaecdab8e2105dd9a693360b27a1ef577bb8e6359c11a3b67c3af90b9c5e6b7552_1280.jpg", imageAlt: "Sharp line up haircut"},
|
||||
]}
|
||||
title="Explore Our Cuts & Styles"
|
||||
description="Browse our gallery of popular haircuts and find your next look. Our barbers are skilled in all the latest trends and timeless classics."
|
||||
@@ -262,60 +167,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$45",
|
||||
name: "The Studio Cut",
|
||||
buttons: [
|
||||
id: "standard", badge: "Popular", badgeIcon: Star,
|
||||
price: "$45", name: "The Studio Cut", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Precision Haircut",
|
||||
"Hot Lather Neck Shave",
|
||||
"Styling Consult",
|
||||
"Aromatic Hot Towel",
|
||||
],
|
||||
"Precision Haircut", "Hot Lather Neck Shave", "Styling Consult", "Aromatic Hot Towel"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Signature",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$70",
|
||||
name: "The Executive Groom",
|
||||
buttons: [
|
||||
id: "premium", badge: "Signature", badgeIcon: Sparkles,
|
||||
price: "$70", name: "The Executive Groom", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Precision Haircut",
|
||||
"Luxury Hot Shave",
|
||||
"Beard Trim & Shape",
|
||||
"Face Massage",
|
||||
"Aromatic Hot Towel",
|
||||
],
|
||||
"Precision Haircut", "Luxury Hot Shave", "Beard Trim & Shape", "Face Massage", "Aromatic Hot Towel"],
|
||||
},
|
||||
{
|
||||
id: "beard",
|
||||
price: "$30",
|
||||
name: "Beard & Trim",
|
||||
buttons: [
|
||||
id: "beard", price: "$30", name: "Beard & Trim", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Beard Shaping",
|
||||
"Precision Trim",
|
||||
"Hot Towel Finish",
|
||||
"Aftershave Balm",
|
||||
],
|
||||
"Beard Shaping", "Precision Trim", "Hot Towel Finish", "Aftershave Balm"],
|
||||
},
|
||||
]}
|
||||
title="Our Pricing"
|
||||
@@ -330,45 +205,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Keanu P.",
|
||||
role: "Local Artist",
|
||||
testimonial: "The best cuts and shaves on the island. Always a good vibe and meticulous work. I wouldn't go anywhere else!",
|
||||
imageSrc: "https://pixabay.com/get/g3b8aa6a77c66fefacf98c9d9a2d01626a88221c83d9629d5fd3cdc855e1241b6a59940631e8a14e5a897cc3c5523004e0fe07302ac9a92ff5b9168cf92832fdf_1280.jpg",
|
||||
imageAlt: "Keanu P.",
|
||||
},
|
||||
id: "1", name: "Keanu P.", role: "Local Artist", testimonial: "The best cuts and shaves on the island. Always a good vibe and meticulous work. I wouldn't go anywhere else!", imageSrc: "https://pixabay.com/get/g3b8aa6a77c66fefacf98c9d9a2d01626a88221c83d9629d5fd3cdc855e1241b6a59940631e8a14e5a897cc3c5523004e0fe07302ac9a92ff5b9168cf92832fdf_1280.jpg", imageAlt: "Keanu P."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Malia K.",
|
||||
role: "Surf Instructor",
|
||||
testimonial: "Hawaii Barber Studio truly gets my style. My fade is always perfect, and the barbers are super friendly.",
|
||||
imageSrc: "https://pixabay.com/get/g9106930c766cbe537d9ea5076022fb17eea1d1cabd6a839fc63bd76db87ad84d0c8e9324890be4c2a8faa7fd072e626113679063fa1d114c9a248cc453650a4c_1280.jpg",
|
||||
imageAlt: "Malia K.",
|
||||
},
|
||||
id: "2", name: "Malia K.", role: "Surf Instructor", testimonial: "Hawaii Barber Studio truly gets my style. My fade is always perfect, and the barbers are super friendly.", imageSrc: "https://pixabay.com/get/g9106930c766cbe537d9ea5076022fb17eea1d1cabd6a839fc63bd76db87ad84d0c8e9324890be4c2a8faa7fd072e626113679063fa1d114c9a248cc453650a4c_1280.jpg", imageAlt: "Malia K."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jason L.",
|
||||
role: "Hotel Manager",
|
||||
testimonial: "Professional service and a relaxing atmosphere. The hot towel shave is a must-try – pure luxury!",
|
||||
imageSrc: "https://pixabay.com/get/gca46c56fa8c434858b39070a66ed2a7fd318de8acdfda06d817e5dcbe88d5f66e8ae8a57651a420235a14ab3550c33082dd4b60411952f53cd8c487c81ce684f_1280.jpg",
|
||||
imageAlt: "Jason L.",
|
||||
},
|
||||
id: "3", name: "Jason L.", role: "Hotel Manager", testimonial: "Professional service and a relaxing atmosphere. The hot towel shave is a must-try – pure luxury!", imageSrc: "https://pixabay.com/get/gca46c56fa8c434858b39070a66ed2a7fd318de8acdfda06d817e5dcbe88d5f66e8ae8a57651a420235a14ab3550c33082dd4b60411952f53cd8c487c81ce684f_1280.jpg", imageAlt: "Jason L."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Samantha R.",
|
||||
role: "Business Owner",
|
||||
testimonial: "My go-to spot for a fresh, clean look. The attention to detail is unmatched, and the studio is always pristine.",
|
||||
imageSrc: "https://pixabay.com/get/g156d92dc8dba3bd6bb2c20d67b5728b1a8eb43a99b3d3fac9c1f45a599fa366b404cf0c2989921a985d900f7e2f6cf94aa97e3baf17cbd9c4a5d1366334967b3_1280.jpg",
|
||||
imageAlt: "Samantha R.",
|
||||
},
|
||||
id: "4", name: "Samantha R.", role: "Business Owner", testimonial: "My go-to spot for a fresh, clean look. The attention to detail is unmatched, and the studio is always pristine.", imageSrc: "https://pixabay.com/get/g156d92dc8dba3bd6bb2c20d67b5728b1a8eb43a99b3d3fac9c1f45a599fa366b404cf0c2989921a985d900f7e2f6cf94aa97e3baf17cbd9c4a5d1366334967b3_1280.jpg", imageAlt: "Samantha R."},
|
||||
{
|
||||
id: "5",
|
||||
name: "David S.",
|
||||
role: "Travel Blogger",
|
||||
testimonial: "Visited while on vacation and was incredibly impressed. Felt like a local and got a fantastic haircut. Highly recommend!",
|
||||
imageSrc: "https://pixabay.com/get/g93add4de1acea556f1be086083297d448a5f52259a9794e5f578f0540e8b53f2c1f3792a6260fdc04cee37d28bb78850f8cff529f4ff1ccd80ad6569fd89f4c1_1280.jpg",
|
||||
imageAlt: "David S.",
|
||||
},
|
||||
id: "5", name: "David S.", role: "Travel Blogger", testimonial: "Visited while on vacation and was incredibly impressed. Felt like a local and got a fantastic haircut. Highly recommend!", imageSrc: "https://pixabay.com/get/g93add4de1acea556f1be086083297d448a5f52259a9794e5f578f0540e8b53f2c1f3792a6260fdc04cee37d28bb78850f8cff529f4ff1ccd80ad6569fd89f4c1_1280.jpg", imageAlt: "David S."},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our happy customers about their Hawaii Barber Studio experience and why they keep coming back."
|
||||
@@ -379,8 +224,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Book Your Next Cut"
|
||||
description="Ready for a fresh look? Schedule your appointment with Hawaii Barber Studio today! We look forward to welcoming you."
|
||||
@@ -400,62 +244,37 @@ export default function LandingPage() {
|
||||
imageAlt="Classic barber tools on a wooden counter"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Haircuts",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Haircuts", href: "#services"},
|
||||
{
|
||||
label: "Beard Trims",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Beard Trims", href: "#services"},
|
||||
{
|
||||
label: "Hot Shaves",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hot Shaves", href: "#services"},
|
||||
{
|
||||
label: "Styling",
|
||||
href: "#styles",
|
||||
},
|
||||
label: "Styling", href: "#styles"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Studio",
|
||||
items: [
|
||||
title: "Studio", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookies Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookies Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user