Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e930e9240 | |||
| 1e31e9438f | |||
| dc0d696a7f | |||
| 8e4938bac6 | |||
| e951265bd7 | |||
| 7587099200 | |||
| 80c018b811 | |||
| 8786b97318 | |||
| e12cf0e0c5 |
@@ -26,8 +26,10 @@ export default function AboutPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact & Booking", id: "/contact-booking" }
|
{ name: "Gallery", id: "/gallery" },
|
||||||
|
{ name: "Contact and Booking", id: "/contact-booking" }
|
||||||
]}
|
]}
|
||||||
brandName="Gentlemens HQ"
|
brandName="Gentlemens HQ"
|
||||||
button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }}
|
button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }}
|
||||||
@@ -38,6 +40,7 @@ export default function AboutPage() {
|
|||||||
<SplitAbout
|
<SplitAbout
|
||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
title="Over 15 Years of Craftsmanship"
|
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."
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/barber-cutting-hair-client_23-2148733221.jpg"
|
||||||
imagePosition="left"
|
imagePosition="left"
|
||||||
|
|||||||
@@ -25,8 +25,10 @@ export default function ContactBookingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact & Booking", id: "/contact-booking" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
|
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||||
]}
|
]}
|
||||||
brandName="Gentlemens HQ"
|
brandName="Gentlemens HQ"
|
||||||
button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }}
|
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">
|
<div id="contact-main" data-section="contact-main">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
title="Send us a message"
|
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."
|
description="Have questions? Reach out to our team via phone at (770) 562-7668 or leave us a message below."
|
||||||
tag="Contact"
|
tag="Contact"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export default function GalleryPage() {
|
|||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||||
]}
|
]}
|
||||||
brandName="Gentlemens HQ"
|
brandName="Gentlemens HQ"
|
||||||
button={{
|
button={{
|
||||||
@@ -39,6 +39,7 @@ export default function GalleryPage() {
|
|||||||
<div id="gallery" data-section="gallery">
|
<div id="gallery" data-section="gallery">
|
||||||
<FeatureCardTwentyFour
|
<FeatureCardTwentyFour
|
||||||
title="Our Gallery"
|
title="Our Gallery"
|
||||||
|
cardTitleClassName="text-3xl"
|
||||||
description="Explore our premium barbershop interiors, skilled barbers at work, and our signature cuts and styles."
|
description="Explore our premium barbershop interiors, skilled barbers at work, and our signature cuts and styles."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
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 FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -33,7 +31,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
{ name: "Contact & Booking", id: "/contact-booking" },
|
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||||
]}
|
]}
|
||||||
brandName="Gentlemens HQ"
|
brandName="Gentlemens HQ"
|
||||||
button={{
|
button={{
|
||||||
@@ -46,6 +44,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
logoText="Gentlemens HQ"
|
logoText="Gentlemens HQ"
|
||||||
description="Alpharetta's premier grooming destination. Delivering confidence, craftsmanship, and professional care for over 15 years."
|
description="Alpharetta's premier grooming destination. Delivering confidence, craftsmanship, and professional care for over 15 years."
|
||||||
|
logoClassName="text-3xl"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Appointment", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" },
|
{ text: "Book Your Appointment", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" },
|
||||||
]}
|
]}
|
||||||
@@ -97,4 +96,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -27,7 +27,7 @@ export default function ServicesPage() {
|
|||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||||
]}
|
]}
|
||||||
brandName="Gentlemens HQ"
|
brandName="Gentlemens HQ"
|
||||||
button={{
|
button={{
|
||||||
@@ -38,6 +38,7 @@ export default function ServicesPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our Services"
|
title="Our Services"
|
||||||
|
cardTitleClassName="text-3xl"
|
||||||
description="Expert grooming tailored to your style."
|
description="Expert grooming tailored to your style."
|
||||||
features={[
|
features={[
|
||||||
{ id: "1", label: "Cuts", title: "Precision Scissor Cuts", items: ["Master stylist consultation", "Expert shaping and texturizing", "Scalp conditioning wash"] },
|
{ 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