From bf072c21f32e2456b5e7c0f37f5d34427ac21574 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:59:11 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8ce8ba8..cde654f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From b0811d819c1dd0048d9de099c2c5d71831450526 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:59:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f8f166..4feae38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} /> @@ -243,4 +243,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1