Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f86a93d371 | |||
| 62f27f2b46 |
@@ -11,8 +11,8 @@ import { Nunito_Sans } from "next/font/google";
|
|||||||
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'The Clipper\'s Edge | Professional Barber Shop',
|
title: 'アポロ理容室 | プロの理容室',
|
||||||
description: 'Experience precision haircuts, classic shaves, and exceptional grooming services at The Clipper\'s Edge. Your local barber shop for timeless style and a welcoming atmosphere.',
|
description: 'アポロ理容室で精密なヘアカット、クラシックなシェービング、卓越したグルーミングサービスを体験してください。時代を超越したスタイルと温かい雰囲気を提供するあなたの地元の理容室です。東京都荒川区南千住2丁目32-5, 電話: 03-3807-1053',
|
||||||
keywords: ["barber shop, haircut, shave, grooming, men's salon, local barber, traditional barber, professional barber"],
|
keywords: ["barber shop, haircut, shave, grooming, men's salon, local barber, traditional barber, professional barber"],
|
||||||
openGraph: {
|
openGraph: {
|
||||||
"title": "The Clipper's Edge | Professional Barber Shop",
|
"title": "The Clipper's Edge | Professional Barber Shop",
|
||||||
|
|||||||
272
src/app/page.tsx
272
src/app/page.tsx
@@ -31,77 +31,47 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Why Choose Us",
|
name: "Why Choose Us", id: "#why-choose-us"},
|
||||||
id: "#why-choose-us",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Access",
|
name: "Access", id: "#access"},
|
||||||
id: "#access",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="The Clipper's Edge"
|
brandName="アポロ理容室"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="The Clipper's Edge"
|
logoText="アポロ理容室"
|
||||||
description="Experience timeless style and precision grooming at our local barber shop. Quality cuts, classic shaves, and a welcoming atmosphere await you."
|
description="アポロ理容室で時代を超越したスタイルと精密なグルーミングを体験してください。質の高いカット、クラシックなシェービング、そして温かい雰囲気があなたをお待ちしております。"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Services",
|
text: "View Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506206.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506206.jpg", imageAlt: "Professional barber giving a haircut"},
|
||||||
imageAlt: "Professional barber giving a haircut",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/barbershop-close-up-barber-holds-razor-shaving-his-beard_1157-43556.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/barbershop-close-up-barber-holds-razor-shaving-his-beard_1157-43556.jpg", imageAlt: "Traditional face shaving service"},
|
||||||
imageAlt: "Traditional face shaving service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg", imageAlt: "Clean and modern barber shop interior"},
|
||||||
imageAlt: "Clean and modern barber shop interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg", imageAlt: "Happy customer after a fresh haircut"},
|
||||||
imageAlt: "Happy customer after a fresh haircut",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313016.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313016.jpg", imageAlt: "Classic barber tools on display"},
|
||||||
imageAlt: "Classic barber tools on display",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-young-man-sitting-cafe-using-mobile-phone_23-2148176693.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-young-man-sitting-cafe-using-mobile-phone_23-2148176693.jpg", imageAlt: "Exterior view of アポロ理容室 barber shop"},
|
||||||
imageAlt: "Exterior view of The Clipper's Edge barber shop",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
autoplayDelay={3000}
|
autoplayDelay={3000}
|
||||||
showDimOverlay={false}
|
showDimOverlay={false}
|
||||||
@@ -113,9 +83,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Crafting Confidence for Generations"
|
title="Crafting Confidence for Generations"
|
||||||
description={[
|
description={[
|
||||||
"For over two decades, The Clipper's Edge has been a cornerstone of our community, offering unparalleled grooming services with a personal touch. We believe a great haircut isn't just about style—it's about confidence, tradition, and connection. Our skilled barbers are dedicated to mastering classic techniques while staying sharp on modern trends, ensuring every visit leaves you looking and feeling your best.",
|
"20年以上にわたり、アポロ理容室は地域社会の要であり、個人的なタッチで比類のないグルーミングサービスを提供してきました。私たちは、素晴らしいヘアカットは単なるスタイルだけでなく、自信、伝統、そしてつながりであると信じています。熟練した理容師たちは、クラシックな技術を習得しつつ、最新のトレンドにも精通しており、毎回最高の見た目と気分でお帰りいただけるよう努めています。", "私たちは単なる理容室ではありません。物語が共有され、友情が育まれ、すべてのお客様が家族のように扱われる場所です。快適な雰囲気の中で、質の高さと一貫性を求める男性にとって長年愛されている地元の店である理由をご体験ください。"]}
|
||||||
"We’re more than just a barber shop; we’re a place where stories are shared, friendships are forged, and every client is treated like family. Step into our comfortable atmosphere and discover why we’re a long-time local favorite for men seeking quality and consistency in their grooming.",
|
|
||||||
]}
|
|
||||||
showBorder={false}
|
showBorder={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -128,65 +96,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "haircut",
|
id: "haircut", brand: "Classic Grooming", name: "Precision Haircut", price: "¥2,000", rating: 5,
|
||||||
brand: "Classic Grooming",
|
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-using-styling-tools_23-2149141730.jpg", imageAlt: "Precision haircut service"},
|
||||||
name: "Precision Haircut",
|
|
||||||
price: "¥2,000",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "89",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-using-styling-tools_23-2149141730.jpg",
|
|
||||||
imageAlt: "Precision haircut service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "shave",
|
id: "shave", brand: "Luxurious Experience", name: "Professional Face Shave", price: "¥1,800", rating: 5,
|
||||||
brand: "Luxurious Experience",
|
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-chair-barbershop_1157-20496.jpg", imageAlt: "Professional face shave service"},
|
||||||
name: "Professional Face Shave",
|
|
||||||
price: "¥1,800",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "75",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20496.jpg",
|
|
||||||
imageAlt: "Professional face shave service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "haircut-shampoo-shave",
|
id: "haircut-shampoo-shave", brand: "The Full Treatment", name: "Haircut, Shampoo & Shave", price: "¥3,300", rating: 5,
|
||||||
brand: "The Full Treatment",
|
reviewCount: "120", imageSrc: "asset://service-haircut-shampoo-shave", imageAlt: "Haircut, shampoo and professional face shaving"},
|
||||||
name: "Haircut, Shampoo & Shave",
|
|
||||||
price: "¥3,300",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "asset://service-haircut-shampoo-shave",
|
|
||||||
imageAlt: "Haircut, shampoo and professional face shaving",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "beard-trim",
|
id: "beard-trim", brand: "Detail Oriented", name: "Beard & Mustache Trim", price: "¥1,000", rating: 4,
|
||||||
brand: "Detail Oriented",
|
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg", imageAlt: "Beard and mustache trim service"},
|
||||||
name: "Beard & Mustache Trim",
|
|
||||||
price: "¥1,000",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "62",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg",
|
|
||||||
imageAlt: "Beard and mustache trim service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "kids-cut",
|
id: "kids-cut", brand: "Junior Styling", name: "Kid's Haircut", price: "¥1,500", rating: 5,
|
||||||
brand: "Junior Styling",
|
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/cute-preschooler-boy-getting-haircut-children-hairdresser-with-trimmer-is-cutting-little-boy-room-with-loft-interior_613910-19691.jpg", imageAlt: "Kid's haircut service"},
|
||||||
name: "Kid's Haircut",
|
|
||||||
price: "¥1,500",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "45",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-preschooler-boy-getting-haircut-children-hairdresser-with-trimmer-is-cutting-little-boy-room-with-loft-interior_613910-19691.jpg",
|
|
||||||
imageAlt: "Kid's haircut service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "shampoo-style",
|
id: "shampoo-style", brand: "Fresh & Clean", name: "Shampoo & Style", price: "¥800", rating: 4,
|
||||||
brand: "Fresh & Clean",
|
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg", imageAlt: "Hair shampoo and styling service"},
|
||||||
name: "Shampoo & Style",
|
|
||||||
price: "¥800",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "30",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg",
|
|
||||||
imageAlt: "Hair shampoo and styling service",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Services"
|
title="Our Signature Services"
|
||||||
description="From classic cuts to luxurious shaves, our services are designed to meet every grooming need with precision and care."
|
description="From classic cuts to luxurious shaves, our services are designed to meet every grooming need with precision and care."
|
||||||
@@ -200,61 +126,31 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "fast-efficient",
|
id: "fast-efficient", title: "Fast & Efficient Service", tags: [
|
||||||
title: "Fast & Efficient Service",
|
"Time-saving"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18662.jpg", imageAlt: "Clock icon for fast service"},
|
||||||
"Time-saving",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18662.jpg",
|
|
||||||
imageAlt: "Clock icon for fast service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "skilled-shaving",
|
id: "skilled-shaving", title: "Skilled Shaving Techniques", tags: [
|
||||||
title: "Skilled Shaving Techniques",
|
"Master Barbers"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-beard-man_23-2147778882.jpg", imageAlt: "Straight razor for skilled shaving"},
|
||||||
"Master Barbers",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-beard-man_23-2147778882.jpg",
|
|
||||||
imageAlt: "Straight razor for skilled shaving",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "friendly-care",
|
id: "friendly-care", title: "Friendly Customer Care", tags: [
|
||||||
title: "Friendly Customer Care",
|
"Personal Touch"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/barber-talking-with-elderly-client-hair-salon_23-2148182014.jpg", imageAlt: "Smiling barber providing friendly care"},
|
||||||
"Personal Touch",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-talking-with-elderly-client-hair-salon_23-2148182014.jpg",
|
|
||||||
imageAlt: "Smiling barber providing friendly care",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "local-favorite",
|
id: "local-favorite", title: "Long-Time Local Favorite", tags: [
|
||||||
title: "Long-Time Local Favorite",
|
"Community Roots"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286008.jpg", imageAlt: "Barber pole signifying local favorite"},
|
||||||
"Community Roots",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286008.jpg",
|
|
||||||
imageAlt: "Barber pole signifying local favorite",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "comfortable-atmosphere",
|
id: "comfortable-atmosphere", title: "Comfortable Atmosphere", tags: [
|
||||||
title: "Comfortable Atmosphere",
|
"Relaxing Vibes"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-elegant-white-manicure-stroking-beagle-dog-while-enjoying-coffee-morning-gorgeous-young-lady-summer-dress-having-tea-time-terrace-playing-with-puppy_197531-25333.jpg", imageAlt: "Cozy barber shop chair"},
|
||||||
"Relaxing Vibes",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-elegant-white-manicure-stroking-beagle-dog-while-enjoying-coffee-morning-gorgeous-young-lady-summer-dress-having-tea-time-terrace-playing-with-puppy_197531-25333.jpg",
|
|
||||||
imageAlt: "Cozy barber shop chair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "professional-environment",
|
id: "professional-environment", title: "Clean & Professional", tags: [
|
||||||
title: "Clean & Professional",
|
"High Standards"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-backstage_23-2151211363.jpg", imageAlt: "Clean and professional barber shop interior"},
|
||||||
"High Standards",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-backstage_23-2151211363.jpg",
|
|
||||||
imageAlt: "Clean and professional barber shop interior",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose The Clipper's Edge?"
|
title="アポロ理容室を選ぶ理由"
|
||||||
description="Our commitment to excellence, friendly service, and traditional values make us the top choice for discerning gentlemen."
|
description="Our commitment to excellence, friendly service, and traditional values make us the top choice for discerning gentlemen."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -264,41 +160,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Hiroshi Tanaka", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg", imageAlt: "Hiroshi Tanaka"},
|
||||||
name: "Hiroshi Tanaka",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg",
|
|
||||||
imageAlt: "Hiroshi Tanaka",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Kenji Nakamura", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-businessman_171337-161.jpg", imageAlt: "Kenji Nakamura"},
|
||||||
name: "Kenji Nakamura",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-businessman_171337-161.jpg",
|
|
||||||
imageAlt: "Kenji Nakamura",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Satoshi Yamato", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-barber-wearing-uniform-raising-fist-isolated-purple_141793-84236.jpg", imageAlt: "Satoshi Yamato"},
|
||||||
name: "Satoshi Yamato",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-barber-wearing-uniform-raising-fist-isolated-purple_141793-84236.jpg",
|
|
||||||
imageAlt: "Satoshi Yamato",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Takashi Sato", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-vintage-eyeglasses-dressed-wool-jacket_613910-15938.jpg", imageAlt: "Takashi Sato"},
|
||||||
name: "Takashi Sato",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-vintage-eyeglasses-dressed-wool-jacket_613910-15938.jpg",
|
|
||||||
imageAlt: "Takashi Sato",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Akira Suzuki", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-using-tweezers_23-2149137912.jpg", imageAlt: "Akira Suzuki"},
|
||||||
name: "Akira Suzuki",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-using-tweezers_23-2149137912.jpg",
|
|
||||||
imageAlt: "Akira Suzuki",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Yuki Kobayashi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11879.jpg", imageAlt: "Yuki Kobayashi"},
|
||||||
name: "Yuki Kobayashi",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11879.jpg",
|
|
||||||
imageAlt: "Yuki Kobayashi",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="What Our Clients Say"
|
cardTitle="What Our Clients Say"
|
||||||
cardTag="Trusted by Locals"
|
cardTag="Trusted by Locals"
|
||||||
@@ -312,27 +184,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "What are your opening hours?", content: "We are open from Monday to Saturday, 9:00 AM to 7:00 PM. We are closed on Sundays."},
|
||||||
title: "What are your opening hours?",
|
|
||||||
content: "We are open from Monday to Saturday, 9:00 AM to 7:00 PM. We are closed on Sundays.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "Do I need an appointment?", content: "Appointments are recommended, especially for peak hours, but walk-ins are always welcome. Feel free to call ahead for availability."},
|
||||||
title: "Do I need an appointment?",
|
|
||||||
content: "Appointments are recommended, especially for peak hours, but walk-ins are always welcome. Feel free to call ahead for availability.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "Where can I park?", content: "Street parking is available directly in front of the shop, and there's a public parking garage just one block away."},
|
||||||
title: "Where can I park?",
|
|
||||||
content: "Street parking is available directly in front of the shop, and there's a public parking garage just one block away.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-washing-head-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6316.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-washing-head-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6316.jpg"
|
||||||
imageAlt="Barber shop exterior with map location"
|
imageAlt="Barber shop exterior with map location"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
title="Visit Us Today"
|
title="Visit Us Today"
|
||||||
description="Find us at our convenient downtown location. We're open six days a week, ready to provide you with exceptional service. Book your appointment online or just walk in!"
|
description="東京都荒川区南千住2丁目32-5に店舗を構えるアポロ理容室は、月曜日から土曜日まで午前9時から午後7時まで営業しております。卓越したサービスを提供するため、お気軽にご来店ください。ご予約やお問い合わせは、お電話(03-3807-1053)にて承ります。"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
showCard={true}
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
@@ -342,8 +205,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Book Your Next Grooming Session"
|
title="Book Your Next Grooming Session"
|
||||||
description="Ready for a fresh look or a classic shave? Contact us today to schedule your appointment or inquire about our services. Walk-ins are always welcome!"
|
description="Ready for a fresh look or a classic shave? Contact us today to schedule your appointment or inquire about our services. Walk-ins are always welcome!"
|
||||||
@@ -355,18 +217,14 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="The Clipper's Edge"
|
logoText="アポロ理容室"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user