From 12ce6fa2ef36516b4b9d495d62b10afe87e6f6ef Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:29:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 325 +++++++++-------------------------------------- 1 file changed, 61 insertions(+), 264 deletions(-) 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() {
@@ -332,31 +172,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "How do you start?", - content: "We begin with a discovery phase to align on goals.", - }, - { - id: "q2", - title: "What is the timeline?", - content: "Projects typically range from 4 to 12 weeks.", - }, - { - id: "q3", - title: "Do you support after launch?", - content: "Yes, we offer ongoing maintenance and growth support.", - }, - { - id: "q4", - title: "Do you work with startups?", - content: "Absolutely, we specialize in helping early-stage ventures.", - }, - { - id: "q5", - title: "Is the code proprietary?", - content: "You own 100% of the code upon project completion.", - }, + { id: "q1", title: "How do you start?", content: "We begin with a discovery phase to align on goals." }, + { id: "q2", title: "What is the timeline?", content: "Projects typically range from 4 to 12 weeks." }, + { id: "q3", title: "Do you support after launch?", content: "Yes, we offer ongoing maintenance and growth support." }, + { id: "q4", title: "Do you work with startups?", content: "Absolutely, we specialize in helping early-stage ventures." }, + { id: "q5", title: "Is the code proprietary?", content: "You own 100% of the code upon project completion." }, ]} title="Frequently Asked" faqsAnimation="slide-up" @@ -367,9 +187,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1