10 Commits

Author SHA1 Message Date
03e4134601 Update src/app/page.tsx 2026-03-27 19:20:24 +00:00
764572ccba Merge version_5 into main
Merge version_5 into main
2026-03-27 19:19:40 +00:00
efa866adcb Update src/app/page.tsx 2026-03-27 19:19:37 +00:00
ad3ca2d96c Merge version_4 into main
Merge version_4 into main
2026-03-27 19:18:57 +00:00
abb1ca7a14 Update src/app/page.tsx 2026-03-27 19:18:54 +00:00
3f6726c7d1 Merge version_3 into main
Merge version_3 into main
2026-03-27 19:18:34 +00:00
6f4d355423 Update src/app/page.tsx 2026-03-27 19:18:28 +00:00
c7ffcd966c Merge version_2 into main
Merge version_2 into main
2026-03-27 19:17:44 +00:00
c7fc289f93 Merge version_2 into main
Merge version_2 into main
2026-03-27 19:16:13 +00:00
7b951b99fa Merge version_2 into main
Merge version_2 into main
2026-03-27 19:15:49 +00:00

View File

@@ -55,7 +55,8 @@ export default function LandingPage() {
<MediaAbout <MediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="The Migo Touch" title="The Migo Touch"
description="With years of experience behind the chair, FlawLikeMigo is dedicated to providing more than just a haircut. We curate experiences that leave you feeling confident and sharp." tag="Come get right, best in the city I dont sell the cut I sell an experience"
description="FlawLikeMigo is a young, precision-focused barber based in Buda and Kyle, Texas—just a 15-minute drive from Austin. With years of experience behind the chair, we are dedicated to providing more than just a haircut; we curate a premium grooming experience designed to leave you feeling sharp, confident, and ready for anything."
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-getting-groomed-salon_23-2149220574.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-getting-groomed-salon_23-2149220574.jpg?_wi=2"
videoSrc="https://www.w3schools.com/howto/img_video.mp4?_wi=2" videoSrc="https://www.w3schools.com/howto/img_video.mp4?_wi=2"
/> />
@@ -72,12 +73,12 @@ export default function LandingPage() {
features: ["Precision Haircut", "Line-up", "Hot Towel Service"], features: ["Precision Haircut", "Line-up", "Hot Towel Service"],
}, },
{ {
id: "p2", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }], id: "p2", badge: "Design", price: "$35", subtitle: "Haircut with Eyebrows", buttons: [{ text: "Book", href: "#contact" }],
features: ["Signature Cut", "Beard Trim", "Facial Treatment"], features: ["Precision Haircut", "Eyebrow Grooming", "Line-up"],
}, },
{ {
id: "p3", badge: "Executive", price: "$85", subtitle: "The Migo Elite", buttons: [{ text: "Book", href: "#contact" }], id: "p3", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
features: ["Full Grooming", "Hot Towel", "Express Facial"], features: ["Signature Cut", "Beard Trim", "Facial Treatment"],
}, },
]} ]}
title="Services & Pricing" title="Services & Pricing"
@@ -131,4 +132,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }