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