Switch to version 44: modified src/app/page.tsx
This commit is contained in:
@@ -5,12 +5,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
||||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||||
|
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle, Zap } from "lucide-react";
|
||||||
import { Search, Zap } from "lucide-react";
|
|
||||||
|
|
||||||
export default function WebAgency2Page() {
|
export default function WebAgency2Page() {
|
||||||
return (
|
return (
|
||||||
@@ -51,16 +51,6 @@ export default function WebAgency2Page() {
|
|||||||
buttons={[{ text: "Démarrer", href: "#contact" }]}
|
buttons={[{ text: "Démarrer", href: "#contact" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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}
|
|
||||||
textboxLayout="default"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
title="Ce qu'ils pensent de nous"
|
title="Ce qu'ils pensent de nous"
|
||||||
|
|||||||
Reference in New Issue
Block a user