diff --git a/src/app/page.tsx b/src/app/page.tsx index f623921..aac96b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,18 +78,18 @@ export default function Home() { tagIcon={Zap} tagAnimation="slide-up" imagePosition="right" - imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop" + imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_wi=1" imageAlt="Digital solutions for business" testimonials={[ { name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Proof Digital transformed our online presence and increased leads by 300%. Exceptional work!", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=96&h=96&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=96&h=96&fit=crop&_wi=1"}, { name: "Michael Chen", handle: "Founder, StartupHub", testimonial: "The strategic guidance and technical expertise were instrumental in our growth from zero to profitability.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=96&h=96&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=96&h=96&fit=crop&_wi=1"}, { name: "Emily Rodriguez", handle: "Director, Commerce Plus", testimonial: "ROI on our digital transformation exceeded expectations. Proof Digital delivered beyond our goals.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=96&h=96&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=96&h=96&fit=crop&_wi=1"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -122,7 +122,7 @@ export default function Home() { title: "Web Development", description: "Robust, scalable applications built with modern technologies. From frontend frameworks to backend infrastructure, we build it right.", imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=600&h=400&fit=crop", imageAlt: "Web Development"}, { id: 3, - title: "Digital Strategy", description: "Strategic guidance for your digital journey. We analyze, plan, and execute strategies that align with your business goals and drive growth.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Digital Strategy"}, + title: "Digital Strategy", description: "Strategic guidance for your digital journey. We analyze, plan, and execute strategies that align with your business goals and drive growth.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_wi=2", imageAlt: "Digital Strategy"}, ]} title="Our Core Services" description="Comprehensive digital solutions tailored to your business needs. We combine strategy, design, and technology to deliver measurable results." @@ -144,12 +144,12 @@ export default function Home() { "Professional 5-page website", "SEO optimization", "Mobile responsive design", "Contact forms & analytics"], }, { - id: "growth", title: "Growth", price: "$7,500", period: "one-time", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Growth Plan", button: { text: "Get Started", href: "#contact" }, + id: "growth", title: "Growth", price: "$7,500", period: "one-time", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_wi=3", imageAlt: "Growth Plan", button: { text: "Get Started", href: "#contact" }, features: [ "High-converting e-commerce site", "Advanced functionality", "Payment integration", "SEO & marketing setup", "Performance optimization"], }, { - id: "custom", title: "Custom", price: "Let's Talk", period: "quote", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Custom Plan", button: { text: "Schedule Call", href: "#contact" }, + id: "custom", title: "Custom", price: "Let's Talk", period: "quote", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_wi=4", imageAlt: "Custom Plan", button: { text: "Schedule Call", href: "#contact" }, features: [ "Full-stack development", "Custom digital strategy", "Enterprise solutions", "Ongoing support & maintenance", "Dedicated project team"], }, @@ -170,11 +170,11 @@ export default function Home() {