diff --git a/src/app/page.tsx b/src/app/page.tsx index e7b51a7..eb896a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -181,30 +98,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Custom Web Design", - description: "Beautiful layouts tailored to your unique identity.", - imageSrc: "http://img.b2bpic.net/free-photo/data-technology-green-background-with-computer-microchip-remixed-media_53876-108533.jpg", - }, + title: "Custom Web Design", description: "Beautiful layouts tailored to your unique identity.", imageSrc: "http://img.b2bpic.net/free-photo/data-technology-green-background-with-computer-microchip-remixed-media_53876-108533.jpg"}, { - title: "Responsive Performance", - description: "Fast-loading, optimized code across all device types.", - imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-computer-screen_23-2149416730.jpg", - }, + title: "Responsive Performance", description: "Fast-loading, optimized code across all device types.", imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-computer-screen_23-2149416730.jpg"}, { - title: "Growth Analytics", - description: "Data-backed decision making for your digital presence.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884869.jpg", - }, + title: "Growth Analytics", description: "Data-backed decision making for your digital presence.", imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884869.jpg"}, { - title: "API Integration", - description: "Seamlessly connect your tools to your web portal.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-computer-keyboard_53876-30489.jpg", - }, + title: "API Integration", description: "Seamlessly connect your tools to your web portal.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-computer-keyboard_53876-30489.jpg"}, { - title: "Cloud Infrastructure", - description: "Reliable and scalable hosting for any traffic.", - imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code_146671-18938.jpg", - }, + title: "Cloud Infrastructure", description: "Reliable and scalable hosting for any traffic.", imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code_146671-18938.jpg"}, ]} title="Our Expertise" description="Comprehensive digital development solutions designed for the modern landscape." @@ -213,45 +115,21 @@ export default function LandingPage() {