diff --git a/src/app/page.tsx b/src/app/page.tsx index ddff93c..03e92ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,101 +32,37 @@ export default function LandingPage() {
@@ -137,20 +73,11 @@ export default function LandingPage() { title="We turn bold ideas into digital experiences." description="Our agency specializes in helping entrepreneurs and small businesses establish a powerful digital footprint. We combine creative design with robust development to help you thrive online." metrics={[ - { - value: "150+", - title: "Projects Completed", - }, - { - value: "98%", - title: "Client Satisfaction", - }, - { - value: "24/7", - title: "Maintenance Support", - }, + { value: "150+", title: "Projects Completed" }, + { value: "98%", title: "Client Satisfaction" }, + { value: "24/7", title: "Maintenance Support" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -164,26 +91,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Web Design", - description: "Beautiful, responsive designs tailored to your brand identity.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139270.jpg", - titleImageSrc: "http://img.b2bpic.net/free-vector/technology-it-informational-website-graphic_53876-34837.jpg", - buttonText: "Learn More", - }, + title: "Web Design", description: "Beautiful, responsive designs tailored to your brand identity.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139270.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/technology-it-informational-website-graphic_53876-34837.jpg", buttonText: "Learn More"}, { - title: "Development", - description: "Clean, scalable code built for high performance.", - imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-hacking-code-running-computer-system-monitors_482257-99624.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/program-development-with-data-terminal-window-displaying-it-coding-language-computer-database-cloud-computing-programming-new-user-interface-with-hmtl-script-close-up_482257-60750.jpg", - buttonText: "Learn More", - }, + title: "Development", description: "Clean, scalable code built for high performance.", imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-hacking-code-running-computer-system-monitors_482257-99624.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/program-development-with-data-terminal-window-displaying-it-coding-language-computer-database-cloud-computing-programming-new-user-interface-with-hmtl-script-close-up_482257-60750.jpg", buttonText: "Learn More"}, { - title: "Branding & Maintenance", - description: "Continuous support to keep your brand fresh and functional.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345454.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/black-friday-product-promotions-concept_23-2148663136.jpg", - buttonText: "Learn More", - }, + title: "Branding & Maintenance", description: "Continuous support to keep your brand fresh and functional.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345454.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/black-friday-product-promotions-concept_23-2148663136.jpg", buttonText: "Learn More"}, ]} title="Services we provide" description="From concept to launch, we handle all aspects of your digital business requirements." @@ -192,46 +104,17 @@ export default function LandingPage() {
@@ -324,15 +160,7 @@ export default function LandingPage() { @@ -344,24 +172,10 @@ export default function LandingPage() { title="Ready to launch your project?" description="Get in touch today and let's start building your digital future." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Tell us about your project", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Tell us about your project", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-mirror-glass-building_410324-123.jpg" /> @@ -369,42 +183,9 @@ export default function LandingPage() {