From ec94001e2729a8453b28ff5ecce344e639d2fa88 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 20:35:13 +0000 Subject: [PATCH 1/4] Add src/app/attivita-locale/page.tsx --- src/app/attivita-locale/page.tsx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/app/attivita-locale/page.tsx diff --git a/src/app/attivita-locale/page.tsx b/src/app/attivita-locale/page.tsx new file mode 100644 index 0000000..d7f6f34 --- /dev/null +++ b/src/app/attivita-locale/page.tsx @@ -0,0 +1,31 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function AttivitaLocalePage() { + return ( + + + + + + + + ); +} \ No newline at end of file From 50dd0f088117262132dacf96ea8f8afa1d50fcdc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 20:35:13 +0000 Subject: [PATCH 2/4] Add src/app/creator/page.tsx --- src/app/creator/page.tsx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/app/creator/page.tsx diff --git a/src/app/creator/page.tsx b/src/app/creator/page.tsx new file mode 100644 index 0000000..fd7be53 --- /dev/null +++ b/src/app/creator/page.tsx @@ -0,0 +1,31 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function CreatorPage() { + return ( + + + + + + + + ); +} \ No newline at end of file From d10577b13f92e857a99310b54779d8f8ed8b2354 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 20:35:14 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 153 +++++++++++++++-------------------------------- 1 file changed, 47 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff1920d..c39614b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,10 @@ export default function LandingPage() { @@ -90,10 +69,8 @@ export default function LandingPage() { @@ -105,12 +82,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "Verified Reviews", description: "Boost your Google and TripAdvisor reputation naturally.", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=2"}, - { - title: "Automated Flow", description: "Manage all influencer collaborations in one dashboard.", imageSrc: "http://img.b2bpic.net/free-photo/person-reading-data-tablet_23-2149370610.jpg"}, - { - title: "Real Visibility", description: "Local creators producing authentic high-quality content.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg"}, + { title: "Verified Reviews", description: "Boost your Google and TripAdvisor reputation naturally.", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=2" }, + { title: "Automated Flow", description: "Manage all influencer collaborations in one dashboard.", imageSrc: "http://img.b2bpic.net/free-photo/person-reading-data-tablet_23-2149370610.jpg" }, + { title: "Real Visibility", description: "Local creators producing authentic high-quality content.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg" }, ]} title="From empty visibility to recurring clients." description="Your business needs trusted voices, real reviews, and a system that works while you focus on your clients." @@ -124,22 +98,10 @@ export default function LandingPage() { textboxLayout="split" animationType="blur-reveal" items={[ - { - content: "Discover exclusive, curated opportunities tailored to your unique profile and local influence area.", media:
, - reverse: false - }, - { - content: "Apply seamlessly within the platform. No endless DMs, no awkward negotiations. Just match and move.", media:
, - reverse: true - }, - { - content: "Experience luxury service. Deliver high-impact content that truly resonates and builds long-term value.", media:
, - reverse: false - }, - { - content: "Grow your portfolio with measurable analytics. Turn every partnership into a stepping stone for your future.", media:
, - reverse: true - } + { content: "Discover exclusive, curated opportunities tailored to your unique profile and local influence area.", media:
, reverse: false }, + { content: "Apply seamlessly within the platform. No endless DMs, no awkward negotiations. Just match and move.", media:
, reverse: true }, + { content: "Experience luxury service. Deliver high-impact content that truly resonates and builds long-term value.", media:
, reverse: false }, + { content: "Grow your portfolio with measurable analytics. Turn every partnership into a stepping stone for your future.", media:
, reverse: true } ]} />
@@ -149,16 +111,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", title: "For Brands: Step 1", content: "Create your business profile."}, - { - id: "2", title: "For Brands: Step 2", content: "Publish an offer or collaboration."}, - { - id: "3", title: "For Brands: Step 3", content: "Match with selected creators."}, - { - id: "4", title: "For Creators: Step 1", content: "Apply and create your profile."}, - { - id: "5", title: "For Creators: Step 2", content: "Discover local offers near you."}, + { id: "1", title: "For Brands: Step 1", content: "Create your business profile." }, + { id: "2", title: "For Brands: Step 2", content: "Publish an offer or collaboration." }, + { id: "3", title: "For Brands: Step 3", content: "Match with selected creators." }, + { id: "4", title: "For Creators: Step 1", content: "Apply and create your profile." }, + { id: "5", title: "For Creators: Step 2", content: "Discover local offers near you." }, ]} title="How it Works" description="A seamless private system for brands and creators." @@ -172,12 +129,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "100%", title: "Verification", description: "Content-linked tracking.", imageSrc: "http://img.b2bpic.net/free-photo/orange-crystal-background_1017-3751.jpg?_wi=2"}, - { - id: "m2", value: "24/7", title: "Automation", description: "Always-on marketing.", imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg"}, - { - id: "m3", value: "85K+", title: "Views", description: "Organic local reach.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-with-blurred-background_23-2148253602.jpg"}, + { id: "m1", value: "100%", title: "Verification", description: "Content-linked tracking.", imageSrc: "http://img.b2bpic.net/free-photo/orange-crystal-background_1017-3751.jpg?_wi=2" }, + { id: "m2", value: "24/7", title: "Automation", description: "Always-on marketing.", imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg" }, + { id: "m3", value: "85K+", title: "Views", description: "Organic local reach.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-with-blurred-background_23-2148253602.jpg" }, ]} title="Authenticity, tracked." description="Geolocated matchmaking and content verification dashboards." @@ -189,16 +143,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", title: "Strict Standards", quote: "The curation is what makes this app a private club, not a marketplace.", name: "Alex K.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/hostess-arranging-chairs-around-table_23-2147830618.jpg"}, - { - id: "t2", title: "Authenticity", quote: "I only collaborate with places I truly love and that truly fit my profile.", name: "Sarah M.", role: "Lifestyle Creator", imageSrc: "http://img.b2bpic.net/free-photo/brushed-gold-metallic-surface-texture_84443-73860.jpg"}, - { - id: "t3", title: "Visibility", quote: "This changed how my hotel is perceived in the local market.", name: "David W.", role: "Hotel Manager", imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-light-cream-beige-brown-like-cotton-silk-texture-pattern-background_1258-100543.jpg"}, - { - id: "t4", title: "Trust", quote: "Selected creators giving visibility to places that deserve it.", name: "Nina R.", role: "Influencer", imageSrc: "http://img.b2bpic.net/free-photo/abstract-fluid-art-with-golden-veins_23-2152014444.jpg"}, - { - id: "t5", title: "Quality", quote: "Finally, marketing feels like an exclusive experience, not a chore.", name: "Julian S.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/abstract-glowing-brown-background-with-soft-lines-generative-al_169016-28458.jpg"}, + { id: "t1", title: "Strict Standards", quote: "The curation is what makes this app a private club, not a marketplace.", name: "Alex K.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/hostess-arranging-chairs-around-table_23-2147830618.jpg" }, + { id: "t2", title: "Authenticity", quote: "I only collaborate with places I truly love and that truly fit my profile.", name: "Sarah M.", role: "Lifestyle Creator", imageSrc: "http://img.b2bpic.net/free-photo/brushed-gold-metallic-surface-texture_84443-73860.jpg" }, + { id: "t3", title: "Visibility", quote: "This changed how my hotel is perceived in the local market.", name: "David W.", role: "Hotel Manager", imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-light-cream-beige-brown-like-cotton-silk-texture-pattern-background_1258-100543.jpg" }, + { id: "t4", title: "Trust", quote: "Selected creators giving visibility to places that deserve it.", name: "Nina R.", role: "Influencer", imageSrc: "http://img.b2bpic.net/free-photo/abstract-fluid-art-with-golden-veins_23-2152014444.jpg" }, + { id: "t5", title: "Quality", quote: "Finally, marketing feels like an exclusive experience, not a chore.", name: "Julian S.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/abstract-glowing-brown-background-with-soft-lines-generative-al_169016-28458.jpg" }, ]} title="Not every brand enters." description="We protect our network by selecting only those who deliver authentic, high-quality impact." @@ -209,22 +158,14 @@ export default function LandingPage() { @@ -232,4 +173,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} From d6b770ab6ebe67944a6d9e16314f0700afbed89b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 20:35:14 +0000 Subject: [PATCH 4/4] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8cff76c..dd2f23e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #efebe5; - --card: #f7f2ea; - --foreground: #000000; - --primary-cta: #000000; + --background: #000000; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ffffff; --primary-cta-text: #efebe5; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #000000; - --accent: #ffffff; - --background-accent: #e1b875; + --accent: #535353; + --background-accent: #333333; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);