3 Commits

Author SHA1 Message Date
576f3a8905 Update src/app/page.tsx 2026-03-16 21:43:10 +00:00
7d166edc35 Merge version_2 into main
Merge version_2 into main
2026-03-16 21:36:06 +00:00
4a2772954d Merge version_2 into main
Merge version_2 into main
2026-03-16 21:35:36 +00:00

View File

@@ -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>