Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-18 05:04:34 +00:00

View File

@@ -12,7 +12,6 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { CheckCircle, Facebook, Instagram, Scissors } from "lucide-react";
export default function LandingPage() {
return (
@@ -60,15 +59,19 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wallpaper-pattern-wooden-background-job-career-concept_53876-143260.jpg"
bulletPoints={[{ title: "Craftsmanship", description: "Masters of the trade." }, { title: "Environment", description: "Modern and relaxing." }]}
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features">
<FeatureCardSixteen
title="Our Standards"
description="What sets us apart."
negativeCard={{ items: ["Uneven finishes", "Rushed sessions"] }}
positiveCard={{ items: ["Perfect fades", "Consultation focused"] }}
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -78,10 +81,12 @@ export default function LandingPage() {
description="Professional products to maintain your look."
products={[
{ id: "p1", name: "Beard Oil", price: "$25", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-medical-sample_23-2148440028.jpg" },
{ id: "p2", name: "Styling Clay", price: "$28", variant: "Matte", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bearded-senior-man-holding-serum_23-2148621174.jpg" }
{ id: "p2", name: "Styling Clay", price: "$28", variant: "Matte", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bearded-senior-man-holding-serum_23-2148621174.jpg" },
{ id: "p3", name: "Shampoo", price: "$20", variant: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-sewing-machine_23-2150315196.jpg" }
]}
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
/>
</div>
@@ -89,26 +94,32 @@ export default function LandingPage() {
<div id="team" data-section="team">
<TeamCardEleven
title="Our Experts"
description="Meet the team behind the craft."
groups={[{ id: "g1", groupTitle: "Barbers", members: [{ id: "m1", title: "David", subtitle: "Founder", detail: "12 years of experience." }] }]}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Client Stories"
description="What our clients say."
testimonials={[{ id: "t1", title: "Excellent", quote: "Professional shop!", name: "Alex R.", role: "Client" }]}
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
title="Common Questions"
description="Everything you need to know."
faqs={[{ id: "f1", title: "Do I need an appointment?", content: "Yes, we recommend booking online." }]}
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -117,6 +128,7 @@ export default function LandingPage() {
title="Visit Us"
description="Book your next session today."
inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]}
useInvertedBackground={false}
/>
</div>