15 Commits

Author SHA1 Message Date
b0811d819c Update src/app/page.tsx 2026-03-03 11:59:11 +00:00
bf072c21f3 Update src/app/layout.tsx 2026-03-03 11:59:11 +00:00
58feae42e5 Switch to version 1: modified src/app/page.tsx 2026-03-03 11:44:54 +00:00
a7f160b930 Switch to version 1: modified src/app/layout.tsx 2026-03-03 11:44:52 +00:00
e60f5bc359 Merge version_4 into main
Merge version_4 into main
2026-03-03 11:43:26 +00:00
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
a173e74136 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:27:50 +00:00
a15fbf85e4 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:21:32 +00:00
f61938e0a6 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:20:15 +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,8 +62,8 @@ export default function HomePage() {
tagIcon={Sparkles}
tagAnimation="opacity"
buttons={[
{ text: "Explore Models", href: "/models" },
{ text: "Learn More", href: "/about" },
{ text: "Explore AI Models", href: "/models" },
]}
buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-posing-cafe_72229-1430.jpg"
@@ -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>
);
}
}