1 Commits

Author SHA1 Message Date
dddfdecd8d Update src/app/page.tsx 2026-04-08 23:39:16 +00:00

View File

@@ -44,11 +44,6 @@ export default function LandingPage() {
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="Engineering Future-Ready Digital Solutions" 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." 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={[ 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, name: "Alex Rivet", handle: "@rivet-tech", testimonial: "Their engineering team is world-class. Erickson delivered our platform on time and exceeded expectations.", rating: 5,
@@ -89,6 +84,11 @@ export default function LandingPage() {
title="Design-Led Engineering" title="Design-Led Engineering"
description={[ 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."]} "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> </div>
@@ -130,7 +130,7 @@ export default function LandingPage() {
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
tag="Let's Collaborate" tag="Let's Collaborate"
title="Ready to Accelerate Your Digital Growth?" title="Ready to Start Your Project?"
description="Get in touch with Erickson Tech Design today to discuss your next big idea." description="Get in touch with Erickson Tech Design today to discuss your next big idea."
/> />
</div> </div>