Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-02 11:16:11 +00:00

View File

@@ -47,11 +47,11 @@ export default function LandingPage() {
description="We deliver innovative solutions and strategic insights to propel your business forward. Partner with us for unparalleled expertise and results."
background={{ variant: "downward-rays-static" }}
testimonials={[
{ name: "Sarah Chen", handle: "@sarahc", testimonial: "Three Tees transformed our operations. Their expertise is unmatched!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=1", imageAlt: "Sarah Chen" },
{ name: "Sarah Chen", handle: "@sarahc", testimonial: "Three Tees transformed our operations. Their expertise is unmatched!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", imageAlt: "Sarah Chen" },
{ name: "Mark Rodriguez", handle: "@markr", testimonial: "Exceptional service and measurable impact. Highly recommend Three Tees.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", imageAlt: "Mark Rodriguez" },
{ name: "Jessica Lee", handle: "@jessical", testimonial: "Their strategic guidance led to significant market expansion for us.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg", imageAlt: "Jessica Lee" },
{ name: "David Kim", handle: "@davidk", testimonial: "Professional, efficient, and truly committed to client success.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageAlt: "David Kim" },
{ name: "Emily Watson", handle: "@emilyw", testimonial: "A reliable partner for long-term growth. Their team is outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=2", imageAlt: "Emily Watson" }
{ name: "Emily Watson", handle: "@emilyw", testimonial: "A reliable partner for long-term growth. Their team is outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", imageAlt: "Emily Watson" }
]}
useInvertedBackground={false}
tag="Innovate. Accelerate. Succeed."
@@ -192,7 +192,6 @@ export default function LandingPage() {
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Support", href: "#" }, { label: "Privacy Policy", href: "#" }] }
]}
copyrightText="© 2024 Three Tees Enterprise. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>