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