Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-17 21:08:23 +00:00
2 changed files with 21 additions and 23 deletions

View File

@@ -8,9 +8,9 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Scissors, Clock, Zap, Calendar } from "lucide-react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Scissors, Clock, Zap, Calendar, MapPin, Phone, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -203,26 +203,24 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
<ContactCenter
tag="Book Your Appointment"
title="Limited Availability. Reserve Your Slot."
description="Spots fill fast. Enter your email to check availability and book your next cut. Premium service for serious clients only."
title="Urban Style Meets Precision. Drop a Line."
description="Street-style booking for serious clients. Hit us up with your details and we'll lock you in. No fluff, just quality cuts and respect for your time."
tagIcon={Calendar}
background={{ variant: "radial-gradient" }}
background={{ variant: "canvas-reveal" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/hair-supplies-paper-bag_23-2148352906.jpg"
imageAlt="Professional barber tools"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email to book"
buttonText="Check Availability"
termsText="By booking you confirm availability and agree to our cancellation policy. 24-hour notice required for rescheduling."
inputPlaceholder="Drop your email"
buttonText="Lock In Your Cut"
termsText="By booking you're confirming alignment with our vibe and agree to the 24-hour cancellation policy. Keep it real."
ariaLabel="Contact section - Book appointment"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/hair-supplies-paper-bag_23-2148352906.jpg"
imageAlt="Professional barber tools"
columns={[
{
title: "Quick Links", items: [
@@ -249,7 +247,7 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2024 Isaiah Boire Elite Barber. Premium cuts for serious clients only."
copyrightText="© 2024 Isaiah Boire Elite Barber. Urban precision. Street respect."
ariaLabel="Footer section"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffff00;
--primary-cta: #ff3333;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta: #00ff00;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--accent: #ff00ff;
--background-accent: #ff6600;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);