4 Commits

Author SHA1 Message Date
9fb5953fec Remove watermark 2026-03-27 19:17:38 +00:00
45bbd06355 Update src/app/page.tsx 2026-03-27 19:16:10 +00:00
981ca8824e Update src/app/page.tsx 2026-03-27 19:15:46 +00:00
3689924c69 Merge version_1 into main
Merge version_1 into main
2026-03-27 19:12:51 +00:00
2 changed files with 29 additions and 129 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import "@/lib/gsap-setup"; import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Nunito_Sans } from "next/font/google"; import { Nunito_Sans } from "next/font/google";
@@ -34,7 +33,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${nunitoSans.variable} antialiased`}> <body className={`${nunitoSans.variable} antialiased`}>
<Tag />
{children} {children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
@@ -28,39 +28,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "home" },
name: "Home", { name: "About", id: "about" },
id: "home", { name: "Pricing", id: "pricing" },
}, { name: "Contact", id: "contact" },
{
name: "About",
id: "about",
},
{
name: "Pricing",
id: "pricing",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="FlawLikeMigo" brandName="FlawLikeMigo"
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroOverlay <HeroCarouselLogo
title="Precision grooming by FlawLikeMigo" logoText="FlawLikeMigo"
description="Transforming your look with sharp cuts, clean fades, and impeccable attention to detail. Experience the difference of true craftsmanship." description="Precision grooming and premium barber services. Experience a cut designed to elevate your personal style."
buttons={[ buttons={[
{ { text: "Book Appointment", href: "#contact" },
text: "Book Your Cut", ]}
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="http://img.b2bpic.net/free-photo/combs-brushes_23-2147711617.jpg"
videoSrc="https://www.w3schools.com/howto/img_video.mp4?_wi=1"
/> />
</div> </div>
@@ -69,7 +56,7 @@ export default function LandingPage() {
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." 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."
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-getting-groomed-salon_23-2149220574.jpg" 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"
/> />
</div> </div>
@@ -81,55 +68,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "p1", id: "p1", badge: "Most Popular", price: "$45", subtitle: "The Signature Cut", buttons: [{ text: "Book", href: "#contact" }],
badge: "Most Popular", features: ["Precision Haircut", "Line-up", "Hot Towel Service"],
price: "$45",
subtitle: "The Signature Cut",
buttons: [
{
text: "Book",
href: "#contact",
},
],
features: [
"Precision Haircut",
"Line-up",
"Hot Towel Service",
],
}, },
{ {
id: "p2", id: "p2", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
badge: "Complete", features: ["Signature Cut", "Beard Trim", "Facial Treatment"],
price: "$65",
subtitle: "Full Grooming",
buttons: [
{
text: "Book",
href: "#contact",
},
],
features: [
"Signature Cut",
"Beard Trim",
"Facial Treatment",
],
}, },
{ {
id: "p3", id: "p3", badge: "Executive", price: "$85", subtitle: "The Migo Elite", buttons: [{ text: "Book", href: "#contact" }],
badge: "Executive", features: ["Full Grooming", "Hot Towel", "Express Facial"],
price: "$85",
subtitle: "The Migo Elite",
buttons: [
{
text: "Book",
href: "#contact",
},
],
features: [
"Full Grooming",
"Hot Towel",
"Express Facial",
],
}, },
]} ]}
title="Services & Pricing" title="Services & Pricing"
@@ -144,40 +92,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "James R.", handle: "@jamesr", testimonial: "Best fade I've had in years. Migo is a perfectionist.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-sitting-isolated-grey_171337-10568.jpg?_wi=1"},
name: "James R.",
handle: "@jamesr",
testimonial: "Best fade I've had in years. Migo is a perfectionist.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-sitting-isolated-grey_171337-10568.jpg?_wi=1",
},
{ {
id: "t2", id: "t2", name: "Marcus W.", handle: "@m_w", testimonial: "Clean, sharp, and consistent. The service is always top tier.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-barber-holding-hair-clippers-winner-cup-isolated-olive-green_141793-84218.jpg"},
name: "Marcus W.",
handle: "@m_w",
testimonial: "Clean, sharp, and consistent. The service is always top tier.",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-barber-holding-hair-clippers-winner-cup-isolated-olive-green_141793-84218.jpg",
},
{ {
id: "t3", id: "t3", name: "David L.", handle: "@dl_styles", testimonial: "Top quality service. I walk out feeling like a new man every time.", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506233.jpg"}
name: "David L.",
handle: "@dl_styles",
testimonial: "Top quality service. I walk out feeling like a new man every time.",
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506233.jpg",
},
{
id: "t4",
name: "Chris B.",
handle: "@chrisb",
testimonial: "Great vibes, even better cuts. Migo knows his craft.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-getting-haircut_23-2149220536.jpg",
},
{
id: "t5",
name: "Alex P.",
handle: "@alexp",
testimonial: "Consistently the best barbershop experience in the city. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-sitting-isolated-grey_171337-10568.jpg?_wi=2",
},
]} ]}
title="What Clients Say" title="What Clients Say"
description="Don't just take our word for it." description="Don't just take our word for it."
@@ -190,23 +109,11 @@ export default function LandingPage() {
title="Schedule Your Visit" title="Schedule Your Visit"
description="Ready to get fresh? Reach out and let's get you on the schedule." description="Ready to get fresh? Reach out and let's get you on the schedule."
inputs={[ inputs={[
{ { name: "name", type: "text", placeholder: "Your Name", required: true },
name: "name", { name: "email", type: "email", placeholder: "Your Email", required: true },
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Which service do you need?", required: true,
placeholder: "Which service do you need?",
required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg" imageSrc="http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -217,14 +124,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="FlawLikeMigo" logoText="FlawLikeMigo"
leftLink={{ leftLink={{ text: "Instagram", href: "https://instagram.com" }}
text: "Instagram", rightLink={{ text: "Terms of Service", href: "#" }}
href: "https://instagram.com",
}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>