Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-23 08:06:58 +00:00

View File

@@ -7,7 +7,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -33,8 +32,6 @@ export default function LandingPage() {
name: "About", id: "about"},
{
name: "Services", id: "services"},
{
name: "Team", id: "team"},
{
name: "Reviews", id: "reviews"},
{
@@ -120,28 +117,6 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={false}
title="Meet the Masters."
tag="Our Crew"
membersAnimation="slide-up"
members={[
{
id: "sam", name: "Sam", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-isolated-handsome-fashionable-tattooed-man-with-fuzzy-beard-shaved-head-posing-indoors-with-arms-folded-having-confident-facial-expression_343059-1711.jpg"},
{
id: "hadi", name: "Hadi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg"},
{
id: "anmar", name: "Anmar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg"},
{
id: "laith", name: "Laith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149220533.jpg"},
{
id: "omar", name: "Omar", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg"},
]}
memberVariant="card"
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardOne
animationType="slide-up"
@@ -191,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}