Merge version_4 into main #5

Merged
bender merged 2 commits from version_4 into main 2026-03-03 11:43:26 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -62,7 +62,7 @@ export default function HomePage() {
tagIcon={Sparkles}
tagAnimation="opacity"
buttons={[
{ text: "Explore Models", href: "/models" },
{ text: "Browse Our 41 Models", href: "/models" },
{ text: "Learn More", href: "/about" },
]}
buttonAnimation="opacity"
@@ -200,8 +200,8 @@ export default function HomePage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Get in Touch", href: "/contact" },
{ text: "Request Proposal", href: "#" },
{ text: "Get in Touch", href: "/contact" },
]}
/>
</div>
@@ -243,4 +243,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}