Update src/app/about/page.tsx
This commit is contained in:
@@ -12,8 +12,8 @@ export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Work", id: "#work" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Work", id: "/work" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
@@ -36,27 +36,28 @@ export default function AboutPage() {
|
||||
brandName="Web Design Tech360"
|
||||
button={{ text: "Get in Touch", href: "/contact" }}
|
||||
/>
|
||||
<SplitAbout
|
||||
id="about"
|
||||
title="About Web Design Tech360"
|
||||
description="Web Design Tech360 is a leading digital agency dedicated to transforming businesses through innovative web design, development, and strategic digital marketing. With over 15 years of experience, we partner with clients worldwide to create impactful online experiences that drive growth and deliver measurable results."
|
||||
tag="Our Story"
|
||||
bulletPoints={[
|
||||
{ title: "Mission", description: "To empower businesses with exceptional digital solutions that enhance their online presence and achieve their strategic objectives.", icon: Globe },
|
||||
{ title: "Vision", description: "To be the go-to partner for transformative web design and digital growth, recognized for creativity, technical excellence, and client success.", icon: Star },
|
||||
{ title: "Values", description: "Innovation, Integrity, Collaboration, Excellence, Client-Centricity.", icon: Users }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/team/team1.webp"
|
||||
imageAlt="Web Design Tech360 Team Collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="About Web Design Tech360"
|
||||
description="Web Design Tech360 is a leading digital agency dedicated to transforming businesses through innovative web design, development, and strategic digital marketing. With over 15 years of experience, we partner with clients worldwide to create impactful online experiences that drive growth and deliver measurable results."
|
||||
tag="Our Story"
|
||||
bulletPoints={[
|
||||
{ title: "Mission", description: "To empower businesses with exceptional digital solutions that enhance their online presence and achieve their strategic objectives.", icon: Globe },
|
||||
{ title: "Vision", description: "To be the go-to partner for transformative web design and digital growth, recognized for creativity, technical excellence, and client success.", icon: Star },
|
||||
{ title: "Values", description: "Innovation, Integrity, Collaboration, Excellence, Client-Centricity.", icon: Users }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/team/team1.webp"
|
||||
imageAlt="Web Design Tech360 Team Collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
<ContactText
|
||||
text="Ready to elevate your online presence? Let's build your next digital success story together."
|
||||
buttons={[
|
||||
{ text: "Start a Project", href: "/contact" },
|
||||
{ text: "Schedule a Call", href: "/contact#schedule-call" },
|
||||
{ text: "Schedule a Call", href: "/contact#schedule-call" }
|
||||
]}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user