Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-19 21:01:06 +00:00

View File

@@ -9,7 +9,6 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
@@ -33,7 +32,6 @@ export default function LandingPage() {
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
]}
brandName="Scissors Edge"
@@ -83,22 +81,6 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={false}
title="Meet the Artists"
tag="Our Crew"
membersAnimation="opacity"
members={[
{ id: "m1", name: "Marcus", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754690.jpg" },
{ id: "m2", name: "Elena", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-jacket-grey-background_613910-10206.jpg" },
{ id: "m3", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg" },
{ id: "m4", name: "Sam", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg" },
]}
memberVariant="card"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
@@ -108,8 +90,6 @@ export default function LandingPage() {
{ id: "1", name: "Alex P.", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149457620.jpg" },
{ id: "2", name: "Jamie R.", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-groom_1153-295.jpg" },
{ id: "3", name: "Jordan M.", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-barber-holding-hair-clippers-winner-cup-isolated-olive-green_141793-84218.jpg" },
{ id: "4", name: "Taylor W.", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-hipster-male-dressed-blue-jacket-grey-background_613910-11969.jpg" },
{ id: "5", name: "Casey L.", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hair-salon_23-2150665422.jpg" },
]}
kpiItems={[
{ value: "1.2k+", label: "Happy Clients" },
@@ -156,4 +136,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}