Compare commits
8 Commits
version_9
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| ad5e4c087e | |||
| aaceed4826 | |||
| c990c5b5be | |||
| 749a476842 | |||
| e663d07c35 | |||
| 6355632b75 | |||
| bfaf78322f | |||
| cc2d1837ad |
@@ -40,13 +40,13 @@ 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" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/combs-brushes_23-2147711617.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-groomed-salon_23-2149220574.jpg?_wi=1" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXcDHoKBX1pK6RdszTOwD4Yhel/uploaded-1774639907880-qdv0qs1a.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXcDHoKBX1pK6RdszTOwD4Yhel/uploaded-1774639907880-gfi2j7xb.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,16 +68,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1", badge: "Signature", price: "$45", subtitle: "Full service hair cut with design, black mask, and eyebrows", buttons: [{ text: "Book", href: "#contact" }],
|
||||
features: ["Precision Haircut", "Custom Design", "Black Mask Treatment", "Eyebrow Grooming"],
|
||||
},
|
||||
{
|
||||
id: "p2", badge: "Classic", price: "$35", subtitle: "Haircut with Eyebrows", buttons: [{ text: "Book", href: "#contact" }],
|
||||
features: ["Precision Haircut", "Eyebrow Grooming", "Line-up"],
|
||||
},
|
||||
{
|
||||
id: "p3", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
|
||||
id: "p1", badge: "Signature", price: "$45", subtitle: "Full service hair cut with design, black mask, and eyebrows", buttons: [{ text: "Book", href: "#contact" }],
|
||||
features: ["Precision Haircut", "Custom Design", "Black Mask Treatment", "Eyebrow Grooming"],
|
||||
},
|
||||
{
|
||||
id: "p3", badge: "Complete", price: "$50", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
|
||||
features: ["Signature Cut", "Beard Trim", "Facial Treatment"],
|
||||
},
|
||||
]}
|
||||
@@ -132,4 +132,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user