4 Commits

Author SHA1 Message Date
0ab631f0be Merge version_3 into main
Merge version_3 into main
2026-03-07 00:47:12 +00:00
9f851282cc Update src/app/page.tsx 2026-03-07 00:47:08 +00:00
51f444c0b2 Update src/app/layout.tsx 2026-03-07 00:47:07 +00:00
9184651db8 Merge version_2 into main
Merge version_2 into main
2026-03-07 00:44:52 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -89,7 +89,10 @@ export default function LandingPage() {
description={[ 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." "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} showBorder={true}
useInvertedBackground={false} useInvertedBackground={false}
ariaLabel="About AIKO section" ariaLabel="About AIKO section"
@@ -312,4 +315,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }