diff --git a/src/app/page.tsx b/src/app/page.tsx index efa3158..fc7ac88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,74 +45,58 @@ export default function LandingPage() {
+
+
+
+
+
+
@@ -131,19 +107,13 @@ export default function LandingPage() { features={[ { icon: Zap, - title: "Performance Marketing", - description: "High-conversion ad campaigns tailored to your specific goals.", - }, + title: "Performance Marketing", description: "High-conversion ad campaigns tailored to your specific goals."}, { icon: Shield, - title: "Brand Strategy", - description: "Define and dominate your market niche with robust brand identity.", - }, + title: "Brand Strategy", description: "Define and dominate your market niche with robust brand identity."}, { icon: Star, - title: "Content Production", - description: "Engaging assets that resonate with your audience and build trust.", - }, + title: "Content Production", description: "Engaging assets that resonate with your audience and build trust."}, ]} title="Services That Deliver Results" description="Expertly crafted solutions designed to maximize your ROI." @@ -158,25 +128,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "150%", - title: "Average Growth", - description: "Year-over-year increase in lead volume.", - icon: TrendingUp, + id: "m1", value: "150%", title: "Average Growth", description: "Year-over-year increase in lead volume.", icon: TrendingUp, }, { - id: "m2", - value: "200+", - title: "Campaigns", - description: "Successful projects launched worldwide.", - icon: CheckCircle, + id: "m2", value: "200+", title: "Campaigns", description: "Successful projects launched worldwide.", icon: CheckCircle, }, { - id: "m3", - value: "4.8", - title: "Average Rating", - description: "Client satisfaction score from our partners.", - icon: Award, + id: "m3", value: "4.8", title: "Average Rating", description: "Client satisfaction score from our partners.", icon: Award, }, ]} title="The Numbers Behind Our Success" @@ -191,45 +149,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Jenkins", - handle: "@sjenkins", - testimonial: "The best marketing partners we've ever worked with. Truly data-driven.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-diverse-professional-perso-1775156914162-d3c3496b.png", - }, + id: "1", name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "The best marketing partners we've ever worked with. Truly data-driven.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-diverse-professional-perso-1775156914162-d3c3496b.png"}, { - id: "2", - name: "Michael Chen", - handle: "@mchen", - testimonial: "Exceptional communication and delivery. Our leads doubled.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-professional-executive-smi-1775156913626-5f981821.png", - }, + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Exceptional communication and delivery. Our leads doubled.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-professional-executive-smi-1775156913626-5f981821.png"}, { - id: "3", - name: "Emily Rodriguez", - handle: "@erod", - testimonial: "Marketing excellence simplified. They understand our niche perfectly.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-headshot-friendly-and-succe-1775156914377-5f54dc9d.png", - }, + id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Marketing excellence simplified. They understand our niche perfectly.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-headshot-friendly-and-succe-1775156914377-5f54dc9d.png"}, { - id: "4", - name: "David Kim", - handle: "@dkim", - testimonial: "Their strategy is unmatched. We’ve seen consistent growth since day one.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-creative-expert-looking-co-1775156921387-d50e055a.png", - }, + id: "4", name: "David Kim", handle: "@dkim", testimonial: "Their strategy is unmatched. We’ve seen consistent growth since day one.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-creative-expert-looking-co-1775156921387-d50e055a.png"}, { - id: "5", - name: "Olivia Smith", - handle: "@osmith", - testimonial: "Professional, efficient, and highly creative team.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-individual-in-a-contemporar-1775156915657-1bc8917a.png", - }, + id: "5", name: "Olivia Smith", handle: "@osmith", testimonial: "Professional, efficient, and highly creative team.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-individual-in-a-contemporar-1775156915657-1bc8917a.png"}, ]} showRating={true} title="What Our Partners Say" @@ -241,8 +174,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file