Update src/app/page.tsx

This commit is contained in:
2026-03-06 19:14:28 +00:00
parent 18f6fdeff0
commit 5771f23abd

View File

@@ -36,7 +36,7 @@ export default function HomePage() {
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Etobicoke Barber" navItems={navItems} />
<NavbarStyleApple brandName="OzoelKutz" navItems={navItems} />
</div>
<div id="hero" data-section="hero">
@@ -71,7 +71,7 @@ export default function HomePage() {
<TextSplitAbout
title="About Us"
description={[
"Etobicoke Barber & Hairstyling is your premier destination for professional grooming services in the heart of Etobicoke, Ontario. With years of dedicated experience in men's barbering and styling, we pride ourselves on delivering exceptional results and a welcoming atmosphere for every client.", "Our team of skilled barbers combines traditional barbershop expertise with modern techniques to give you the perfect cut every time. We believe in building lasting relationships with our clients through quality service, attention to detail, and genuine hospitality. Whether you're looking for a classic cut, a sharp fade, or a complete grooming experience, we've got you covered."
"OzoelKutz is your premier destination for professional grooming services in the heart of Etobicoke, Ontario. With years of dedicated experience in men's barbering and styling, we pride ourselves on delivering exceptional results and a welcoming atmosphere for every client.", "Our team of skilled barbers combines traditional barbershop expertise with modern techniques to give you the perfect cut every time. We believe in building lasting relationships with our clients through quality service, attention to detail, and genuine hospitality. Whether you're looking for a classic cut, a sharp fade, or a complete grooming experience, we've got you covered."
]}
buttons={[
{
@@ -184,7 +184,7 @@ export default function HomePage() {
id: "4", name: "Tony S.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg", imageAlt: "Tony S., loyal client"
},
]}
cardTitle="Over 1,000+ satisfied customers trust Etobicoke Barber & Hairstyling for their grooming needs"
cardTitle="Over 1,000+ satisfied customers trust OzoelKutz for their grooming needs"
cardTag="Trusted by the community"
cardTagIcon={Heart}
cardAnimation="slide-up"
@@ -198,11 +198,11 @@ export default function HomePage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready for Your Next Great Haircut?"
description="Visit Etobicoke Barber & Hairstyling today. Walk-ins welcome, or book your appointment online for guaranteed availability. We look forward to serving you."
description="Visit OzoelKutz today. Walk-ins welcome, or book your appointment online for guaranteed availability. We look forward to serving you."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/studio-website-template_23-2147537143.jpg"
imageAlt="Location map for Etobicoke Barber & Hairstyling"
imageAlt="Location map for OzoelKutz"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
@@ -239,7 +239,7 @@ export default function HomePage() {
],
},
]}
copyrightText="© 2025 Etobicoke Barber & Hairstyling. All rights reserved."
copyrightText="© 2025 OzoelKutz. All rights reserved."
/>
</div>
</ThemeProvider>