4 Commits

Author SHA1 Message Date
da9aed72ae Update src/app/page.tsx 2026-01-06 14:16:55 +00:00
ed581f18bf Update src/app/page.tsx 2026-01-06 14:10:11 +00:00
6d3024d64c Update src/app/layout.tsx 2026-01-06 14:10:10 +00:00
911e2062cc Update src/app/globals.css 2026-01-06 14:10:09 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -9,8 +9,8 @@
--foreground: #000a18e6;;
--primary-cta: #409fff;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--accent: #3b82f6;;
--background-accent: #9bcfff;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1277,4 +1277,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
@@ -55,7 +55,7 @@ export default function LandingPage() {
mediaItems={[
{imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767707497778-10ztjsiu.jpg', imageAlt: 'Premium product showcase'},
{imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767707498598-kdej2xga.jpg', imageAlt: 'Technology innovation display'},
{imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767707499414-0fcr5r7w.jpg', imageAlt: 'Professional business solution'},
{imageSrc: 'https://img.b2bpic.net/free-photo/businessman-hand-holding-lightbulb-with-glowing-light-creative-smart-thinking-inspiration-innovation-with-network-concept_616485-63.jpg', imageAlt: 'Professional business solution'},
{imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767707500047-lp6iojye.jpg', imageAlt: 'Modern design excellence'},
{imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767707500775-x24ucc6l.jpg', imageAlt: 'Innovative product range'}
]}
@@ -342,4 +342,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}