diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 051d4fe..8e0d908 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -19,8 +19,7 @@ export default function PortfolioPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Web Design", href: "/services#design" }, { label: "Web Development", href: "/services#development" }, { label: "Digital Strategy", href: "/services#strategy" }, @@ -28,8 +27,7 @@ export default function PortfolioPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/#about" }, { label: "Our Team", href: "/#team" }, { label: "Portfolio", href: "/portfolio" }, @@ -37,8 +35,7 @@ export default function PortfolioPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/blog" }, { label: "Case Studies", href: "/case-studies" }, { label: "FAQs", href: "/faqs" }, @@ -46,8 +43,7 @@ export default function PortfolioPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -73,9 +69,7 @@ export default function PortfolioPage() { navItems={navItems} brandName="Proof Digital" button={{ - text: "Get Started", - href: "#contact", - }} + text: "Get Started", href: "#contact"}} animateOnLoad={true} /> @@ -84,100 +78,75 @@ export default function PortfolioPage() {
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5f41e46..a295cdb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -19,8 +19,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Web Design", href: "/services#design" }, { label: "Web Development", href: "/services#development" }, { label: "Digital Strategy", href: "/services#strategy" }, @@ -28,8 +27,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/#about" }, { label: "Our Team", href: "/#team" }, { label: "Portfolio", href: "/portfolio" }, @@ -37,8 +35,7 @@ export default function ServicesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/blog" }, { label: "Case Studies", href: "/case-studies" }, { label: "FAQs", href: "/faqs" }, @@ -46,8 +43,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -73,9 +69,7 @@ export default function ServicesPage() { navItems={navItems} brandName="Proof Digital" button={{ - text: "Get Started", - href: "#contact", - }} + text: "Get Started", href: "#contact"}} animateOnLoad={true} /> @@ -85,103 +79,82 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Web Design", - description: - "Beautiful, user-centric web designs that capture your brand essence and engage your audience. We create responsive, accessible websites that perform.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/a-sleek-web-design-interface-mockup-show-1773016089091-b30b937c.png?_wi=2", - imageAlt: "Modern web design interface mockup", - }, + title: "Web Design", description: + "Beautiful, user-centric web designs that capture your brand essence and engage your audience. We create responsive, accessible websites that perform.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/a-sleek-web-design-interface-mockup-show-1773016089091-b30b937c.png", imageAlt: "Modern web design interface mockup"}, { id: 2, - title: "Web Development", - description: - "Robust, scalable web applications built with modern technologies. From frontend frameworks to backend infrastructure, we build it right.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/a-developer-workspace-showing-coding-on--1773016088250-6f1d9301.png?_wi=2", - imageAlt: "Developer workspace with coding environment", - }, + title: "Web Development", description: + "Robust, scalable web applications built with modern technologies. From frontend frameworks to backend infrastructure, we build it right.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/a-developer-workspace-showing-coding-on--1773016088250-6f1d9301.png", imageAlt: "Developer workspace with coding environment"}, { id: 3, - title: "Digital Strategy", - description: - "Strategic guidance for your digital journey. We analyze, plan, and execute strategies that align with your business goals and drive growth.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/a-strategic-planning-session-showing-dig-1773016090553-341850eb.png?_wi=2", - imageAlt: "Strategic planning and analytics dashboard", - }, + title: "Digital Strategy", description: + "Strategic guidance for your digital journey. We analyze, plan, and execute strategies that align with your business goals and drive growth.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/a-strategic-planning-session-showing-dig-1773016090553-341850eb.png", imageAlt: "Strategic planning and analytics dashboard"}, ]} animationType="blur-reveal" - title: "Our Services", - description: "Comprehensive digital solutions tailored to your business needs. We combine strategy, design, and technology to deliver measurable results.", - tag: "What We Offer", - tagIcon: Zap, - tagAnimation: "slide-up", - textboxLayout: "default", - useInvertedBackground: true, - buttons: [ + title="Our Services" + description="Comprehensive digital solutions tailored to your business needs. We combine strategy, design, and technology to deliver measurable results." + tag="What We Offer" + tagIcon={Zap} + tagAnimation="slide-up" + textboxLayout="default" + useInvertedBackground={true} + buttons={[ { - text: "Back to Home", - href: "/", - }, - ], - buttonAnimation: "slide-up", + text: "Back to Home", href: "/"}, + ]} + buttonAnimation="slide-up" />