diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8307538..1c586a4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,9 +19,7 @@ export default function AboutPage() { ]; const navButton = { - text: "Get Started", - href: "contact", - }; + text: "Get Started", href: "contact"}; return ( @@ -68,25 +67,13 @@ export default function AboutPage() { tagAnimation="slide-up" members={[ { - id: "1", - name: "James Richardson", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-male-develope-1772477570306-9ff2dcb7.png?_wi=2", - }, + id: "1", name: "James Richardson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-male-develope-1772477570306-9ff2dcb7.png"}, { - id: "2", - name: "Lisa Chen", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-female-design-1772477570230-c9f36d56.png?_wi=2", - }, + id: "2", name: "Lisa Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-female-design-1772477570230-c9f36d56.png"}, { - id: "3", - name: "Michael Torres", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-male-product--1772477571711-ae94a760.png?_wi=2", - }, + id: "3", name: "Michael Torres", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-male-product--1772477571711-ae94a760.png"}, { - id: "4", - name: "Rachel Patel", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-female-projec-1772477571251-8c542dc4.png?_wi=2", - }, + id: "4", name: "Rachel Patel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-female-projec-1772477571251-8c542dc4.png"}, ]} memberVariant="card" useInvertedBackground={false} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c1eb9ed..cbd74ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,9 +18,7 @@ export default function ContactPage() { ]; const navButton = { - text: "Get Started", - href: "contact", - }; + text: "Get Started", href: "contact"}; return ( @@ -118,46 +105,22 @@ export default function HomePage() { tagIcon={Code} features={[ { - title: "Custom Web Development", - description: "Scalable, high-performance websites built with modern tech stack", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/close-up-of-a-developer-s-desk-with-mult-1772477570556-d4af8d35.png?_wi=1", - imageAlt: "Custom web development", - buttonIcon: ArrowRight, + title: "Custom Web Development", description: "Scalable, high-performance websites built with modern tech stack", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/close-up-of-a-developer-s-desk-with-mult-1772477570556-d4af8d35.png", imageAlt: "Custom web development", buttonIcon: ArrowRight, }, { - title: "SaaS Platform Development", - description: "End-to-end SaaS solutions with robust infrastructure and user analytics", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/saas-platform-interface-showing-a-compre-1772477572010-c52f849d.png?_wi=1", - imageAlt: "SaaS platform development", - buttonIcon: ArrowRight, + title: "SaaS Platform Development", description: "End-to-end SaaS solutions with robust infrastructure and user analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/saas-platform-interface-showing-a-compre-1772477572010-c52f849d.png", imageAlt: "SaaS platform development", buttonIcon: ArrowRight, }, { - title: "UI/UX Design", - description: "User-centered design systems that convert and delight", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/designer-working-on-ui-ux-mockups-with-d-1772477571458-c886bba1.png?_wi=1", - imageAlt: "UI/UX design services", - buttonIcon: ArrowRight, + title: "UI/UX Design", description: "User-centered design systems that convert and delight", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/designer-working-on-ui-ux-mockups-with-d-1772477571458-c886bba1.png", imageAlt: "UI/UX design services", buttonIcon: ArrowRight, }, { - title: "E-Commerce Solutions", - description: "Feature-rich online stores optimized for conversion", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/modern-e-commerce-website-interface-show-1772477571235-182bcf39.png?_wi=1", - imageAlt: "E-commerce solutions", - buttonIcon: ArrowRight, + title: "E-Commerce Solutions", description: "Feature-rich online stores optimized for conversion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/modern-e-commerce-website-interface-show-1772477571235-182bcf39.png", imageAlt: "E-commerce solutions", buttonIcon: ArrowRight, }, { - title: "API Integration", - description: "Seamless third-party integrations and custom API development", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/api-integration-visualization-showing-da-1772477571411-fd65fe85.png?_wi=1", - imageAlt: "API integration services", - buttonIcon: ArrowRight, + title: "API Integration", description: "Seamless third-party integrations and custom API development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/api-integration-visualization-showing-da-1772477571411-fd65fe85.png", imageAlt: "API integration services", buttonIcon: ArrowRight, }, { - title: "Performance Optimization", - description: "Speed, security, and SEO optimization for maximum impact", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/performance-optimization-dashboard-showi-1772477572092-2aa2e0d6.png?_wi=1", - imageAlt: "Performance optimization", - buttonIcon: ArrowRight, + title: "Performance Optimization", description: "Speed, security, and SEO optimization for maximum impact", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/performance-optimization-dashboard-showi-1772477572092-2aa2e0d6.png", imageAlt: "Performance optimization", buttonIcon: ArrowRight, }, ]} textboxLayout="default" @@ -174,8 +137,8 @@ export default function HomePage() { tagIcon={TrendingUp} metrics={[ { id: "1", icon: Zap, title: "Avg. Page Speed", value: "1.2s" }, - { id: "2", icon: Code, title: "Active Users Tracked", value: "5M+" }, - { id: "3", icon: Heart, title: "Client Satisfaction", value: "98%" }, + { id: "2", icon: Users, title: "Active Users Tracked", value: "5M+" }, + { id: "3", icon: Award, title: "Client Satisfaction", value: "98%" }, { id: "4", icon: TrendingUp, title: "Average ROI Increase", value: "340%" }, ]} animationType="slide-up" @@ -193,37 +156,17 @@ export default function HomePage() { tagIcon={Heart} testimonials={[ { - id: "1", - name: "Alex Kumar", - role: "CTO", - company: "StartupXYZ", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-headshot-of-a-confident-ind-1772477570983-29c25231.png", - }, + id: "1", name: "Alex Kumar", role: "CTO", company: "StartupXYZ", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-headshot-of-a-confident-ind-1772477570983-29c25231.png"}, { - id: "2", - name: "Jennifer West", - role: "Founder", - company: "DigiFlow Solutions", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-headshot-of-a-caucasian-fem-1772477570407-101856c9.png", - }, + id: "2", name: "Jennifer West", role: "Founder", company: "DigiFlow Solutions", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-headshot-of-a-caucasian-fem-1772477570407-101856c9.png"}, { - id: "3", - name: "David Park", - role: "VP Product", - company: "TechVenture Inc", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-headshot-of-an-asian-male-p-1772477569913-a523ea0d.png", - }, + id: "3", name: "David Park", role: "VP Product", company: "TechVenture Inc", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-headshot-of-an-asian-male-p-1772477569913-a523ea0d.png"}, { - id: "4", - name: "Sophie Laurent", - role: "CEO", - company: "Innovation Labs", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-headshot-of-a-mediterranean-1772477570371-11ce3d8c.png", - }, + id: "4", name: "Sophie Laurent", role: "CEO", company: "Innovation Labs", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-headshot-of-a-mediterranean-1772477570371-11ce3d8c.png"}, ]} kpiItems={[ { value: "150+", label: "Projects Delivered" }, @@ -244,25 +187,13 @@ export default function HomePage() { tagAnimation="slide-up" members={[ { - id: "1", - name: "James Richardson", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-male-develope-1772477570306-9ff2dcb7.png?_wi=1", - }, + id: "1", name: "James Richardson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-male-develope-1772477570306-9ff2dcb7.png"}, { - id: "2", - name: "Lisa Chen", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-female-design-1772477570230-c9f36d56.png?_wi=1", - }, + id: "2", name: "Lisa Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-female-design-1772477570230-c9f36d56.png"}, { - id: "3", - name: "Michael Torres", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-male-product--1772477571711-ae94a760.png?_wi=1", - }, + id: "3", name: "Michael Torres", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-male-product--1772477571711-ae94a760.png"}, { - id: "4", - name: "Rachel Patel", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-female-projec-1772477571251-8c542dc4.png?_wi=1", - }, + id: "4", name: "Rachel Patel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwv8FVZNQnRarkuvxj0SgmJRx/professional-portrait-of-a-female-projec-1772477571251-8c542dc4.png"}, ]} memberVariant="card" useInvertedBackground={false} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 866fd65..b923196 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -19,9 +19,7 @@ export default function ServicesPage() { ]; const navButton = { - text: "Get Started", - href: "contact", - }; + text: "Get Started", href: "contact"}; return (