@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<divid="nav"data-section="nav">
<NavbarStyleCentered
brandName="Elite Barbershop"
brandName="Shine Auto Detailing"
navItems={[
{name:"About",id:"about"},
{name:"Services",id:"services"},
@@ -34,20 +34,20 @@ export default function LandingPage() {
{name:"Contact",id:"contact"}
]}
button={{
text:"Book Appointment",href:"contact"
text:"Get a Free Quote",href:"contact"
}}
/>
</div>
<divid="hero"data-section="hero">
<HeroSplit
title="Precision Haircuts. Clean Fades. Professional Service."
description="At Elite Barbershop, we specialize in modern haircuts and classic styles. Our experienced barbers focus on quality, attention to detail, and making every client leave looking their best."
title="Shine Auto Detailing"
description="Professional car detailing that makes your vehicle look brand new. At Shine Auto Detailing, we specialize in high-quality interior and exterior cleaning services. Our goal is to restore your car's shine and protect it from everyday wear."
background={{variant:"plain"}}
buttons={[{text:"Book an Appointment",href:"contact"}]}
buttons={[{text:"Get a Free Quote",href:"contact"}]}
@@ -56,7 +56,7 @@ export default function LandingPage() {
<divid="about"data-section="about">
<TextAbout
title="Elite Barbershop is a modern neighborhood barbershop dedicated to providing high-quality grooming services. Our team of skilled barbers takes pride in delivering clean fades, sharp lineups, and professional service in a comfortable environment. Whether you're looking for a quick trim or a full haircut and beard service, we make sure every client leaves confident and satisfied."
title="Shine Auto Detailing is dedicated to providing professional detailing services that leave every vehicle looking spotless. Our team focuses on attention to detail, high-quality cleaning products, and excellent customer service. Whether you need a quick exterior wash or a full interior deep clean, we make sure every car leaves looking its best."
useInvertedBackground={false}
buttonAnimation="slide-up"
/>
@@ -65,29 +65,29 @@ export default function LandingPage() {
<divid="services"data-section="services">
<FeatureCardTwelve
title="Our Services"
description="Premium grooming services tailored to your style and needs"
description="Comprehensive detailing solutions for every vehicle need"
@@ -128,23 +128,23 @@ export default function LandingPage() {
<divid="reviews"data-section="reviews">
<TestimonialCardFifteen
testimonial="Best haircut I've had in years. The barbers are skilled, attentive, and truly care about their craft. Great service in a clean, modern shop. Highly recommend!"
testimonial="My car looks brand new again after Shine Auto Detailing's service. The team is professional, thorough, and truly cares about making vehicles look their absolute best. I highly recommend them!"
@@ -153,23 +153,23 @@ export default function LandingPage() {
<divid="contact"data-section="contact">
<ContactFaq
ctaTitle="Book Your Appointment"
ctaDescription="Call us to schedule your next visit and experience the Elite Barbershop difference."
ctaTitle="Get Your Free Quote"
ctaDescription="Contact Shine Auto Detailing today to book your appointment and experience professional car detailing."
ctaButton={{
text:"Call Now",href:"tel:(555)123-4567"
text:"Call Now",href:"tel:(555)987-6543"
}}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
faqs={[
{
id:"1",title:"What are your hours?",content:"Monday–Friday: 9 AM –7 PM<br/>Saturday: 9 AM –6 PM<br/>Sunday: Closed"
id:"1",title:"What are your hours of operation?",content:"Monday–Friday: 9 AM –6 PM<br/>Saturday: 9 AM –5 PM<br/>Sunday: Closed"
},
{
id:"2",title:"Where are you located?",content:"Elite Barbershop is located in Houston, Texas. We're easily accessible and offer ample parking for your convenience."
id:"2",title:"Where are you located?",content:"Shine Auto Detailing is located in Houston, Texas. We have convenient parking and are easily accessible for all your vehicle detailing needs."
},
{
id:"3",title:"Do you take walk-ins?",content:"Yes, we welcome walk-ins! However, we recommend calling ahead during peak hours to minimize wait times."
id:"3",title:"Do you offer mobile detailing?",content:"We primarily operate at our Houston location, but contact us to discuss your specific needs. We may be able to accommodate special requests."
},
{
id:"4",title:"What payment methods do you accept?",content:"We accept cash, credit cards, and digital payments for your convenience."
@@ -180,7 +180,7 @@ export default function LandingPage() {
<divid="footer"data-section="footer">
<FooterLogoEmphasis
logoText="Elite Barbershop"
logoText="Shine Auto Detailing"
columns={[
{
items:[
@@ -192,15 +192,15 @@ export default function LandingPage() {
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.