Merge version_45 into main
Merge version_45 into main
This commit was merged in pull request #64.
This commit is contained in:
@@ -5,12 +5,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle, Zap } from "lucide-react";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import { Search, Zap } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -51,6 +51,15 @@ export default function WebAgency2Page() {
|
||||
buttons={[{ text: "Démarrer", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials-marquee" data-section="testimonials-marquee">
|
||||
<SocialProofOne
|
||||
names={["Switzerweb", "Innovation", "Digital", "Excellence", "Premium", "Creative"]}
|
||||
title="Reconnus par nos partenaires"
|
||||
description="Une expertise qui inspire confiance."
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Ce qu'ils pensent de nous"
|
||||
|
||||
Reference in New Issue
Block a user