diff --git a/src/app/page.tsx b/src/app/page.tsx index eca34e2..9cd686d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,38 +50,19 @@ export default function LandingPage() {
@@ -213,45 +147,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Jenkins", - handle: "@apexceo", - testimonial: "Vantage Social transformed our digital presence. We saw a 3x lead increase in just two months.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", - }, + id: "1", name: "Sarah Jenkins", handle: "@apexceo", testimonial: "Vantage Social transformed our digital presence. We saw a 3x lead increase in just two months.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"}, { - id: "2", - name: "Mark Thornton", - handle: "@luminalabs", - testimonial: "Expert guidance and creative production that truly understands our unique market challenges.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", - }, + id: "2", name: "Mark Thornton", handle: "@luminalabs", testimonial: "Expert guidance and creative production that truly understands our unique market challenges.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg"}, { - id: "3", - name: "Elena Rodriguez", - handle: "@nexuscreative", - testimonial: "Finally, a team that prioritizes data-driven strategy alongside beautiful creative.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg", - }, + id: "3", name: "Elena Rodriguez", handle: "@nexuscreative", testimonial: "Finally, a team that prioritizes data-driven strategy alongside beautiful creative.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg"}, { - id: "4", - name: "David Wu", - handle: "@velocitysys", - testimonial: "Responsive, sharp, and highly effective. They are an extension of our internal team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-smiling-modern-business-woman-with-cup-coffee-against-backdrop-large-business-building-high-quality-photo_291650-838.jpg", - }, + id: "4", name: "David Wu", handle: "@velocitysys", testimonial: "Responsive, sharp, and highly effective. They are an extension of our internal team.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-smiling-modern-business-woman-with-cup-coffee-against-backdrop-large-business-building-high-quality-photo_291650-838.jpg"}, { - id: "5", - name: "Chloe Bennett", - handle: "@zenithsolutions", - testimonial: "Vantage is the gold standard for premium social management and performance.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg", - }, + id: "5", name: "Chloe Bennett", handle: "@zenithsolutions", testimonial: "Vantage is the gold standard for premium social management and performance.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg"}, ]} showRating={true} title="What Partners Say" @@ -265,20 +174,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How do we get started?", - content: "Our discovery process begins with an audit of your current channels followed by a strategy roadmap session.", - }, + id: "q1", title: "How do we get started?", content: "Our discovery process begins with an audit of your current channels followed by a strategy roadmap session."}, { - id: "q2", - title: "Do you handle creative production?", - content: "Yes, we have an in-house studio for high-end photography, motion graphics, and video production.", - }, + id: "q2", title: "Do you handle creative production?", content: "Yes, we have an in-house studio for high-end photography, motion graphics, and video production."}, { - id: "q3", - title: "What platforms do you support?", - content: "We specialize in Instagram, LinkedIn, TikTok, and YouTube for high-end B2B and consumer brands.", - }, + id: "q3", title: "What platforms do you support?", content: "We specialize in Instagram, LinkedIn, TikTok, and YouTube for high-end B2B and consumer brands."}, ]} title="Your Questions, Answered" description="Get clarity on our strategy and operational approach." @@ -290,8 +190,7 @@ export default function LandingPage() {