Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d03e151ba4 | |||
| 6af4ce989e |
155
src/app/page.tsx
155
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kingdom Kutz"
|
||||
/>
|
||||
@@ -59,34 +49,23 @@ export default function LandingPage() {
|
||||
description="Kingdom Kutz delivers precision haircuts and premium grooming services in Douglasville, GA. Walk in for a cut, walk out with confidence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Cut",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Cut", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6207.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg",
|
||||
alt: "Barber Marcus",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg", alt: "Barber Marcus"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-comb-scissors-looking-front-with-confident-expression-standing-green-wall_141793-50527.jpg",
|
||||
alt: "Barber Jordan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-comb-scissors-looking-front-with-confident-expression-standing-green-wall_141793-50527.jpg", alt: "Barber Jordan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-slavic-middle-aged-male-barber-uniform-holding-barber-tools-isolated-purple-wall_141793-91610.jpg",
|
||||
alt: "Barber Sam",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-slavic-middle-aged-male-barber-uniform-holding-barber-tools-isolated-purple-wall_141793-91610.jpg", alt: "Barber Sam"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-positive-blond-bearded-male-dressed-red-fleece-shirt-makes-conversation_613910-1800.jpg",
|
||||
alt: "Client One",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-positive-blond-bearded-male-dressed-red-fleece-shirt-makes-conversation_613910-1800.jpg", alt: "Client One"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-getting-his-hair-cut-barber-shop4_23-2149186458.jpg",
|
||||
alt: "Client Two",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-getting-his-hair-cut-barber-shop4_23-2149186458.jpg", alt: "Client Two"},
|
||||
]}
|
||||
avatarText="Trusted by hundreds of satisfied clients in Douglasville."
|
||||
titleClassName="text-white drop-shadow-2xl bg-black/40 px-6 py-2 rounded-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -97,26 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Precision Haircuts",
|
||||
subtitle: "Straight, curly, thin, or thick hair.",
|
||||
category: "Cut",
|
||||
value: "Essential",
|
||||
},
|
||||
id: "s1", title: "Precision Haircuts", subtitle: "Straight, curly, thin, or thick hair.", category: "Cut", value: "Essential"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Custom Fades",
|
||||
subtitle: "Sharp, clean lines and seamless blends.",
|
||||
category: "Style",
|
||||
value: "Pro",
|
||||
},
|
||||
id: "s2", title: "Custom Fades", subtitle: "Sharp, clean lines and seamless blends.", category: "Style", value: "Pro"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Beard Grooming",
|
||||
subtitle: "Razor lining and beard care.",
|
||||
category: "Shave",
|
||||
value: "Detail",
|
||||
},
|
||||
id: "s3", title: "Beard Grooming", subtitle: "Razor lining and beard care.", category: "Shave", value: "Detail"},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Expert grooming for every hair type."
|
||||
@@ -131,23 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marcus L.",
|
||||
role: "Master Barber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Marcus L.", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg?_wi=1"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jordan P.",
|
||||
role: "Senior Barber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-comb-scissors-looking-front-with-confident-expression-standing-green-wall_141793-50527.jpg",
|
||||
},
|
||||
id: "t2", name: "Jordan P.", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-comb-scissors-looking-front-with-confident-expression-standing-green-wall_141793-50527.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sam K.",
|
||||
role: "Barber Stylist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-slavic-middle-aged-male-barber-uniform-holding-barber-tools-isolated-purple-wall_141793-91610.jpg",
|
||||
},
|
||||
id: "t3", name: "Sam K.", role: "Barber Stylist", imageSrc: "http://img.b2bpic.net/free-photo/pleased-slavic-middle-aged-male-barber-uniform-holding-barber-tools-isolated-purple-wall_141793-91610.jpg"},
|
||||
]}
|
||||
title="Meet Your Barbers"
|
||||
description="Passionate professionals dedicated to your style."
|
||||
@@ -160,60 +112,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Darlene Ina",
|
||||
date: "Jan 2024",
|
||||
title: "Great Service",
|
||||
quote: "Friendly atmosphere, Good with Children, and received a good haircut.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-positive-blond-bearded-male-dressed-red-fleece-shirt-makes-conversation_613910-1800.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6207.jpg?_wi=2",
|
||||
imageAlt: "professional barber shop chair",
|
||||
},
|
||||
id: "1", name: "Darlene Ina", date: "Jan 2024", title: "Great Service", quote: "Friendly atmosphere, Good with Children, and received a good haircut.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-positive-blond-bearded-male-dressed-red-fleece-shirt-makes-conversation_613910-1800.jpg", imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6207.jpg?_wi=2", imageAlt: "professional barber shop chair"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Charles Lewis",
|
||||
date: "Feb 2024",
|
||||
title: "Solid Work",
|
||||
quote: "Great service, great staff!",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-cut-barber-shop4_23-2149186458.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg",
|
||||
imageAlt: "barber cutting hair sharp fade",
|
||||
},
|
||||
id: "2", name: "Charles Lewis", date: "Feb 2024", title: "Solid Work", quote: "Great service, great staff!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-cut-barber-shop4_23-2149186458.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg", imageAlt: "barber cutting hair sharp fade"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Diamond G.",
|
||||
date: "Mar 2024",
|
||||
title: "Confidence Boost",
|
||||
quote: "Thank you for the confidence you give people when they walk out of your chair.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-barber-wearing-uniform-stretching-out-hand-straight-razor-towards-camera-with-shaving-cream-applied-his-face-isolated-olive-green_141793-77716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7331.jpg",
|
||||
imageAlt: "sharp fade haircut close up",
|
||||
},
|
||||
id: "3", name: "Diamond G.", date: "Mar 2024", title: "Confidence Boost", quote: "Thank you for the confidence you give people when they walk out of your chair.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-barber-wearing-uniform-stretching-out-hand-straight-razor-towards-camera-with-shaving-cream-applied-his-face-isolated-olive-green_141793-77716.jpg", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7331.jpg", imageAlt: "sharp fade haircut close up"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anonymous",
|
||||
date: "Apr 2024",
|
||||
title: "Best Shop",
|
||||
quote: "Finally found a shop that handles my hair right every single time.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-vegetables-gesturing-thumb-up_23-2147700719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-18515.jpg",
|
||||
imageAlt: "barber beard grooming service",
|
||||
},
|
||||
id: "4", name: "Anonymous", date: "Apr 2024", title: "Best Shop", quote: "Finally found a shop that handles my hair right every single time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-vegetables-gesturing-thumb-up_23-2147700719.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-18515.jpg", imageAlt: "barber beard grooming service"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mike B.",
|
||||
date: "May 2024",
|
||||
title: "Consistent",
|
||||
quote: "Always consistent, clean, and professional. Highly recommended.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135985.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg?_wi=2",
|
||||
imageAlt: "professional barber portrait",
|
||||
},
|
||||
id: "5", name: "Mike B.", date: "May 2024", title: "Consistent", quote: "Always consistent, clean, and professional. Highly recommended.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135985.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg?_wi=2", imageAlt: "professional barber portrait"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Join our community of satisfied gentlemen."
|
||||
@@ -227,22 +134,14 @@ export default function LandingPage() {
|
||||
description="2959 Chapel Hill Rd, Douglasville, GA 30135. Open until 8 PM daily."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
required: true,
|
||||
name: "message", placeholder: "How can we help you?", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/putting-up-barber-shop-sign_23-2151961900.jpg"
|
||||
/>
|
||||
@@ -257,4 +156,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user