Update src/app/page.tsx
This commit is contained in:
@@ -99,20 +99,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marie Dupont", role: "Cliente Régulière", company: "Woluwe-Saint-Pierre", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"
|
||||
id: "1", name: "Marie Dupont", role: "Cliente Régulière", company: "Woluwe-Saint-Pierre", rating: 5
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jean Mercier", role: "Couple Local", company: "Quartier Bruxelles", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"
|
||||
id: "2", name: "Jean Mercier", role: "Couple Local", company: "Quartier Bruxelles", rating: 5
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Bernard", role: "Cliente Familiale", company: "Tradition du Week-end", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3"
|
||||
id: "3", name: "Sophie Bernard", role: "Cliente Familiale", company: "Tradition du Week-end", rating: 5
|
||||
},
|
||||
{
|
||||
id: "4", name: "Paul Leblanc", role: "Déjeuner d'Affaires", company: "Professionnel", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4"
|
||||
id: "4", name: "Paul Leblanc", role: "Déjeuner d'Affaires", company: "Professionnel", rating: 5
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user