diff --git a/src/app/page.tsx b/src/app/page.tsx index 4802bda..3f3fd1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function WebAgency2Page() { tagIcon={Sparkles} tagAnimation="slide-up" testimonials={[ - { name: "Maria Santos", company: "@luxuriatravel", rating: 5 }, - { name: "John Doe", company: "@johndoe", rating: 5 }, + { name: "Maria Santos", rating: 5 }, + { name: "John Doe", rating: 5 }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778862157558-53z96op4.png" buttons={[{ text: "View Our Projects", href: "#work" }]} @@ -62,9 +62,9 @@ export default function WebAgency2Page() { useInvertedBackground={false} gridVariant="uniform-all-items-equal" testimonials={[ - { id: "t1", name: "Maria Santos", role: "Travel Blogger", company: "@luxuriatravel", rating: 5 }, - { id: "t2", name: "John Doe", role: "Entrepreneur", company: "@johndoe", rating: 5 }, - { id: "t3", name: "Jane Smith", role: "Director", company: "@techcorp", rating: 5 } + { id: "t1", name: "Maria Santos", role: "Travel Blogger", rating: 5 }, + { id: "t2", name: "John Doe", role: "Entrepreneur", rating: 5 }, + { id: "t3", name: "Jane Smith", role: "Director", rating: 5 } ]} />