From afdefb9471251951f44cdd7e8eb0afd7efa22bf4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:12:43 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 53eb5da..df9c63f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Prakash Subedi - Data Science Portfolio", description: "Computer Science student at Algoma University. Portfolio showcasing data science, machine learning, and software development projects."}; + title: "Prakash Subedi - Data Science Portfolio", description: "Computer Science student at Algoma University. Portfolio showcasing data science, machine learning, and software development projects." +}; export default function RootLayout({ children, -- 2.49.1 From 6a49199fa16f19f541163827d9d43c1fcf266bb8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:12:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 355144e..e497586 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVxR2oMtlqxgzKOvPVVuOfL7jp/sql-database-icon-with-modern-flat-desig-1772693211090-d413772d.png", imageAlt: "SQL Database" } ]} - autoPlay={true} + autoPlay={false} autoPlayInterval={5000} /> -- 2.49.1