diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b25f685..71932c1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -30,6 +30,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" } ]} brandName="Cobra Security" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsC4yT4apN1Qf61IvB4gX4w5m1/uploaded-1777165137884-o44nawao.png" button={{ text: "Contact", href: "/contact" }} /> @@ -78,4 +79,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a3bd87c..f49391c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,6 +30,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} brandName="Cobra Security" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsC4yT4apN1Qf61IvB4gX4w5m1/uploaded-1777165137884-o44nawao.png" button={{ text: "Contact", href: "/contact" }} /> @@ -77,4 +78,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 739a85a..5069ec8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,6 +33,7 @@ export default function LandingPage() { { name: "Contact", id: "/contact" } ]} brandName="Cobra Security" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsC4yT4apN1Qf61IvB4gX4w5m1/uploaded-1777165137884-o44nawao.png" button={{ text: "Contact", href: "/contact" }} /> @@ -135,4 +136,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 5d47bd4..932a8b2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -30,6 +30,7 @@ export default function ShopPage() { { name: "Contact", id: "/contact" } ]} brandName="Cobra Security" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsC4yT4apN1Qf61IvB4gX4w5m1/uploaded-1777165137884-o44nawao.png" button={{ text: "Contact", href: "/contact" }} /> @@ -77,4 +78,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file