diff --git a/src/app/page.tsx b/src/app/page.tsx index a6a9772..6c35f30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,11 +86,11 @@ export default function LandingPage() { title="Voices from our partners." description="See why ambitious founders trust us with their vision." testimonials={[ - { id: "1", name: "Alex Rivers", title: "Founder, TechFlow", quote: "The most professional design experience I've had. Truly elevated our brand.", imageSrc: "http://img.b2bpic.net/free-photo/mockup-with-book-pencils_23-2147730273.jpg" }, - { id: "2", name: "Sarah Chen", title: "CEO, Velo Studio", quote: "GG Designs turned our vision into something beyond what we imagined.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13623.jpg" }, - { id: "3", name: "Marcus Thorne", title: "Director, Apex Capital", quote: "Strategic, clean, and highly impactful work.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896378.jpg" }, - { id: "4", name: "Elena Rodriguez", title: "Founder, Aura", quote: "Incredible attention to detail. A partner in the truest sense.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-material-texture_23-2148383676.jpg" }, - { id: "5", name: "James Wilson", title: "VP Marketing, CloudSync", quote: "Exceptional communication and high-end results.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-canvas-brush-marble-high-quality-photo_114579-63503.jpg" } + { id: "1", name: "Alex Rivers", title: "Founder, TechFlow", quote: "The most professional design experience I've had. Truly elevated our brand.", imageSrc: "http://img.b2bpic.net/free-photo/mockup-with-book-pencils_23-2147730273.jpg", date: "2023-10-12", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/mockup-with-book-pencils_23-2147730273.jpg" }, + { id: "2", name: "Sarah Chen", title: "CEO, Velo Studio", quote: "GG Designs turned our vision into something beyond what we imagined.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13623.jpg", date: "2023-11-05", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13623.jpg" }, + { id: "3", name: "Marcus Thorne", title: "Director, Apex Capital", quote: "Strategic, clean, and highly impactful work.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896378.jpg", date: "2023-12-01", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896378.jpg" }, + { id: "4", name: "Elena Rodriguez", title: "Founder, Aura", quote: "Incredible attention to detail. A partner in the truest sense.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-material-texture_23-2148383676.jpg", date: "2024-01-15", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-material-texture_23-2148383676.jpg" }, + { id: "5", name: "James Wilson", title: "VP Marketing, CloudSync", quote: "Exceptional communication and high-end results.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-canvas-brush-marble-high-quality-photo_114579-63503.jpg", date: "2024-02-20", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-canvas-brush-marble-high-quality-photo_114579-63503.jpg" } ]} />