Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d79109763e | |||
| 4c457dde8e | |||
| 06fd334a8f | |||
| 363047ade6 | |||
| 5645959953 | |||
| f8a918fd23 | |||
| 329e3ae1bd | |||
| 034755fdae |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user