From 51f444c0b219491d1d455819e69b8e09f1031df4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:47:07 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ef24add..5bae1c4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 9f851282cc92f079f486d190790f8b6a87dd2efd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:47:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e15c4e0..39d383f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,10 @@ export default function LandingPage() { description={[ "AIKO is a premium graphic design and digital studio specializing in modern visual identity systems built on creativity, technology, and strategic thinking. Every design is crafted not only for aesthetics but to communicate credibility, professionalism, and long-term brand value.", "Based in Palembang, South Sumatra, Indonesia, we serve clients nationwide, combining local expertise with international design standards. Our mission is to elevate brand presence and position businesses with confidence above the competition through refined, modern, and technology-driven design solutions." ]} - buttons={[{ text: "Learn More", href: "services" }]} + buttons={[ + { text: "Learn More", href: "services" }, + { text: "Explore Services", href: "services" } + ]} showBorder={true} useInvertedBackground={false} ariaLabel="About AIKO section" @@ -312,4 +315,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1