Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-06-02 14:12:46 +00:00
2 changed files with 16 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function AboutPage() {
return (
@@ -26,13 +26,14 @@ export default function AboutPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "About", id: "/about" },
{ name: "Solutions", id: "#services" },
{ name: "Showcase", id: "#showcase" },
{ name: "Process", id: "#process" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
{ name: "Portfolio", id: "/portfolio" },
{ name: "Products", id: "/products" },
{ name: "Solutions", id: "/#services" },
{ name: "Showcase", id: "/#showcase" },
{ name: "Process", id: "/#process" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/contact" }
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EaCBg8IqA1RI2gpSxEL5UWFu1V/uploaded-1780407185220-1zawktjz.png"
logoAlt="LEVIAZ Logo"
@@ -73,7 +74,7 @@ export default function AboutPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterBaseReveal
columns={[
{
title: "Company", items: [
@@ -92,6 +93,7 @@ export default function AboutPage() {
},
{
title: "Resources", items: [
{ label: "Products", href: "/products" },
{ label: "Showcase", href: "/#showcase" },
{ label: "Process", href: "/#process" },
{ label: "Testimonials", href: "/#testimonials" },

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function ContactPage() {
@@ -25,6 +25,8 @@ export default function ContactPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "Products", id: "/products" },
{ name: "Solutions", id: "/#services" },
{ name: "Showcase", id: "/#showcase" },
@@ -59,7 +61,7 @@ export default function ContactPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterBaseReveal
columns={[
{
title: "Company", items: [
@@ -81,7 +83,8 @@ export default function ContactPage() {
{ label: "Products", href: "/products" },
{ label: "Showcase", href: "/#showcase" },
{ label: "Process", href: "/#process" },
{ label: "Testimonials", href: "/#testimonials" }
{ label: "Testimonials", href: "/#testimonials" },
{ label: "Portfolio", href: "/portfolio" }
]
},
{