From a3a76d4871dea78f8612f4e5889c5650930f38cb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 17:42:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 267 ++++++++++++----------------------------------- 1 file changed, 66 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 404c92e..91c1f56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,45 +47,28 @@ export default function LandingPage() {
@@ -106,9 +81,7 @@ export default function LandingPage() { description="At KODRA LAB, we don't just build websites—we craft digital ecosystems. Our approach blends cutting-edge technology with high-end aesthetics, ensuring your brand stands out in an increasingly crowded digital landscape." buttons={[ { - text: "Learn More", - href: "#services", - }, + text: "Learn More", href: "#services"}, ]} imageSrc="http://img.b2bpic.net/free-photo/detail-pink-leaf_23-2148211941.jpg" imageAlt="KODRA LAB concept" @@ -119,54 +92,31 @@ export default function LandingPage() {
@@ -318,14 +205,11 @@ export default function LandingPage() { @@ -335,50 +219,31 @@ export default function LandingPage() { logoText="KODRA LAB" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Portfolio", - href: "#portfolio", - }, + label: "Portfolio", href: "#portfolio"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Use", - href: "#", - }, + label: "Terms of Use", href: "#"}, ], }, ]}