Update src/app/attivita-locale/page.tsx
This commit is contained in:
@@ -8,8 +8,9 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
export default function AttivitaLocalePage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -18,13 +19,19 @@ export default function AttivitaLocalePage() {
|
||||
]}
|
||||
brandName="Social Privé"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Accelerate Your Local Business."
|
||||
description="Attract verified creators, manage your reputation, and drive real growth through curated local partnerships."
|
||||
buttons={[{ text: "Get Started", href: "#" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gold-smartphones-with-gift-decorations_187299-46989.jpg?_wi=2"
|
||||
testimonials={[{ id: "1", name: "Alex R.", handle: "@alex_local", testimonial: "Transformed our foot traffic overnight!", rating: 5 }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard logoText="Social Privé" columns={[]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user