diff --git a/src/app/page.tsx b/src/app/page.tsx index 3115e57..6521804 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Thompson", handle: "CEO, TechVision Inc", testimonial: "Exceptional attention to detail and creative excellence. They transformed our digital presence completely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg?_wi=1" }, { name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "Professional, collaborative, and results-driven. Exactly what we needed for our brand launch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-handsome-man-suit-street_158538-10200.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-handsome-man-suit-street_158538-10200.jpg?_wi=1" }, { name: "Emma Rodriguez", handle: "Marketing Director, GrowthCo", testimonial: "Outstanding design capabilities combined with technical expertise. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -103,15 +103,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Web Design", description: "Beautiful, responsive websites that captivate and convert", imageSrc: "http://img.b2bpic.net/free-photo/wellness-composition-with-smartphone_23-2147621469.jpg", imageAlt: "Web design interface", buttonIcon: ArrowRight, + title: "Web Design", description: "Beautiful, responsive websites that captivate and convert", imageSrc: "http://img.b2bpic.net/free-photo/wellness-composition-with-smartphone_23-2147621469.jpg?_wi=1", imageAlt: "Web design interface", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Development", description: "Robust, scalable solutions built with modern technology", imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-using-mockup-device-look-errors_482257-118218.jpg", imageAlt: "Development workspace", buttonIcon: ArrowRight, + title: "Development", description: "Robust, scalable solutions built with modern technology", imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-using-mockup-device-look-errors_482257-118218.jpg?_wi=1", imageAlt: "Development workspace", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Strategy", description: "Strategic planning that aligns with your business objectives", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-executive-female-reading-charst-conference-room-young-businesswoman-background_482257-31194.jpg", imageAlt: "Strategic planning", buttonIcon: ArrowRight, + title: "Strategy", description: "Strategic planning that aligns with your business objectives", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-executive-female-reading-charst-conference-room-young-businesswoman-background_482257-31194.jpg?_wi=1", imageAlt: "Strategic planning", buttonIcon: ArrowRight, buttonHref: "contact" }, { @@ -134,19 +134,19 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "startup", title: "Startup", price: "$2,500", period: "Project", imageSrc: "http://img.b2bpic.net/free-photo/wellness-composition-with-smartphone_23-2147621469.jpg", imageAlt: "Startup package", button: { text: "Get Started", href: "contact" }, + id: "startup", title: "Startup", price: "$2,500", period: "Project", imageSrc: "http://img.b2bpic.net/free-photo/wellness-composition-with-smartphone_23-2147621469.jpg?_wi=2", imageAlt: "Startup package", button: { text: "Get Started", href: "contact" }, features: [ "5-page responsive website", "Modern design approach", "Basic SEO optimization", "Content strategy included", "1 round of revisions" ] }, { - id: "professional", title: "Professional", price: "$5,500", period: "Project", imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-using-mockup-device-look-errors_482257-118218.jpg", imageAlt: "Professional package", button: { text: "Choose Plan", href: "contact" }, + id: "professional", title: "Professional", price: "$5,500", period: "Project", imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-using-mockup-device-look-errors_482257-118218.jpg?_wi=2", imageAlt: "Professional package", button: { text: "Choose Plan", href: "contact" }, features: [ "10-page custom website", "Advanced design system", "Full SEO optimization", "Content strategy & creation", "3 rounds of revisions", "Analytics setup" ] }, { - id: "enterprise", title: "Enterprise", price: "$12,000", period: "Project", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-executive-female-reading-charst-conference-room-young-businesswoman-background_482257-31194.jpg", imageAlt: "Enterprise package", button: { text: "Contact Sales", href: "contact" }, + id: "enterprise", title: "Enterprise", price: "$12,000", period: "Project", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-executive-female-reading-charst-conference-room-young-businesswoman-background_482257-31194.jpg?_wi=2", imageAlt: "Enterprise package", button: { text: "Contact Sales", href: "contact" }, features: [ "Unlimited pages & features", "Custom design & development", "Comprehensive SEO strategy", "Content marketing included", "Unlimited revisions", "Advanced analytics & reporting", "Ongoing support & maintenance" ] @@ -158,12 +158,12 @@ export default function LandingPage() {