Update src/app/page.tsx

This commit is contained in:
2026-05-08 18:54:20 +00:00
parent dc0eba1670
commit 59082cb2e9

View File

@@ -9,8 +9,9 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Star } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -95,33 +96,34 @@ export default function LandingPage() {
</div> </div>
<div id="team" data-section="team"> <div id="team" data-section="team">
<TeamCardFive <TeamCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="inline-image" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
team={[ gridVariant="three-columns-all-equal-width"
{ id: "1", name: "Ammar", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg?_wi=1" },
{ id: "2", name: "John", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-with-shaving-foam-his-face-shaving-himself-using-razor-standing-purple-wall_141793-50724.jpg" },
{ id: "3", name: "David", role: "Barber Stylist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-with-tattooed-crossed-arms-grey-background_613910-1610.jpg" }
]}
title="Meet Your Barbers" title="Meet Your Barbers"
description="The masters of the craft dedicated to your style." description="The masters of the craft dedicated to your style."
members={[
{ id: "1", name: "Ammar", role: "Master Barber", description: "With over 15 years of experience, Ammar brings a unique vision to every cut.", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg?_wi=1" },
{ id: "2", name: "John", role: "Senior Barber", description: "John specializes in modern grooming techniques and precision fade work.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-with-shaving-foam-his-face-shaving-himself-using-razor-standing-purple-wall_141793-50724.jpg" },
{ id: "3", name: "David", role: "Barber Stylist", description: "David focuses on bringing current fashion trends into every barbershop experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-with-tattooed-crossed-arms-grey-background_613910-1610.jpg" }
]}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFive <TestimonialCardSix
textboxLayout="split" animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Alex R.", date: "Oct 2023", title: "Great Experience", quote: "The best haircut in town, bar none.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg?_wi=2" },
{ id: "2", name: "Ben S.", date: "Sept 2023", title: "Highly Recommend", quote: "Clean, professional, and excellent quality.", tag: "First Timer", avatarSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102219.jpg" },
{ id: "3", name: "Chris M.", date: "Aug 2023", title: "Mastery", quote: "Ammar truly knows what works for my hair type.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-man-bathroom_23-2150323118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/client-getting-beard-shaving-barber-shop_1163-2028.jpg" },
{ id: "4", name: "Dan K.", date: "Aug 2023", title: "Top Notch", quote: "Always leave looking sharp.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-long-hair-wearing-casual-clothes-pointing-thumb-up-side-smiling-happy-with-open-mouth_839833-12966.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg" },
{ id: "5", name: "Eric P.", date: "July 2023", title: "Consistent", quote: "Reliable and precise service every single time.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/man-apron-posing-with-coffee-machine-component_23-2148366661.jpg", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg?_wi=2" }
]}
title="Client Stories" title="Client Stories"
description="Don't take our word for it, hear what our community says." description="See why our clients choose us for their regular grooming needs."
testimonials={[
{ id: "1", name: "Alex R.", handle: "@alexr", testimonial: "The best haircut in town, bar none. Always professional and precise.", icon: Star },
{ id: "2", name: "Ben S.", handle: "@bens", testimonial: "Clean, professional, and excellent quality. Highly recommend.", icon: Star },
{ id: "3", name: "Chris M.", handle: "@chrism", testimonial: "Ammar truly knows what works for my hair type. Amazing results.", icon: Star },
{ id: "4", name: "Dan K.", handle: "@dank", testimonial: "Always leave looking sharp. The attention to detail is unmatched.", icon: Star }
]}
/> />
</div> </div>