Update src/app/page.tsx
This commit is contained in:
@@ -5,11 +5,10 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Zap, Wrench, Star, HelpCircle, Phone } from 'lucide-react';
|
||||
import { Zap, Wrench, HelpCircle, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,7 +30,6 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "À propos", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Avis clients", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
@@ -125,46 +123,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Avis de nos clients"
|
||||
description="Découvrez ce que nos clients satisfaits disent de nos services et de notre professionnalisme."
|
||||
tag="Témoignages"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jean-Pierre Rossi", role: "Propriétaire", company: "Romanel-sur-Lausanne", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Nathalie Graz", role: "Gestionnaire de flotte", company: "Logistique Suisse", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blonde-woman-with-full-shopping-bags_329181-1407.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michel Fournier", role: "Entrepreneur", company: "Services automobiles", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33708.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Isabelle Belet", role: "Cliente régulière", company: "Vaud", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Philippe Maillard", role: "Manager", company: "Transport Helvetia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Martine Debus", role: "Directrice", company: "Société services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blonde-woman-with-full-shopping-bags_329181-1407.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Questions fréquentes"
|
||||
@@ -245,7 +203,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "À propos", href: "#about" },
|
||||
{ label: "Avis clients", href: "#testimonials" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Prendre RDV", href: "#contact" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user