diff --git a/src/app/page.tsx b/src/app/page.tsx index d875330..f7ba7e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -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" + } ]} /> @@ -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() { ); -} +} \ No newline at end of file