8 Commits

Author SHA1 Message Date
905e02d790 Merge version_3 into main
Merge version_3 into main
2026-06-03 13:34:45 +00:00
53c8f93dca Update src/app/page.tsx 2026-06-03 13:34:42 +00:00
a9650933ed Merge version_3 into main
Merge version_3 into main
2026-06-03 13:33:59 +00:00
aff857bd37 Update src/app/page.tsx 2026-06-03 13:33:55 +00:00
fd6892df28 Update src/app/layout.tsx 2026-06-03 13:33:55 +00:00
6b64e5a6c7 Merge version_2 into main
Merge version_2 into main
2026-06-03 13:31:47 +00:00
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
2 changed files with 13 additions and 13 deletions

View File

@@ -10,8 +10,8 @@ import { getVisualEditScript } from "@/utils/visual-edit-script";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Silicon HiTech Engineering - Precision Industrial Solutions', title: 'SILICON HI-TECH ENGINEERING - Pioneering Industrial Solutions',
description: 'Leading engineering firm providing trusted precision solutions for complex industrial projects. Expertise in manufacturing, infrastructure, and technical consulting.', description: 'Your trusted partner in precision engineering, automation, and industrial solutions. We combine cutting-edge technology with extensive expertise to deliver unparalleled results for diverse industries worldwide.',
keywords: ["engineering, industrial, manufacturing, infrastructure, technology, precision, automation, consulting, project management, hi-tech"], keywords: ["engineering, industrial, manufacturing, infrastructure, technology, precision, automation, consulting, project management, hi-tech"],
openGraph: { openGraph: {
"title": "Silicon HiTech Engineering - Precision Industrial Solutions", "title": "Silicon HiTech Engineering - Precision Industrial Solutions",

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/abstract-metallic-cube-shape-sculpture_23-2150979675.jpg" logoSrc="http://img.b2bpic.net/free-photo/abstract-metallic-cube-shape-sculpture_23-2150979675.jpg"
logoAlt="Silicon HiTech Engineering Logo" logoAlt="Silicon HiTech Engineering Logo"
brandName="Silicon HiTech Engineering" brandName="SILICON HI-TECH ENGINEERING"
button={{ button={{
text: "Get a Quote", href: "#contact"}} text: "Get a Quote", href: "#contact"}}
/> />
@@ -64,8 +64,8 @@ export default function LandingPage() {
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "downward-rays-static"}} variant: "downward-rays-static"}}
title="Engineering Excellence Built on Trust" title="Welcome to SILICON HI-TECH ENGINEERING: Pioneering Industrial Solutions"
description="Silicon HiTech delivers precision engineering solutions for complex industrial projects. Trusted by leading manufacturers and infrastructure developers worldwide." description="Your trusted partner in precision engineering, automation, and industrial solutions. We combine cutting-edge technology with extensive expertise to deliver unparalleled results for diverse industries worldwide."
kpis={[ kpis={[
{ {
value: "25+", label: "Years of Expertise"}, value: "25+", label: "Years of Expertise"},
@@ -122,7 +122,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
tag="About Us" tag="About Us"
tagAnimation="slide-up" tagAnimation="slide-up"
title="Your Trusted Partner in Industrial Engineering Solutions" title="Decades of Expertise in Industrial Engineering & Automation"
buttons={[ buttons={[
{ {
text: "Learn More About Our Values", href: "#"}, text: "Learn More About Our Values", href: "#"},
@@ -238,9 +238,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
useInvertedBackground={true} 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} rating={5}
author="Sarah Connor, Operations Director at Global Mfg. Inc." author="Priya Sharma, Lead Engineer at InfraSolutions Group"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", alt: "Sarah Connor"}, src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", alt: "Sarah Connor"},
@@ -265,8 +265,8 @@ export default function LandingPage() {
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
tag="Contact Us" tag="Contact Us"
tagAnimation="slide-up" tagAnimation="slide-up"
title="Partner with Silicon HiTech Engineering Today" title="Get in Touch with SILICON HI-TECH ENGINEERING"
description="Ready to discuss your next industrial project? Our experts are here to provide precision engineering solutions that drive your success. Reach out for a consultation." description="We're here to help with your engineering challenges. Reach out to us for inquiries, support, or to discuss your next project. Our team is ready to provide expert guidance and innovative solutions.\n\n**Address:** #6, 1st Floor, Sri Ram Complex, Next to Canara Bank, Vajarahalli, Kanakapura Road, Bengaluru 560062\n**Email:** info@siliconhitech.in\n**Phone:** +91 9448375971, +91 8050017192\n\nFollow us on social media for updates and insights into our latest projects!"
buttons={[ buttons={[
{ {
text: "Get a Free Consultation", href: "#"}, text: "Get a Free Consultation", href: "#"},
@@ -323,8 +323,8 @@ export default function LandingPage() {
], ],
}, },
]} ]}
bottomLeftText="© 2024 Silicon HiTech Engineering. All rights reserved." bottomLeftText="© 2024 SILICON HI-TECH ENGINEERING. All rights reserved."
bottomRightText="Built with Precision." bottomRightText="Built with Precision & Innovation."
/> />
</div> </div>
</ReactLenis> </ReactLenis>