From 6f6c89cee90d9cc75d26970374d9206085c29148 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:01:16 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e89e772..a74a555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterCard from "@/components/sections/footer/FooterCard"; import { @@ -61,10 +62,10 @@ export default function HomePage() { @@ -89,7 +90,7 @@ export default function HomePage() { description="Our two-tier verification system ensures both identity authenticity and work quality, giving clients confidence and freelancers credibility." tag="Trust & Verification" tagIcon={Shield} - tagAnimation="slide-up" + tagAnimation="entrance-slide" features={[ { id: 1, @@ -122,7 +123,7 @@ export default function HomePage() { description="Browse talent with verified credentials, portfolio history, reviews, and transparent pricing. Filter by skills, availability, rate, and verification status." tag="Talent Discovery" tagIcon={Users} - tagAnimation="slide-up" + tagAnimation="entrance-slide" features={[ { id: 1, @@ -153,7 +154,7 @@ export default function HomePage() { +
+ +
+
Date: Wed, 4 Mar 2026 05:01:16 +0000 Subject: [PATCH 2/3] Update src/app/talent/page.tsx --- src/app/talent/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/talent/page.tsx b/src/app/talent/page.tsx index 3a80af4..5c81316 100644 --- a/src/app/talent/page.tsx +++ b/src/app/talent/page.tsx @@ -48,7 +48,7 @@ export default function TalentPage() { description="Browse talent with verified credentials, portfolio history, reviews, and transparent pricing. Filter by skills, availability, rate, and verification status." tag="Talent Discovery" tagIcon={Users} - tagAnimation="slide-up" + tagAnimation="entrance-slide" features={[ { id: 1, -- 2.49.1 From 808b48e67d0f357e87aac15b8b7452b00045eac5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:01:17 +0000 Subject: [PATCH 3/3] Update src/app/verification/page.tsx --- src/app/verification/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/verification/page.tsx b/src/app/verification/page.tsx index 05c12e2..e716b43 100644 --- a/src/app/verification/page.tsx +++ b/src/app/verification/page.tsx @@ -48,7 +48,7 @@ export default function VerificationPage() { description="Our two-tier verification system ensures both identity authenticity and work quality, giving clients confidence and freelancers credibility." tag="Trust & Verification" tagIcon={Shield} - tagAnimation="slide-up" + tagAnimation="entrance-slide" features={[ { id: 1, -- 2.49.1