Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 576f3a8905 |
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -26,18 +26,17 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Aura Creative"
|
||||
navItems={[
|
||||
{ name: "Servizi", id: "services" },
|
||||
{ name: "Chatbot", id: "chatbot" },
|
||||
{ name: "Brand System", id: "brand-system" },
|
||||
{ name: "Chatbot", id: "chatbot-detail" },
|
||||
{ name: "Brand System", id: "brand-system-detail" },
|
||||
{ name: "Metodo", id: "method" },
|
||||
{ name: "Prezzi", id: "pricing" },
|
||||
{ name: "Contatti", id: "contact" }
|
||||
]}
|
||||
bottomLeftText="Trasforma i Tuoi Social"
|
||||
bottomRightText="info@auracreative.it"
|
||||
button={{ text: "Inizia Ora", href: "#pricing" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user