Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f82cd7516d | |||
| d4c7997f7c | |||
| ed8f96bc86 | |||
| 123bf3ee45 | |||
| 93d3dcae71 | |||
| 4c11858dc1 | |||
| eacc537402 | |||
| a173e74136 | |||
| a15fbf85e4 | |||
| f61938e0a6 |
@@ -1406,4 +1406,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user