Merge version_3 into main #3
@@ -26,8 +26,10 @@ export default function AboutPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact & Booking", id: "/contact-booking" }
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact and Booking", id: "/contact-booking" }
|
||||
]}
|
||||
brandName="Gentlemens HQ"
|
||||
button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }}
|
||||
@@ -38,6 +40,7 @@ export default function AboutPage() {
|
||||
<SplitAbout
|
||||
tag="Our Story"
|
||||
title="Over 15 Years of Craftsmanship"
|
||||
titleClassName="text-3xl"
|
||||
description="Founded on the principles of community, family, and precision, Gentlemens HQ has been a staple in Alpharetta since our doors first opened. We believe that a haircut is more than just a service—it's a ritual of care and connection."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-cutting-hair-client_23-2148733221.jpg"
|
||||
imagePosition="left"
|
||||
|
||||
@@ -25,8 +25,10 @@ export default function ContactBookingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact & Booking", id: "/contact-booking" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||
]}
|
||||
brandName="Gentlemens HQ"
|
||||
button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }}
|
||||
@@ -36,6 +38,7 @@ export default function ContactBookingPage() {
|
||||
<div id="contact-main" data-section="contact-main">
|
||||
<ContactSplit
|
||||
title="Send us a message"
|
||||
titleClassName="text-3xl"
|
||||
description="Have questions? Reach out to our team via phone at (770) 562-7668 or leave us a message below."
|
||||
tag="Contact"
|
||||
background={{ variant: "plain" }}
|
||||
|
||||
@@ -28,7 +28,7 @@ export default function GalleryPage() {
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||
]}
|
||||
brandName="Gentlemens HQ"
|
||||
button={{
|
||||
@@ -39,6 +39,7 @@ export default function GalleryPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardTwentyFour
|
||||
title="Our Gallery"
|
||||
titleClassName="text-3xl"
|
||||
description="Explore our premium barbershop interiors, skilled barbers at work, and our signature cuts and styles."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -33,7 +31,7 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact & Booking", id: "/contact-booking" },
|
||||
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||
]}
|
||||
brandName="Gentlemens HQ"
|
||||
button={{
|
||||
@@ -46,6 +44,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Gentlemens HQ"
|
||||
description="Alpharetta's premier grooming destination. Delivering confidence, craftsmanship, and professional care for over 15 years."
|
||||
logoClassName="text-3xl"
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" },
|
||||
]}
|
||||
@@ -97,4 +96,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -27,7 +27,7 @@ export default function ServicesPage() {
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||
]}
|
||||
brandName="Gentlemens HQ"
|
||||
button={{
|
||||
@@ -38,6 +38,7 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Services"
|
||||
titleClassName="text-3xl"
|
||||
description="Expert grooming tailored to your style."
|
||||
features={[
|
||||
{ id: "1", label: "Cuts", title: "Precision Scissor Cuts", items: ["Master stylist consultation", "Expert shaping and texturizing", "Scalp conditioning wash"] },
|
||||
|
||||
Reference in New Issue
Block a user