diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 46e1e9c..7863bc1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c047d4..a5d2f09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,8 @@ export default function LandingPage() { imageAlt="Web design agency showcase" mediaAnimation="slide-up" testimonials={[ - { - name: "Sarah Johnson", handle: "CEO, TechVenture", testimonial: "Web4You transformed our online presence. The website they designed increased our conversions by 150% in the first quarter.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, - { - name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "Their design expertise and attention to detail is unmatched. They created a website that truly represents our brand.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"}, + { name: "Sarah Johnson", handle: "CEO, TechVenture", testimonial: "Web4You transformed our online presence. The website they designed increased our conversions by 150% in the first quarter.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, + { name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "Their design expertise and attention to detail is unmatched. They created a website that truly represents our brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"}, ]} buttons={[ { text: "View Our Work", href: "portfolio" }, @@ -77,13 +73,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Responsive Design Excellence", tags: ["Mobile-First", "Cross-Browser"], + id: "1", title: "Responsive Design Excellence — 98% Mobile Conversion Rate", tags: ["Mobile-First", "Cross-Browser"], imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149483806.jpg", imageAlt: "Responsive design showcase"}, { - id: "2", title: "Lightning-Fast Performance", tags: ["Optimized", "SEO-Ready"], + id: "2", title: "Lightning-Fast Performance — 2.1s Average Load Time", tags: ["Optimized", "SEO-Ready"], imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Performance optimization"}, { - id: "3", title: "SEO & Growth Focused", tags: ["Conversion-Optimized", "Analytics"], + id: "3", title: "SEO & Growth Focused — 45% Average Traffic Increase", tags: ["Conversion-Optimized", "Analytics"], imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-16001.jpg", imageAlt: "SEO strategy implementation"}, ]} animationType="slide-up" @@ -217,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file