2 Commits

Author SHA1 Message Date
49de45e0ea Update src/app/page.tsx 2026-06-03 13:31:44 +00:00
204a3d69e6 Merge version_1 into main
Merge version_1 into main
2026-06-03 13:29:31 +00:00

View File

@@ -238,9 +238,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="Silicon HiTech Engineering consistently delivers beyond expectation. Their meticulous attention to detail and proactive communication ensured our complex project was completed flawlessly and ahead of schedule."
testimonial="Working with Silicon HiTech was a game-changer for our infrastructure project. Their expertise in advanced analysis and project management ensured seamless execution and exceptional quality. Highly recommended!"
rating={5}
author="Sarah Connor, Operations Director at Global Mfg. Inc."
author="Priya Sharma, Lead Engineer at InfraSolutions Group"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", alt: "Sarah Connor"},
@@ -330,4 +330,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}