Merge version_8 into main #7

Merged
development merged 2 commits from version_8 into main 2026-02-10 05:03:23 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,8 @@ const manrope = Manrope({
});
export const metadata: Metadata = {
title: "FitPro Toronto - Personal Training", description: "Professional personal training in Toronto tailored to your unique goals."};
title: "FitPro Toronto - Personal Training", description: "Professional personal training in Toronto tailored to your unique goals."
};
export default function RootLayout({
children,

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
const totalWidth = itemWidth * itemCount;
const animateScroll = () => {
scrollPosition += 1;
scrollPosition += 0.5;
if (scrollPosition >= totalWidth / 2) {
scrollPosition = 0;
}