|
|
|
|
@@ -3,17 +3,14 @@
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
|
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
|
|
|
|
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
|
|
|
|
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
|
|
|
|
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
|
|
|
|
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
|
|
|
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
|
|
|
|
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
|
|
|
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
|
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
|
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
|
|
|
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
|
|
|
|
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
|
|
|
|
|
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
|
|
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
|
|
|
import { Sparkles, Search, Award, Users, ArrowRight } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function WebAgency2Page() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -37,31 +34,22 @@ export default function WebAgency2Page() {
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "À Propos", id: "about" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
{ name: "Comparison", id: "/comparison" },
|
|
|
|
|
]}
|
|
|
|
|
button={{ text: "Démarrer", href: "#contact" }}
|
|
|
|
|
/>
|
|
|
|
|
<HeroSplitDoubleCarousel
|
|
|
|
|
title="Two Services Maximum Impact"
|
|
|
|
|
description="We deliver focused expertise in our core offerings, eliminating distractions so you get results faster Clarity drives success"
|
|
|
|
|
<HeroOverlayTestimonial
|
|
|
|
|
title="Innovation Digitale & Excellence Créative"
|
|
|
|
|
description="Nous transformons vos visions en solutions numériques percutantes. Une approche axée sur les résultats, reconnue par les meilleurs standards du marché."
|
|
|
|
|
tag="Agence Primée"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
background={{ variant: "canvas-reveal" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Explore Our Services", href: "#services" },
|
|
|
|
|
{ text: "Voir nos Réalisations", href: "#work" },
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ name: "Maria Santos", handle: "@luxuriatravel", testimonial: "Un travail exceptionnel, une équipe réactive et des résultats au-delà de mes espérances.", rating: 5 },
|
|
|
|
|
{ name: "John Doe", handle: "@johndoe", testimonial: "Le partenaire idéal pour booster notre visibilité en ligne.", rating: 5 },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
carouselPosition="right"
|
|
|
|
|
leftCarouselItems={[
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-pawini9k.png?_wi=1", imageAlt: "Projet 1" },
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-z8ttb3x3.png?_wi=1", imageAlt: "Projet 2" },
|
|
|
|
|
]}
|
|
|
|
|
rightCarouselItems={[
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-xqyy35cv.png?_wi=2", imageAlt: "Projet 3" },
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-kuuxuq0p.png?_wi=2", imageAlt: "Projet 4" },
|
|
|
|
|
]}
|
|
|
|
|
carouselItemClassName="!aspect-[4/5]"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778862157558-53z96op4.png"
|
|
|
|
|
buttons={[{ text: "View Our Projects", href: "#work" }]}
|
|
|
|
|
/>
|
|
|
|
|
<div id="services">
|
|
|
|
|
<FeatureBento
|
|
|
|
|
@@ -85,28 +73,38 @@ export default function WebAgency2Page() {
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<FeatureCardTwentySix
|
|
|
|
|
title="Nos Projets"
|
|
|
|
|
description="Une sélection de projets que nous avons réalisés pour des clients de tous secteurs."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[{ text: "Voir tous les projets", href: "#work" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
cardClassName="!h-auto aspect-video"
|
|
|
|
|
features={[
|
|
|
|
|
{ title: "Association LeLi", description: "Site à but non lucratif", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-pawini9k.png?_wi=5", imageAlt: "Projet 1", buttonIcon: ArrowUpRight, buttonHref: "#" },
|
|
|
|
|
{ title: "Sport Air Event", description: "Site e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-z8ttb3x3.png?_wi=5", imageAlt: "Projet 2", buttonIcon: ArrowUpRight, buttonHref: "#" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
<div id="work">
|
|
|
|
|
<FeatureCardTwentySix
|
|
|
|
|
title="Nos Projets"
|
|
|
|
|
description="Une sélection de projets que nous avons réalisés pour des clients de tous secteurs."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[{ text: "Voir tous les projets", href: "#work" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
cardClassName="!h-auto aspect-video"
|
|
|
|
|
features={[
|
|
|
|
|
{ title: "Digital Inflatables Artist", description: "Site portfolio", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778861460221-euyk88uh.png", imageAlt: "Digital Inflatables Artist", buttonHref: "#", buttonIcon: ArrowRight },
|
|
|
|
|
{ title: "FLEX Studio", description: "Site showcase", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778861460221-khgvbcj0.png", imageAlt: "FLEX Studio", buttonHref: "#", buttonIcon: ArrowRight },
|
|
|
|
|
{ title: "Sport Air Event", description: "Site e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778861460221-f0q6iebc.png", imageAlt: "Sport Air Event", buttonHref: "#", buttonIcon: ArrowRight },
|
|
|
|
|
{ title: "Association LeLi", description: "Site non-profit", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778861460221-vobfgdq4.png", imageAlt: "Association LeLi", buttonHref: "#", buttonIcon: ArrowRight },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<TestimonialCardSixteen
|
|
|
|
|
title="Témoignages"
|
|
|
|
|
description="Ce que nos clients disent de nous."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
kpiItems={[
|
|
|
|
|
{ value: "50+", label: "Clients satisfaits" },
|
|
|
|
|
{ value: "120", label: "Projets livrés" },
|
|
|
|
|
{ value: "15", label: "Récompenses" },
|
|
|
|
|
]}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "1", name: "Maria Santos", handle: "@luxuriatravel", testimonial: "Switzerweb a totalement transformé notre présence en ligne. L'équipe a livré un site magnifique qui a dépassé nos attentes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687957597-xmzcujf9.png" },
|
|
|
|
|
{ id: "2", name: "John Doe", handle: "@johndoe", testimonial: "Service exceptionnel et résultats concrets dès le lancement. Je recommande vivement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687957597-dqsdv4cu.png" },
|
|
|
|
|
{ id: "1", name: "Maria Santos", role: "Travel Enthusiast", company: "@luxuriatravel", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687957597-xmzcujf9.png" },
|
|
|
|
|
{ id: "2", name: "John Doe", role: "Founder", company: "@johndoe", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687957597-dqsdv4cu.png" },
|
|
|
|
|
{ id: "3", name: "Alice Martin", role: "Director", company: "@alicem", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778861971260-9nz6av8u.png" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
<MetricCardOne
|
|
|
|
|
@@ -143,4 +141,4 @@ export default function WebAgency2Page() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|