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

@@ -30,17 +30,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Erickson Tech Design" brandName="Erickson Tech Design"
/> />
@@ -48,67 +42,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <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." 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", name: "Alex Rivet", handle: "@rivet-tech", testimonial: "Their engineering team is world-class. Erickson delivered our platform on time and exceeded expectations.", rating: 5,
handle: "@rivet-tech", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg?_wi=1"},
testimonial: "Their engineering team is world-class. Erickson delivered our platform on time and exceeded expectations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg?_wi=1",
},
{ {
name: "Sarah Chen", name: "Sarah Chen", handle: "@chen_innovates", testimonial: "A seamless experience from design to deployment. They truly understand modern software architecture.", rating: 5,
handle: "@chen_innovates", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-with-tablet-emotion-concept_169016-66294.jpg"},
testimonial: "A seamless experience from design to deployment. They truly understand modern software architecture.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-with-tablet-emotion-concept_169016-66294.jpg",
},
{ {
name: "Mark Sterling", name: "Mark Sterling", handle: "@sterling_ventures", testimonial: "The AI integration they built for us reduced our operational costs by 30%. Simply brilliant work.", rating: 5,
handle: "@sterling_ventures", imageSrc: "http://img.b2bpic.net/free-photo/positive-hipster-entrepreneur-it-expert-software-developer_74855-3635.jpg"},
testimonial: "The AI integration they built for us reduced our operational costs by 30%. Simply brilliant work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-hipster-entrepreneur-it-expert-software-developer_74855-3635.jpg",
},
{ {
name: "Elena Rodriguez", name: "Elena Rodriguez", handle: "@elena_ceo", testimonial: "Erickson Tech Design provides the technical backbone we needed to scale our infrastructure globally.", rating: 5,
handle: "@elena_ceo", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg"},
testimonial: "Erickson Tech Design provides the technical backbone we needed to scale our infrastructure globally.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
},
{ {
name: "David Park", name: "David Park", handle: "@park_dev", testimonial: "Exceptional code quality and proactive communication. They are our go-to partner for complex projects.", rating: 5,
handle: "@park_dev", imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880953.jpg"},
testimonial: "Exceptional code quality and proactive communication. They are our go-to partner for complex projects.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880953.jpg",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg?_wi=2"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Client avatar 1"},
alt: "Client avatar 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/serious-young-woman-with-tablet-emotion-concept_169016-66294.jpg", src: "http://img.b2bpic.net/free-photo/serious-young-woman-with-tablet-emotion-concept_169016-66294.jpg", alt: "Client avatar 2"},
alt: "Client avatar 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/positive-hipster-entrepreneur-it-expert-software-developer_74855-3635.jpg", src: "http://img.b2bpic.net/free-photo/positive-hipster-entrepreneur-it-expert-software-developer_74855-3635.jpg", alt: "Client avatar 3"},
alt: "Client avatar 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", alt: "Client avatar 4"},
alt: "Client avatar 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880953.jpg", src: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880953.jpg", alt: "Client avatar 5"},
alt: "Client avatar 5",
},
]} ]}
avatarText="Trusted by 50+ industry leaders" avatarText="Trusted by 50+ industry leaders"
/> />
@@ -119,8 +88,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
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."]}
]}
/> />
</div> </div>
@@ -132,19 +100,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Terminal, icon: Terminal,
title: "Software Development", title: "Software Development", description: "Custom applications built on secure, modern, and scalable stacks."},
description: "Custom applications built on secure, modern, and scalable stacks.",
},
{ {
icon: Cloud, icon: Cloud,
title: "Cloud Infrastructure", title: "Cloud Infrastructure", description: "Reliable, high-availability deployments tailored for high performance."},
description: "Reliable, high-availability deployments tailored for high performance.",
},
{ {
icon: Star, icon: Star,
title: "AI Integration", title: "AI Integration", description: "Implementing advanced ML workflows to streamline your internal data processes."},
description: "Implementing advanced ML workflows to streamline your internal data processes.",
},
]} ]}
title="Comprehensive Technical Services" title="Comprehensive Technical Services"
description="We offer a full stack of engineering and design capabilities to accelerate your business growth." description="We offer a full stack of engineering and design capabilities to accelerate your business growth."
@@ -156,14 +118,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"InnovateLab", "InnovateLab", "TechFlow", "GrowthGen", "SkyMetric", "CloudScale", "DevForge", "DataDrive"]}
"TechFlow",
"GrowthGen",
"SkyMetric",
"CloudScale",
"DevForge",
"DataDrive",
]}
title="Trusted by Innovative Companies" title="Trusted by Innovative Companies"
description="Partnering with industry leaders to ship cutting-edge technology." description="Partnering with industry leaders to ship cutting-edge technology."
/> />
@@ -173,8 +128,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
tag="Let's Collaborate" tag="Let's Collaborate"
title="Ready to Start Your Project?" 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."
@@ -185,29 +139,19 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -217,4 +161,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }