8 Commits

5 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -37,6 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ text: "Meet Chuchuka", href: "hero" }} button={{ text: "Meet Chuchuka", href: "hero" }}
className="fixed top-0 left-0 right-0 w-screen z-50"
/> />
</div> </div>

View File

@@ -29,7 +29,7 @@ interface FooterBaseProps {
} }
const FooterBase = ({ const FooterBase = ({
logoSrc = "/brand/logowhite.svg", logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
logoText = "Webild", logoText = "Webild",
logoWidth = 120, logoWidth = 120,
logoHeight = 40, logoHeight = 40,

View File

@@ -30,7 +30,7 @@ interface FooterBaseCardProps {
} }
const FooterBaseCard = ({ const FooterBaseCard = ({
logoSrc = "/brand/logowhite.svg", logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
logoText = "Webild", logoText = "Webild",
logoWidth = 120, logoWidth = 120,
logoHeight = 40, logoHeight = 40,

View File

@@ -36,7 +36,7 @@ interface FooterBaseSocialProps {
} }
const FooterBaseSocial = ({ const FooterBaseSocial = ({
logoSrc = "/brand/logowhite.svg", logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
logoText = "Webild", logoText = "Webild",
logoWidth = 120, logoWidth = 120,
logoHeight = 40, logoHeight = 40,

View File

@@ -50,7 +50,7 @@ const FooterMedia = ({
videoSrc, videoSrc,
imageAlt = "", imageAlt = "",
videoAriaLabel = "Footer video", videoAriaLabel = "Footer video",
logoSrc = "/brand/logowhite.svg", logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
logoText = "Webild", logoText = "Webild",
logoWidth = 120, logoWidth = 120,
logoHeight = 40, logoHeight = 40,