Update src/app/about-us/page.tsx
This commit is contained in:
@@ -5,6 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import { Facebook, MapPin } from 'lucide-react';
|
||||
|
||||
export default function AboutUsPage() {
|
||||
return (
|
||||
@@ -24,20 +25,13 @@ export default function AboutUsPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Główna", id: "home"},
|
||||
{
|
||||
name: "O nas", id: "/about-us"},
|
||||
{
|
||||
name: "Usługi", id: "services"},
|
||||
{
|
||||
name: "Pakiety", id: "packages"},
|
||||
{
|
||||
name: "Cennik", id: "pricing"},
|
||||
{
|
||||
name: "Opinie", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt", id: "contact"},
|
||||
{ name: "Główna", id: "/"},
|
||||
{ name: "O nas", id: "/about-us"},
|
||||
{ name: "Usługi", id: "/#services"},
|
||||
{ name: "Pakiety", id: "/#packages"},
|
||||
{ name: "Cennik", id: "/#pricing"},
|
||||
{ name: "Opinie", id: "/#testimonials"},
|
||||
{ name: "Kontakt", id: "/#contact"}
|
||||
]}
|
||||
brandName="AutoRust Protect"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user