Merge version_2 into main #8

Merged
bender merged 1 commits from version_2 into main 2026-03-07 11:18:44 +00:00

View File

@@ -148,8 +148,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
planTitleClassName="text-2xl font-bold"
cardClassName="ring-2 ring-offset-2 ring-primary"
/>
</div>
@@ -157,8 +155,8 @@ export default function LandingPage() {
<TeamCardTen
title="Meet the Barbers"
tag="The Craftsmen"
tagIcon={Users}
tagAnimation="slide-up"
membersAnimation="slide-up"
members={[
{
id: "1", name: "Vilius", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-scissors-comb-looking-camera-with-serious-face-standing-orange-background_141793-67433.jpg", imageAlt: "Vilius - Fast and precise barber"
@@ -174,7 +172,6 @@ export default function LandingPage() {
},
]}
memberVariant="card"
membersAnimation="slide-up"
useInvertedBackground={false}
/>
</div>