Update src/app/page.tsx

This commit is contained in:
2026-01-04 17:52:35 +00:00
parent d54a78f1c4
commit 182cafe0cf

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -150,7 +150,7 @@ export default function LandingPage() {
{ text: "Add 3 Tins", href: "#" }
]
}
]
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
@@ -246,7 +246,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767391971803-ej8f6jxf.jpg",
imageAlt: "portrait professional headshot person face"
}
]
]}
textboxLayout="default"
useInvertedBackground="noInvert"
/>
@@ -289,7 +289,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767548620347-50j6wzjb.jpg",
imageAlt: "quality premium check verified badge"
}
]
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"