7 Commits

Author SHA1 Message Date
185641bd41 Merge version_3 into main
Merge version_3 into main
2026-05-06 22:06:48 +00:00
45b0900f4e Update src/app/page.tsx 2026-05-06 22:06:45 +00:00
5a994d6f7f Merge version_2 into main
Merge version_2 into main
2026-05-06 22:05:47 +00:00
1c53e8190d Update src/app/page.tsx 2026-05-06 22:05:43 +00:00
a409c41868 Merge version_1 into main
Merge version_1 into main
2026-05-06 22:05:07 +00:00
f30e51b43f Merge version_1 into main
Merge version_1 into main
2026-05-06 22:04:43 +00:00
dcc61e617c Merge version_1 into main
Merge version_1 into main
2026-05-06 22:04:14 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Tringle Tech"
description="Empowering businesses through cutting-edge software solutions, custom mobile applications, and high-impact social media strategies."
description="We accelerate business growth by delivering scalable software ecosystems, user-driven mobile experiences, and conversion-focused social strategies that maximize your digital impact."
buttons={[
{ text: "Explore Services", href: "#services" },
{ text: "Contact Us", href: "#contact" },
@@ -132,7 +132,7 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "f1", title: "How do we start a project?", content: "Just schedule a consultation via our contact form." },
{ id: "f1", title: "How do we start a project?", content: "Schedule your free discovery consultation today via the form below." },
{ id: "f2", title: "What industries do you serve?", content: "We support SaaS, retail, health-tech, and beyond." },
{ id: "f3", title: "Do you provide maintenance?", content: "Yes, we offer ongoing support and cloud management." },
]}