From fab88a13cda45bbc75b435b3a55fffb3d8e577b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:20:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 94 ++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2d6899..653a911 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,36 +36,36 @@ export default function LandingPage() { { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" } ]} - brandName="Webuild" - bottomLeftText="Global Web Experts" - bottomRightText="hello@webuild.com" + brandName="JAKI" + bottomLeftText="Just Getting Started" + bottomRightText="hello@jaki.com" />
@@ -247,8 +247,8 @@ export default function LandingPage() { title: "Services", items: [ { label: "Web Design", href: "#" }, { label: "Web Development", href: "#" }, - { label: "E-Commerce", href: "#" }, - { label: "Digital Strategy", href: "#" } + { label: "MVP Launch", href: "#" }, + { label: "Startup Strategy", href: "#" } ] }, { @@ -267,11 +267,11 @@ export default function LandingPage() { ] } ]} - bottomLeftText="© 2025 Webuild. All rights reserved." - bottomRightText="Made with passion for the web" + bottomLeftText="© 2025 JAKI. All rights reserved." + bottomRightText="Built by startups, for startups" ariaLabel="Site footer" /> ); -} +} \ No newline at end of file -- 2.49.1