10 Commits

Author SHA1 Message Date
8ec0b823c0 Merge version_7 into main
Merge version_7 into main
2026-04-09 00:15:29 +00:00
11b63122a8 Update src/app/page.tsx 2026-04-09 00:15:26 +00:00
c9f17f1dcc Merge version_6 into main
Merge version_6 into main
2026-04-09 00:14:29 +00:00
a9af463a5d Update src/app/page.tsx 2026-04-09 00:14:26 +00:00
dd5497e6ff Merge version_5 into main
Merge version_5 into main
2026-04-09 00:14:24 +00:00
77363c8f4f Update src/app/page.tsx 2026-04-09 00:14:21 +00:00
485818ad35 Update src/app/page.tsx 2026-04-08 23:40:58 +00:00
28a7e237d6 Update src/app/page.tsx 2026-04-08 23:40:55 +00:00
aff0a14bfc Merge version_2 into main
Merge version_2 into main
2026-04-08 23:39:17 +00:00
33c8fdb6d3 Update src/app/page.tsx 2026-04-08 23:39:11 +00:00

View File

@@ -42,8 +42,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Engineering Future-Ready Digital Solutions"
title="Scale Your Infrastructure with Engineering-Led Design"
description="Erickson Tech Design builds innovative, scalable software systems tailored to your unique business challenges. Transforming ideas into high-performance digital products."
buttons={[
{
text: "Schedule a Consultation", href: "#contact"
}
]}
testimonials={[
{
name: "Alex Rivet", handle: "@rivet-tech", testimonial: "Their engineering team is world-class. Erickson delivered our platform on time and exceeded expectations.", rating: 5,
@@ -84,11 +89,6 @@ export default function LandingPage() {
title="Design-Led Engineering"
description={[
"We believe that exceptional tech starts with deep design empathy. By bridging the gap between intuitive user experiences and complex backend architecture, we create products that stick."]}
buttons={[
{
text: "Get Started", href: "#contact"
}
]}
/>
</div>