6 Commits

Author SHA1 Message Date
d31157387d Update src/app/page.tsx 2026-04-24 14:21:35 +00:00
92b8ece93a Merge version_2 into main
Merge version_2 into main
2026-04-24 14:15:20 +00:00
fcea7c3228 Update src/app/page.tsx 2026-04-24 14:15:13 +00:00
f7991f1ad4 Merge version_1 into main
Merge version_1 into main
2026-04-24 14:12:36 +00:00
8dbb0ec37c Merge version_1 into main
Merge version_1 into main
2026-04-24 14:12:07 +00:00
7953ff719c Merge version_1 into main
Merge version_1 into main
2026-04-24 14:11:36 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="More Than a Cut — Its a Full Experience."
description="Fresh cuts. Clean rides. Good food. Cold drinks. All in one spot."
description="Save time by getting your haircut and car washed in one seamless visit."
buttons={[
{
text: "Book Appointment", href: "#booking"},
@@ -135,7 +135,7 @@ export default function LandingPage() {
id: "5", name: "Trey K.", date: "Jun 2023", title: "Regular", quote: "The food truck burgers are fire, best hidden gem.", tag: "Great Eats", avatarSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205930.jpg", imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-with-bright-bowls-cereal-table_23-2147961811.jpg?_wi=2", imageAlt: "happy client after haircut"},
]}
title="What Our Community Says"
description="Rated 4.6 Stars by over 150 satisfied customers in Atlanta."
description="Trusted by 150+ locals in Atlanta—see why they make us their go-to spot."
/>
</div>
@@ -200,4 +200,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}