2 Commits

Author SHA1 Message Date
dddfdecd8d Update src/app/page.tsx 2026-04-08 23:39:16 +00:00
1a6ad16194 Merge version_1 into main
Merge version_1 into main
2026-04-08 23:33:04 +00:00

View File

@@ -30,17 +30,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Erickson Tech Design"
/>
@@ -52,63 +46,33 @@ export default function LandingPage() {
description="Erickson Tech Design builds innovative, scalable software systems tailored to your unique business challenges. Transforming ideas into high-performance digital products."
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,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg?_wi=1",
},
name: "Alex Rivet", handle: "@rivet-tech", 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",
handle: "@chen_innovates",
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: "Sarah Chen", handle: "@chen_innovates", 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",
handle: "@sterling_ventures",
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: "Mark Sterling", handle: "@sterling_ventures", 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",
handle: "@elena_ceo",
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: "Elena Rodriguez", handle: "@elena_ceo", 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",
handle: "@park_dev",
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",
},
name: "David Park", handle: "@park_dev", 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"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
alt: "Client avatar 1",
},
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Client avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/serious-young-woman-with-tablet-emotion-concept_169016-66294.jpg",
alt: "Client avatar 2",
},
src: "http://img.b2bpic.net/free-photo/serious-young-woman-with-tablet-emotion-concept_169016-66294.jpg", alt: "Client avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/positive-hipster-entrepreneur-it-expert-software-developer_74855-3635.jpg",
alt: "Client avatar 3",
},
src: "http://img.b2bpic.net/free-photo/positive-hipster-entrepreneur-it-expert-software-developer_74855-3635.jpg", alt: "Client avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
alt: "Client avatar 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", alt: "Client avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880953.jpg",
alt: "Client avatar 5",
},
src: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880953.jpg", alt: "Client avatar 5"},
]}
avatarText="Trusted by 50+ industry leaders"
/>
@@ -119,7 +83,11 @@ export default function LandingPage() {
useInvertedBackground={false}
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.",
"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>
@@ -132,19 +100,13 @@ export default function LandingPage() {
features={[
{
icon: Terminal,
title: "Software Development",
description: "Custom applications built on secure, modern, and scalable stacks.",
},
title: "Software Development", description: "Custom applications built on secure, modern, and scalable stacks."},
{
icon: Cloud,
title: "Cloud Infrastructure",
description: "Reliable, high-availability deployments tailored for high performance.",
},
title: "Cloud Infrastructure", description: "Reliable, high-availability deployments tailored for high performance."},
{
icon: Star,
title: "AI Integration",
description: "Implementing advanced ML workflows to streamline your internal data processes.",
},
title: "AI Integration", description: "Implementing advanced ML workflows to streamline your internal data processes."},
]}
title="Comprehensive Technical Services"
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"
useInvertedBackground={false}
names={[
"InnovateLab",
"TechFlow",
"GrowthGen",
"SkyMetric",
"CloudScale",
"DevForge",
"DataDrive",
]}
"InnovateLab", "TechFlow", "GrowthGen", "SkyMetric", "CloudScale", "DevForge", "DataDrive"]}
title="Trusted by Innovative Companies"
description="Partnering with industry leaders to ship cutting-edge technology."
/>
@@ -173,8 +128,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Let's Collaborate"
title="Ready to Start Your Project?"
description="Get in touch with Erickson Tech Design today to discuss your next big idea."
@@ -185,29 +139,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -217,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}