7 Commits

Author SHA1 Message Date
f82cd7516d Update src/app/page.tsx 2026-03-03 11:43:21 +00:00
d4c7997f7c Update src/app/layout.tsx 2026-03-03 11:43:21 +00:00
ed8f96bc86 Switch to version 1: modified src/app/page.tsx 2026-03-03 11:39:33 +00:00
123bf3ee45 Switch to version 1: modified src/app/layout.tsx 2026-03-03 11:39:32 +00:00
93d3dcae71 Merge version_3 into main
Merge version_3 into main
2026-03-03 11:37:00 +00:00
4c11858dc1 Update src/app/page.tsx 2026-03-03 11:36:55 +00:00
eacc537402 Update src/app/layout.tsx 2026-03-03 11:36:54 +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>
);
}
}