11 Commits

Author SHA1 Message Date
6a50e4d400 Merge version_19 into main
Merge version_19 into main
2026-03-31 18:57:29 +00:00
c07e31b6d7 Update src/app/styles/variables.css 2026-03-31 18:57:26 +00:00
3f78f65473 Update src/app/page.tsx 2026-03-31 18:57:25 +00:00
c761e36f2c Merge version_18 into main
Merge version_18 into main
2026-03-31 18:55:45 +00:00
d0a4c6ce2e Update src/app/page.tsx 2026-03-31 18:55:42 +00:00
7418321c80 Merge version_18 into main
Merge version_18 into main
2026-03-31 18:55:17 +00:00
f31c650bdc Update src/app/styles/variables.css 2026-03-31 18:55:13 +00:00
2e61100626 Update src/app/page.tsx 2026-03-31 18:55:13 +00:00
194a7cde36 Merge version_17 into main
Merge version_17 into main
2026-03-27 19:39:50 +00:00
d32895790c Update src/app/page.tsx 2026-03-27 19:39:44 +00:00
5991fb9a25 Merge version_16 into main
Merge version_16 into main
2026-03-27 19:36:58 +00:00
2 changed files with 26 additions and 36 deletions

View File

@@ -2,13 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; 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';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="smallMedium" contentWidth="smallMedium"
sizing="largeSizeMediumTitles" sizing="largeSizeMediumTitles"
background="floatingGradient" background="none"
cardStyle="solid" cardStyle="solid"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
@@ -31,6 +31,7 @@ export default function LandingPage() {
{ name: "Home", id: "home" }, { name: "Home", id: "home" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonial" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="FlawLikeMigo" brandName="FlawLikeMigo"
@@ -87,46 +88,35 @@ export default function LandingPage() {
</div> </div>
<div id="testimonial" data-section="testimonial"> <div id="testimonial" data-section="testimonial">
<TestimonialCardSix <TestimonialCardTwo
animationType="slide-up" animationType="blur-reveal"
textboxLayout="default" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ title="Client Reviews"
{ description="What our community has to say about the Migo experience."
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"}, testimonials={[]}
{
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"},
{
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"}
]}
title="What Clients Say"
description="Don't just take our word for it."
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplit
useInvertedBackground={false} tag="Book Now"
title="Schedule Your Visit (512-504-6134)" 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={[ background={{ variant: "plain" }}
{ name: "name", type: "text", placeholder: "Your Name", required: true }, useInvertedBackground={false}
{ name: "email", type: "email", placeholder: "Your Email", required: true }, mediaPosition="right"
]}
textarea={{
name: "message", 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"
videoSrc="https://www.w3schools.com/howto/img_video.mp4?_wi=3"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterBase
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#home" }, { label: "Pricing", href: "#pricing" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Terms", href: "#" }] }
]}
logoText="FlawLikeMigo" logoText="FlawLikeMigo"
leftLink={{ text: "Instagram", href: "https://instagram.com" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -13,12 +13,12 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #1a1a1a; --foreground: #1a1a1a;
--primary-cta: #15479c; --primary-cta: #1c1c1c;
--primary-cta-text: #f5f4f0; --primary-cta-text: #f5f4f0;
--secondary-cta: #f9f9f9; --secondary-cta: #f0f0f0;
--secondary-cta-text: #1a1a1a; --secondary-cta-text: #1a1a1a;
--accent: #e2e2e2; --accent: #e5e5e5;
--background-accent: #c4c4c4; --background-accent: #f4f4f4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);