Merge version_4 into main #5
@@ -33,6 +33,7 @@ export default function AboutPage() {
|
||||
]}
|
||||
brandName="Gentlemens HQ"
|
||||
button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }}
|
||||
topBarButton={{ text: "Home", href: "/" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,4 +74,4 @@ export default function AboutPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,6 +32,7 @@ export default function ContactBookingPage() {
|
||||
]}
|
||||
brandName="Gentlemens HQ"
|
||||
button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }}
|
||||
topBarButton={{ text: "Home", href: "/" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,4 +60,4 @@ export default function ContactBookingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,47 +25,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
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" }}
|
||||
topBarButton={{ text: "Home", href: "/" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-info" data-section="contact-info">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Visit us at 5155 Atlanta Hwy #9, Alpharetta GA 30004. Call (770) 562-7668. Hours: Tue-Fri 9am-6pm, Sat 10am-3pm."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N",
|
||||
},
|
||||
{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,9 +51,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Find us"
|
||||
title="Located in Alpharetta"
|
||||
description="Centrally located to serve the community."
|
||||
@@ -87,49 +63,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "5155 Atlanta Hwy #9",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Alpharetta, GA 30004",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(770) 562-7668",
|
||||
href: "tel:7705627668",
|
||||
},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Information", items: [{ label: "Services", href: "/services" }, { label: "About", href: "/about" }, { label: "Gallery", href: "/gallery" }] },
|
||||
{ title: "Location", items: [{ label: "5155 Atlanta Hwy #9", href: "#" }, { label: "Alpharetta, GA 30004", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "(770) 562-7668", href: "tel:7705627668" }, { label: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }] },
|
||||
]}
|
||||
logoText="Gentlemens HQ"
|
||||
/>
|
||||
|
||||
@@ -31,8 +31,8 @@ export default function GalleryPage() {
|
||||
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||
]}
|
||||
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" }}
|
||||
topBarButton={{ text: "Home", href: "/" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,4 +68,4 @@ export default function GalleryPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Award, Star, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -34,8 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||
]}
|
||||
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" }}
|
||||
topBarButton={{ text: "Home", href: "/" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,16 +67,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
showRating={true}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ray Drummond", handle: "5 Stars", testimonial: "Been coming here for 20 years since they opened, amazing people all especially Angela who is always upbeat and gives a superb haircut.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2900.jpg" },
|
||||
{ id: "2", name: "Ryan Carter", handle: "5 Stars", testimonial: "I have been going here for over 2 years. I have seen 3 different barbers and all were great. Everyone is friendly and professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-bearded-male-dressed-red-fleece-shirt-grey-background_613910-13481.jpg" },
|
||||
{ id: "3", name: "Jacob Dodd", handle: "5 Stars", testimonial: "Madisyn is awesome. She has been cutting my son and myself for several months. Would highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sideways-portrait-man-getting-haircut_23-2148224304.jpg" },
|
||||
{ id: "4", name: "Antonio", handle: "5 Stars", testimonial: "They are very friendly and make you feel like family the moment you enter. The southern hospitality brings a smile to all.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-male-with-haircut-dressed-shirt-jacket-with-backpack-standing-park_613910-19391.jpg" },
|
||||
{ id: "5", name: "Mark Scheller", handle: "5 Stars", testimonial: "I love these folks. They provide first rate hair service and a most welcoming environment. No waiting in line!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11927.jpg" },
|
||||
{ id: "1", name: "Ray Drummond", handle: "5 Stars", rating: 5, testimonial: "Been coming here for 20 years since they opened, amazing people all especially Angela who is always upbeat and gives a superb haircut.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2900.jpg" },
|
||||
{ id: "2", name: "Ryan Carter", handle: "5 Stars", rating: 5, testimonial: "I have been going here for over 2 years. I have seen 3 different barbers and all were great. Everyone is friendly and professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-bearded-male-dressed-red-fleece-shirt-grey-background_613910-13481.jpg" },
|
||||
{ id: "3", name: "Jacob Dodd", handle: "5 Stars", rating: 5, testimonial: "Madisyn is awesome. She has been cutting my son and myself for several months. Would highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sideways-portrait-man-getting-haircut_23-2148224304.jpg" },
|
||||
{ id: "4", name: "Antonio", handle: "5 Stars", rating: 5, testimonial: "They are very friendly and make you feel like family the moment you enter. The southern hospitality brings a smile to all.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-male-with-haircut-dressed-shirt-jacket-with-backpack-standing-park_613910-19391.jpg" },
|
||||
{ id: "5", name: "Mark Scheller", handle: "5 Stars", rating: 5, testimonial: "I love these folks. They provide first rate hair service and a most welcoming environment. No waiting in line!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11927.jpg" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Building trust and family atmosphere for over 15 years."
|
||||
@@ -96,4 +97,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,8 +30,8 @@ export default function ServicesPage() {
|
||||
{ name: "Contact and Booking", id: "/contact-booking" },
|
||||
]}
|
||||
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" }}
|
||||
topBarButton={{ text: "Home", href: "/" }}
|
||||
/>
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
@@ -61,4 +61,4 @@ export default function ServicesPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user