diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 35c0fd4..05108d4 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -98,4 +98,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f17f290..31eeea7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index e9de100..9e45b98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -301,4 +300,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 68bab7e..8e91173 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -317,4 +317,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index abf6916..89f0f6b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -163,4 +163,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file