From a35d4e7a2344ddc621693a91a539c8187451f234 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:18:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 163 +++++++++++------------------------------------ 1 file changed, 36 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03ee701..acbbc2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,47 +46,26 @@ export default function LandingPage() {
@@ -104,38 +75,28 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "The Koko Philosophy", - }, + type: "text", content: "The Koko Philosophy"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/young-woman-car-showroom-choosing-car_1303-19792.jpg", - alt: "Studio precision", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/young-woman-car-showroom-choosing-car_1303-19792.jpg", alt: "Studio precision"}, ]} />
-- 2.49.1