4 Commits

Author SHA1 Message Date
c990c5b5be Update src/app/page.tsx 2026-03-27 19:27:14 +00:00
749a476842 Merge version_11 into main
Merge version_11 into main
2026-03-27 19:25:38 +00:00
e663d07c35 Update src/app/page.tsx 2026-03-27 19:25:35 +00:00
6355632b75 Merge version_10 into main
Merge version_10 into main
2026-03-27 19:24:44 +00:00

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroCarouselLogo
logoText="FlawLikeMigo"
description="Precision grooming and premium barber services. Experience a cut designed to elevate your personal style."
description="Serving Buda, Kyle, and the greater Austin area—elevating your style with precision."
buttons={[
{ text: "Book Appointment", href: "#contact" },
]}
@@ -77,7 +77,7 @@ export default function LandingPage() {
features: ["Precision Haircut", "Custom Design", "Black Mask Treatment", "Eyebrow Grooming"],
},
{
id: "p3", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
id: "p3", badge: "Complete", price: "$50", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
features: ["Signature Cut", "Beard Trim", "Facial Treatment"],
},
]}