5 Commits

Author SHA1 Message Date
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

@@ -44,6 +44,11 @@ export default function LandingPage() {
<HeroOverlayTestimonial
title="Engineering Future-Ready Digital Solutions"
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>
@@ -130,7 +130,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
tag="Let's Collaborate"
title="Ready to Start Your Project?"
title="Ready to Accelerate Your Digital Growth?"
description="Get in touch with Erickson Tech Design today to discuss your next big idea."
/>
</div>