Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-02-18 09:11:27 +00:00
5 changed files with 7 additions and 7 deletions

View File

@@ -98,4 +98,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,8 @@ import "./styles/base.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Follow Trade", description: "Expert-driven trading recommendations and market signals"};
title: "Follow Trade", description: "Expert-driven trading recommendations and market signals"
};
export default function RootLayout({
children,
@@ -1300,4 +1301,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -56,7 +56,6 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/close-up-with-businessman-patching-something-keyboard-graphics-monitor_482257-32827.jpg"
imageAlt="Supply chain and fulfillment"
mediaAnimation="opacity"
imagePosition="right"
buttonAnimation="opacity"
/>
</div>
@@ -301,4 +300,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -317,4 +317,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -163,4 +163,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}