Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-09 16:06:44 +00:00
2 changed files with 2 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ import type { Metadata } from "next";
import { Manrope } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
@@ -19,9 +18,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${manrope.variable} antialiased`}>
<ServiceWrapper>
{children}
</ServiceWrapper>
{children}
<script
async
src="https://cdn.jsdelivr.net/npm/three@r128/build/three.min.js"

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Garcia's Project"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773072253757-45056dwa.jpg"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773072253757-45056dwa.jpg"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },