4 Commits

Author SHA1 Message Date
16871b65bf Merge version_3 into main
Merge version_3 into main
2026-03-08 07:43:27 +00:00
723c3ba4c7 Update src/app/page.tsx 2026-03-08 07:43:23 +00:00
22921d48e5 Update src/app/layout.tsx 2026-03-08 07:43:23 +00:00
1aa6c7461a Merge version_2 into main
Merge version_2 into main
2026-03-08 07:39:35 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-vector/postmodern-business-cover-collection_23-2148884225.jpg", imageAlt: "Digital illustration" },
]}
buttons={[
{ text: "Explore Our Portfolio", href: "features" },
{ text: "View Our Work", href: "features" },
{ text: "Start Your Project", href: "contact" },
]}
buttonAnimation="slide-up"
@@ -243,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}