Merge version_2 into main #1
184
src/app/page.tsx
184
src/app/page.tsx
@@ -28,86 +28,23 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Top Xnotch Barbershop"
|
||||
brandName="Xnotch Barbershop"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Precision Cuts at Top Xnotch Barbershop"
|
||||
description="Experience superior grooming and classic styles in the heart of San Juan. Our master barbers ensure you leave looking your absolute best."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Precision Grooming at Xnotch Barbershop"
|
||||
description="Experience classic styles and modern techniques in the heart of San Juan. Our master barbers ensure every cut is a cut above the rest."
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard_23-2148242865.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-backpack-his-back_158595-3452.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-with-apron_23-2148138477.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Classic Cuts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Beard Grooming",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hot Towel Shave",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Fades",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Staff",
|
||||
},
|
||||
]}
|
||||
imageAlt="Professional barber cutting beard"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,120 +52,51 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Art of ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-24961.jpg",
|
||||
alt: "Barbershop interior",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Modern Grooming",
|
||||
},
|
||||
{ type: "text", content: "Setting the Standard for " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-24961.jpg", alt: "Barbershop quality" },
|
||||
{ type: "text", content: " Grooming Excellence" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="Top Xnotch Barbershop is hands down the best place for a cut in San Juan. Always professional and clean!"
|
||||
testimonial="Top-tier service every time. Clean, precise, and professional. The only shop I trust in the valley."
|
||||
rating={5}
|
||||
author="Marcus R."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-backpack-his-back_158595-3452.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-with-apron_23-2148138477.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg", alt: "Customer" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by the San Juan Community"
|
||||
description="Join hundreds of satisfied clients who trust Xnotch Barbershop for their grooming needs."
|
||||
names={[
|
||||
"Local Professionals",
|
||||
"San Juan Students",
|
||||
"Family Owned",
|
||||
"Top Rated",
|
||||
"Community Focused",
|
||||
]}
|
||||
title="Join Our Satisfied Clients"
|
||||
description="We pride ourselves on community focus and consistent results. Whether you need a fresh fade or a traditional shave, we are here for you."
|
||||
names={["Precision Fades", "Beard Trimming", "Hot Towel Shaves", "Professional Grooming", "Community Focused"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Get in touch"
|
||||
title="Visit Us Today"
|
||||
description="205 Nolana Loop Suite 12, San Juan, TX, 78589. Call us at (956) 223-4409. We are closed right now, but feel free to message us!"
|
||||
tag="Bookings & Location"
|
||||
title="Visit Us in San Juan"
|
||||
description="Address: 205 Nolana Loop Suite 12, San Juan, TX 78589 | Phone: (956) 223-4409. Stop by to see why we are the top-rated choice for quality cuts."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Xnotch Barbershop"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
|
||||
{ items: [{ label: "Reviews", href: "#reviews" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
logoText="Xnotch"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user