From 368fb934f8bf263256b719749d5e58ee625399e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 09:09:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 197 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18719ee..0979819 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -58,37 +50,23 @@ export default function LandingPage() { description="We build professional websites, Shopify stores, and digital tools. From portfolio consulting to restaurant menu automation, your business goes digital with ARC." buttons={[ { - text: "Explore Our Work", - href: "#services", - }, + text: "Explore Our Work", href: "#services"}, { - text: "Book a Consultation", - href: "#contact", - }, + text: "Book a Consultation", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-hi-tec-science-background_1048-13117.jpg" imageAlt="modern digital agency abstract background" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg", - alt: "Portrait of attractive afroamerican man", - }, + src: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg", alt: "Portrait of attractive afroamerican man"}, { - src: "http://img.b2bpic.net/free-photo/closeup-confident-businessman-turn-face-camera-smiling-selfassured-standing-white-backgro_1258-113227.jpg", - alt: "Closeup of confident businessman turn face at camera smiling selfassured standing over white backgro", - }, + src: "http://img.b2bpic.net/free-photo/closeup-confident-businessman-turn-face-camera-smiling-selfassured-standing-white-backgro_1258-113227.jpg", alt: "Closeup of confident businessman turn face at camera smiling selfassured standing over white backgro"}, { - src: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg", - alt: "Cheerful young executive looking at camera", - }, + src: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg", alt: "Cheerful young executive looking at camera"}, { - src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", - alt: "black businessman happy expression", - }, + src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "black businessman happy expression"}, { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", - alt: "Portrait of a beautiful business office in a business center", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", alt: "Portrait of a beautiful business office in a business center"}, ]} avatarText="Trusted by 500+ global partners" /> @@ -99,14 +77,9 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Professional Digital Agency Architecture.", - }, + type: "text", content: "Professional Digital Agency Architecture."}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/coffee-notebooks-near-computer-camera_23-2147823721.jpg", - alt: "minimalist warm workspace", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/coffee-notebooks-near-computer-camera_23-2147823721.jpg", alt: "minimalist warm workspace"}, ]} /> @@ -118,34 +91,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - label: "Web Development", - title: "Niche Agency Sites", - items: [ - "Industry-specific design", - "Custom CMS integration", - "Modern UI/UX principles", - ], + id: "s1", label: "Web Development", title: "Niche Agency Sites", items: [ + "Industry-specific design", "Custom CMS integration", "Modern UI/UX principles"], }, { - id: "s2", - label: "Subscription Model", - title: "WaaS Services", - items: [ - "Predictable monthly cost", - "Always-on maintenance", - "Scalable infrastructure", - ], + id: "s2", label: "Subscription Model", title: "WaaS Services", items: [ + "Predictable monthly cost", "Always-on maintenance", "Scalable infrastructure"], }, { - id: "s3", - label: "E-Commerce", - title: "Shopify Experts", - items: [ - "Full store architecture", - "Payment integration", - "Product catalogue sync", - ], + id: "s3", label: "E-Commerce", title: "Shopify Experts", items: [ + "Full store architecture", "Payment integration", "Product catalogue sync"], }, ]} title="Everything Your Business Needs" @@ -155,52 +110,23 @@ export default function LandingPage() {
@@ -296,33 +197,21 @@ export default function LandingPage() { logoText="DIGITAL ARC" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "WaaS", - href: "#services", - }, + label: "WaaS", href: "#services"}, { - label: "Ecommerce", - href: "#services", - }, + label: "Ecommerce", href: "#services"}, { - label: "Portfolio", - href: "#portfolio", - }, + label: "Portfolio", href: "#portfolio"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1