diff --git a/src/app/page.tsx b/src/app/page.tsx index fab9e37..45ba486 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { value: "Global", label: "Reach" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-music-festival-youtube-channel-art_23-2149182626.jpg" + imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-music-festival-youtube-channel-art_23-2149182626.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -68,10 +68,10 @@ export default function LandingPage() { features={[ { id: 1, - title: "Global Summit Presentation", description: "Crafting a visual system for high-profile keynotes.", imageSrc: "http://img.b2bpic.net/free-photo/podiums-colors-aesthetic_23-2151927526.jpg"}, + title: "Global Summit Presentation", description: "Crafting a visual system for high-profile keynotes.", imageSrc: "http://img.b2bpic.net/free-photo/podiums-colors-aesthetic_23-2151927526.jpg?_wi=1"}, { id: 2, - title: "System Evolution", description: "Detailed look at design iteration and refinement.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-mobile-design-template_23-2149935049.jpg"}, + title: "System Evolution", description: "Detailed look at design iteration and refinement.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-mobile-design-template_23-2149935049.jpg?_wi=1"}, { id: 3, title: "Cinematic Motion", description: "Production breakdown of cinematic sequences.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-late-night_23-2150170690.jpg"}, @@ -89,11 +89,11 @@ export default function LandingPage() { description="Insights from collaborators and clients." testimonials={[ { - id: "1", name: "Alex Rivet", date: "Oct 2023", title: "Product Lead", quote: "Exquisite attention to detail and motion.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/podiums-colors-aesthetic_23-2151927526.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-music-festival-youtube-channel-art_23-2149182626.jpg"}, + id: "1", name: "Alex Rivet", date: "Oct 2023", title: "Product Lead", quote: "Exquisite attention to detail and motion.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/podiums-colors-aesthetic_23-2151927526.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-music-festival-youtube-channel-art_23-2149182626.jpg?_wi=2"}, { - id: "2", name: "Sarah Chen", date: "Nov 2023", title: "Marketing Director", quote: "Transformed our vision into something truly cinematic.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-mobile-design-template_23-2149935049.jpg", imageSrc: "http://img.b2bpic.net/free-photo/podiums-colors-aesthetic_23-2151927526.jpg"}, + id: "2", name: "Sarah Chen", date: "Nov 2023", title: "Marketing Director", quote: "Transformed our vision into something truly cinematic.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-mobile-design-template_23-2149935049.jpg", imageSrc: "http://img.b2bpic.net/free-photo/podiums-colors-aesthetic_23-2151927526.jpg?_wi=2"}, { - id: "3", name: "Mark V.", date: "Jan 2024", title: "CEO", quote: "Fast, professional, and world-class quality.", tag: "Branding", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-late-night_23-2150170690.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-mobile-design-template_23-2149935049.jpg"}, + id: "3", name: "Mark V.", date: "Jan 2024", title: "CEO", quote: "Fast, professional, and world-class quality.", tag: "Branding", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-late-night_23-2150170690.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-mobile-design-template_23-2149935049.jpg?_wi=2"}, ]} />