Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,6 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -52,7 +51,6 @@ export default function WebAgency2Page() {
|
||||
<FeatureCardTwentyOne
|
||||
title="Nos Services"
|
||||
description="Nous proposons une gamme ciblée de services numériques pour maximiser votre impact."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
accordionItems={[
|
||||
{ id: "seo", title: "SEO", content: "Optimisation pour moteurs de recherche." },
|
||||
@@ -68,6 +66,7 @@ export default function WebAgency2Page() {
|
||||
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778862157558-53z96op4.png", alt: "Maria Santos" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
|
||||
Reference in New Issue
Block a user