diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a9b4e4..e3d898b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact"}, ]} - logoSrc="http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827734.jpg" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ElZQCx8O74u4AFNiCYy0YDfD6z/uploaded-1780756886240-o3jlniye.png" logoAlt="Pure Fitness Gym Logo" brandName="Pure Fitness" bottomLeftText="Train Hard. Live Pure." @@ -96,11 +96,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", content: "About Pure Fitness: \\nWhere "}, + type: "text", content: "About Pure Fitness: \nWhere "}, { - type: "image", src: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827734.jpg", alt: "Pure Fitness Logo"}, + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ElZQCx8O74u4AFNiCYy0YDfD6z/uploaded-1780756886240-o3jlniye.png", alt: "Pure Fitness Logo"}, { - type: "text", content: " \\\"World Number Best\\\" Meets Community"}, + type: "text", content: " \"World Number Best\" Meets Community"}, ]} buttons={[ { @@ -305,7 +305,7 @@ export default function LandingPage() {