10 Commits

Author SHA1 Message Date
add3948729 Merge version_2 into main
Merge version_2 into main
2026-06-08 18:48:18 +00:00
503b578d15 Update src/app/page.tsx 2026-06-08 18:48:15 +00:00
4904eb5c4c Merge version_2 into main
Merge version_2 into main
2026-06-08 18:44:44 +00:00
3b144df6a8 Update src/app/page.tsx 2026-06-08 18:44:38 +00:00
2b42dd7eae Merge version_2 into main
Merge version_2 into main
2026-06-08 18:31:15 +00:00
d219ae82c0 Update src/app/page.tsx 2026-06-08 18:31:12 +00:00
32305a4988 Merge version_2 into main
Merge version_2 into main
2026-06-08 18:30:33 +00:00
4d5dac9818 Update src/app/page.tsx 2026-06-08 18:30:29 +00:00
95c4f9da84 Merge version_2 into main
Merge version_2 into main
2026-06-08 18:29:36 +00:00
d6328d5c66 Update src/app/page.tsx 2026-06-08 18:29:32 +00:00

View File

@@ -4,16 +4,13 @@ import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import SplitAbout from "@/components/sections/about/SplitAbout";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import { Sparkles } from "lucide-react";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
export default function WebAgency2Page() { export default function WebAgency2Page() {
return ( return (
@@ -31,314 +28,166 @@ export default function WebAgency2Page() {
> >
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Webild" brandName="VivoDesign"
navItems={[ navItems={[
{ name: "Work", id: "work" }, { name: "Chi Siamo", id: "chi-siamo" },
{ name: "Services", id: "services" }, { name: "Servizi", id: "servizi" },
{ name: "About", id: "about" }, { name: "Perché Sceglierci", id: "perche-sceglierci" },
{ name: "Contact", id: "contact" }, { name: "Processo", id: "processo" },
{ name: "Contatti", id: "contatti" }
]} ]}
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Contattaci", href: "#contatti" }}
/> />
<HeroSplitDoubleCarousel <div id="hero" data-section="hero">
title="We Build Digital Experiences" <HeroSplitDoubleCarousel
description="Transform your brand with cutting-edge web design and development. We craft stunning websites that convert visitors into customers." title="Design
tag="Award-Winning Agency" Identità
tagIcon={Sparkles} Impatto"
tagAnimation="slide-up" description="Trasformiamo idee autentiche in esperienze digitali memorabili e affascinanti
background={{ variant: "canvas-reveal" }} "
buttons={[ tag="Creatività & Innovazione"
{ text: "Start Project", href: "#contact" }, tagIcon={Sparkles}
{ text: "View Work", href: "#work" }, tagAnimation="slide-up"
]} background={{ variant: "canvas-reveal" }}
buttonAnimation="slide-up" buttons={[
carouselPosition="right" { text: "Inizia il Tuo Progetto", href: "#contatti" },
leftCarouselItems={[ { text: "Scopri i Servizi", href: "#servizi" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "UI UX Design - Daily Life app" }, ]}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "UI UX Design - SaaS platform" }, buttonAnimation="slide-up"
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "UI UX Design - Luminé skincare" }, carouselPosition="right"
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "UI UX Design - Online courses" }, leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "UI UX Design - Business coach" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "UI UX Design - Daily Life app" },
]} { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "UI UX Design - SaaS platform" },
rightCarouselItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "UI UX Design - Luminé skincare" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "UI UX Design - Luxuria travel" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "UI UX Design - Online courses" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "UI UX Design - Dental practice" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "UI UX Design - Business coach" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "UI UX Design - AI product builder" }, ]}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "UI UX Design - AI automation" }, rightCarouselItems={[
]} { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "UI UX Design - Luxuria travel" },
carouselItemClassName="!aspect-[4/5]" { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "UI UX Design - Dental practice" },
/> { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "UI UX Design - AI product builder" },
<FeatureBento { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "UI UX Design - AI automation" },
title="Our Services" ]}
description="We offer a full suite of digital services to help your brand stand out online." carouselItemClassName="!aspect-[4/5]"
textboxLayout="default" />
useInvertedBackground={false} </div>
animationType="slide-up"
buttons={[{ text: "All Services", href: "#services" }]} <div id="chi-siamo" data-section="chi-siamo">
buttonAnimation="slide-up" <SplitAbout
features={[ title="Chi Siamo"
{ description="VivoDesign è un'agenzia creativa con sede in Emilia-Romagna, Italia, specializzata nella creazione di identità di brand uniche e soluzioni digitali di impatto. Uniamo arte e strategia per progetti che lasciano il segno."
title: "SEO", imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp"
description: "We optimize your website to rank higher on search engines and drive organic traffic.", imageAlt="Team VivoDesign"
bentoComponent: "marquee", mediaAnimation="slide-up"
centerIcon: Search, imagePosition="right"
variant: "text", textboxLayout="default"
texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"], useInvertedBackground={false}
}, bulletPoints={[]}
{ />
title: "Web Development", </div>
description: "Custom-built websites that are fast, responsive, and designed to convert.",
bentoComponent: "media-stack", <div id="servizi" data-section="servizi">
<FeatureCardTwentySeven
title="I Nostri Servizi"
description="Offriamo soluzioni creative complete per far brillare il tuo brand in ogni ambiente digitale."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
id: "brand-identity", title: "Brand Identity", descriptions: ["Creiamo l'anima visiva del tuo brand, dal concept alla realizzazione, per un'identità forte e coerente."],
},
{
id: "logo-design", title: "Logo Design", descriptions: ["Progettiamo loghi distintivi che comunicano l'essenza del tuo marchio e rimangono impressi."],
},
{
id: "social-media", title: "Social Media Design", descriptions: ["Grafiche accattivanti per engagement e presenza digitale efficace sulle piattaforme social."],
},
{
id: "marketing-material", title: "Materiale Marketing", descriptions: ["Ideiamo brochure, presentazioni e supporti visivi che amplificano il tuo messaggio."],
},
{
id: "web-graphics", title: "Web Graphics", descriptions: ["Grafiche ottimizzate per il web che migliorano l'esperienza utente e l'impatto visivo."],
},
]}
/>
</div>
<div id="perche-sceglierci" data-section="perche-sceglierci">
<FeatureCardSixteen
title="Perché Scegliere VivoDesign?"
description="Il nostro impegno per l'eccellenza, la creatività e i risultati tangibili ci rende il partner ideale."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
positiveCard={{
items: [ items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web project - AgentFlow AI platform" }, "Creatività Senza Limiti: Soluzioni innovative e design originale per distinguerti.", "Approccio Strategico: Ogni progetto è guidato da una strategia mirata ai tuoi obiettivi.", "Qualità Premium: Dettagli curati e standard elevati in ogni fase del lavoro.", "Affidabilità Garantita: Consegne puntuali e supporto costante per ogni esigenza.", "Esperienza Comprovata: Anni di successo nella valorizzazione di brand di ogni settore."],
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Web project - Architecture studio" }, }}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Web project - Summit Roofing" }, negativeCard={{
],
},
{
title: "Branding",
description: "Build a memorable brand identity that resonates with your audience.",
bentoComponent: "media-stack",
items: [ items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Brand project 1" }, "Costi Iniziali: Investimento significativo per design su misura.", "Tempi di Consegna: Progetti complessi richiedono pianificazione estesa.", "Manutenzione: Necessità di aggiornamenti costanti per rimanere rilevanti.", "Scalabilità: Potrebbe richiedere ulteriori investimenti per espansioni future.", "Dipendenza dal Designer: Richiede collaborazione continua per evoluzioni."
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Brand project 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Brand project 3" },
], ],
}, }}
]} />
/> </div>
<FeatureCardTwentySix
title="Our Work" <div id="processo" data-section="processo">
description="A selection of projects we've crafted for clients across industries." <TimelineHorizontalCardStack
textboxLayout="default" title="Il Nostro Processo di Lavoro"
useInvertedBackground={false} description="Un percorso trasparente e collaborativo per trasformare le tue idee in realtà di successo."
buttons={[{ text: "View All Work", href: "#work" }]} tag="Metodologia Efficace"
buttonAnimation="slide-up" tagIcon={Sparkles}
cardClassName="!h-auto aspect-video" textboxLayout="default"
features={[ useInvertedBackground={false}
{ mediaItems={[
title: "Umbra Skincare", { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Process Step 1" },
description: "Luxury fragrance e-commerce", { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Process Step 2" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Process Step 3" },
imageAlt: "Umbra Skincare website", { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Process Step 4" }
buttonIcon: ArrowUpRight, ]}
buttonHref: "#", children={<></>}
}, />
{ </div>
title: "Luxuria Travel",
description: "Bespoke luxury travel experiences", <div id="contatti" data-section="contatti">
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", <ContactCTA
imageAlt: "Luxuria Travel website", tag="Contattaci Ora"
buttonIcon: ArrowUpRight, title="Pronto a Definire la Tua Prossima Storia di Successo?"
buttonHref: "#", description="Discutiamo le tue idee e trasformiamole in realtà digitali straordinarie. Una consulenza gratuita ti aspetda."
}, background={{ variant: "rotated-rays-animated" }}
{ buttons={[
title: "Dental Care", { text: "Richiedi una Consulenza", href: "#contatti" },
description: "Premier dental practice", ]}
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", buttonAnimation="slide-up"
imageAlt: "Luxury Dental Care website", useInvertedBackground={false}
buttonIcon: ArrowUpRight, />
buttonHref: "#", </div>
},
{
title: "Summit Roofing",
description: "Professional roofing services",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp",
imageAlt: "Summit Roofing website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
{
title: "Dubai Real Estate",
description: "Luxury property listings",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp",
imageAlt: "Dubai Real Estate website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
]}
/>
<FeatureBento
title="Our Promise"
description="We deliver results that speak for themselves."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
title: "All Devices Optimization",
description: "Pixel-perfect websites that look stunning on every screen size and device.",
bentoComponent: "phone",
statusIcon: Lock,
alertIcon: Monitor,
alertTitle: "Responsive check",
alertMessage: "All breakpoints passed",
apps: [
{ name: "Phone", icon: Phone },
{ name: "SMS", icon: MessageCircle },
{ name: "Books", icon: BookOpen },
{ name: "TV", icon: Tv },
{ name: "Camera", icon: Camera },
{ name: "Music", icon: Music },
{ name: "Settings", icon: Settings },
{ name: "Chat", icon: MessageCircle },
],
},
{
title: "Secure Hosting",
description: "Enterprise-grade security and 99.9% uptime for your website.",
bentoComponent: "reveal-icon",
icon: Shield,
},
{
title: "Fast Turnaround",
description: "From concept to launch in record time without sacrificing quality.",
bentoComponent: "timeline",
heading: "Project Launch",
subheading: "Week 1",
items: [
{ label: "Discovery & wireframes", detail: "Day 1-3" },
{ label: "Design & development", detail: "Day 4-10" },
{ label: "Testing & deployment", detail: "Day 11-14" },
],
completedLabel: "Live",
},
{
title: "Seamless Integrations",
description: "Connect with the tools you already use — CRMs, analytics, payments, and more.",
bentoComponent: "orbiting-icons",
centerIcon: Puzzle,
items: [
{ icon: Shield },
{ icon: Monitor },
{ icon: Zap },
{ icon: TrendingUp },
],
},
{
title: "Growth Trends",
description: "Data-driven insights to optimize your search presence and drive traffic.",
bentoComponent: "line-chart",
},
]}
/>
<TestimonialCardFifteen
testimonial="Webild completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate."
rating={5}
author="— Maria Santos, CEO at Luxuria Travel"
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", alt: "Client" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
<MetricCardOne
title="Trusted by Industry Leaders"
description="Years of experience building digital products that drive real results."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "projects", value: "100+", title: "Projects", description: "Successfully delivered across all industries", icon: Award },
{ id: "satisfaction", value: "99%", title: "Satisfaction", description: "Client satisfaction rate and counting", icon: Users },
{ id: "years", value: "8+", title: "Years", description: "Of crafting exceptional digital experiences", icon: TrendingUp },
]}
/>
<FeatureCardSixteen
title="Why Choose Webild"
description="See the difference a professional web agency makes."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
negativeCard={{
items: [
"Generic templates with no personality",
"Slow load times and poor performance",
"No SEO strategy or search visibility",
"Outdated design that hurts credibility",
"No ongoing support after launch",
],
}}
positiveCard={{
items: [
"Custom designs tailored to your brand",
"Lightning-fast performance on all devices",
"Built-in SEO to drive organic traffic",
"Modern design that builds trust",
"Dedicated support and maintenance",
],
}}
/>
<TeamCardFive
title="Meet the Team"
description="The creative minds behind your next project."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
mediaClassName="object-[65%_center]"
team={[
{ id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" },
{ id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" },
{ id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" },
]}
/>
<FaqBase
title="Frequently Asked Questions"
description="Everything you need to know about working with us."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "How long does a typical project take?", content: "Most projects are completed within 2-4 weeks depending on scope and complexity. We'll provide a detailed timeline during our initial consultation." },
{ id: "2", title: "What is your pricing structure?", content: "We offer project-based pricing tailored to your needs. Every project includes design, development, SEO optimization, and post-launch support." },
{ id: "3", title: "Do you offer ongoing maintenance?", content: "Yes! We provide ongoing support and maintenance packages to keep your website updated, secure, and performing at its best." },
{ id: "4", title: "Can you redesign my existing website?", content: "Absolutely. We specialize in website redesigns that modernize your brand while preserving your existing content and SEO rankings." },
{ id: "5", title: "What technologies do you use?", content: "We build with modern technologies including Next.js, React, and Tailwind CSS to ensure fast, scalable, and maintainable websites." },
]}
/>
<ContactCTA
tag="Get in Touch"
title="Ready to Transform Your Digital Presence?"
description="Let's build something extraordinary together. Get in touch and let's discuss your next project."
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "View Our Work", href: "#work" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
<FooterBase <FooterBase
logoText="Webild" logoText="VivoDesign"
copyrightText="© 2026 | Webild" copyrightText="© 2024 VivoDesign. Tutti i diritti riservati."
columns={[ columns={[
{ {
title: "Company", title: "Azienda", items: [
items: [ { label: "Chi Siamo", href: "#chi-siamo" },
{ label: "About", href: "#about" }, { label: "Servizi", href: "#servizi" },
{ label: "Services", href: "#services" }, { label: "Processo", href: "#processo" },
{ label: "Work", href: "#work" }, { label: "Contatti", href: "#contatti" },
{ label: "Contact", href: "#contact" },
], ],
}, },
{ {
title: "Services", title: "Servizi Offerti", items: [
items: [ { label: "Brand Identity", href: "#servizi" },
{ label: "Web Development", href: "#" }, { label: "Logo Design", href: "#servizi" },
{ label: "SEO", href: "#" }, { label: "Social Media Design", href: "#servizi" },
{ label: "Branding", href: "#" }, { label: "Web Graphics", href: "#servizi" },
{ label: "UI/UX Design", href: "#" },
], ],
}, },
{ {
title: "Connect", title: "Connettiti", items: [
items: [ { label: "Email: vivodesignstudios@gmail.com", href: "mailto:vivodesignstudios@gmail.com" },
{ label: "Twitter", href: "#" }, { label: "Emilia-Romagna, Italia", href: "#contatti" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
], ],
}, },
]} ]}
@@ -346,4 +195,4 @@ export default function WebAgency2Page() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }