Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-02 22:17:44 +00:00

View File

@@ -82,6 +82,7 @@ export default function LandingPage() {
<FeatureCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
features={[
{ title: "Business Consulting", description: "Strategic guidance to improve performance and unlock new opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1098-21677.jpg" },
@@ -111,6 +112,7 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", title: "Excellent", quote: "Good at their work.", name: "Ayebare Anitah", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mid-adult-businessman-sitting-office_1262-17133.jpg" },
{ id: "2", title: "Great Delivery", quote: "Great work output. I thought they wouldn't deliver until I trusted them with my company.", name: "Twahirwa Atwine", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-cup-coffee-room_23-2148112111.jpg" }
@@ -140,6 +142,8 @@ export default function LandingPage() {
description="Have questions or need assistance? Reach out to our expert team for dedicated support."
imageSrc="http://img.b2bpic.net/free-photo/business-people-video-call-meeting_53876-20929.jpg"
buttonText="Submit Inquiry"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>