Update src/app/page.tsx

This commit is contained in:
2026-01-05 12:37:17 +00:00
parent c6e5ecd14a
commit 09413c382e

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -60,7 +60,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767604831774-b9x9enod.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767604831774-b9x9enod.jpg",
imageAlt: "Coffee shop interior and seating" imageAlt: "Coffee shop interior and seating"
} }
] ]}
logoLineHeight={1.1} logoLineHeight={1.1}
/> />
</div> </div>