diff --git a/src/app/page.tsx b/src/app/page.tsx index 5962d47..3e45725 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,6 @@ export default function WebAgencyPage() { tag="About Us" tagIcon={Lightbulb} title="Empowering Businesses with Digital Excellence" - description="We are a passionate team of web designers and developers dedicated to creating impactful online experiences. Our approach combines creativity, technology, and strategic thinking to deliver solutions that not only look great but also perform exceptionally." buttons={[ { text: "Learn More", href: "#team" }, { text: "Contact Us", href: "#contact" } @@ -172,9 +171,9 @@ export default function WebAgencyPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" metrics={[ - { id: "projects", value: "100+", description: "Successfully delivered projects", icon: Code }, - { id: "satisfaction", value: "99%", description: "Client satisfaction rate", icon: CheckCircle }, - { id: "years", value: "8+", description: "Years of industry experience", icon: TrendingUp } + { id: "projects", value: "100+", description: "Successfully delivered projects" }, + { id: "satisfaction", value: "99%", description: "Client satisfaction rate" }, + { id: "years", value: "8+", description: "Years of industry experience" } ]} /> @@ -187,9 +186,9 @@ export default function WebAgencyPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" members={[ - { id: "1", name: "Sarah Miller", role: "Lead Web Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" }, - { id: "2", name: "Johnathan Lee", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Johnathan Lee" }, - { id: "3", name: "Emily Chen", role: "Senior UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Emily Chen" } + { id: "1", name: "Sarah Miller", role: "Lead Web Developer", description: "Specializing in robust backend systems and elegant frontend interfaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" }, + { id: "2", name: "Johnathan Lee", role: "Creative Director", description: "Guiding our design team to craft visually stunning and impactful brand experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Johnathan Lee" }, + { id: "3", name: "Emily Chen", role: "Senior UX Designer", description: "Focused on creating intuitive user experiences that are both beautiful and functional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Emily Chen" } ]} /> @@ -230,8 +229,8 @@ export default function WebAgencyPage() { />