Update src/app/about/page.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user