From 53aeae0a5cab3cb3e805620a151fa6087b7c3e3c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:14:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 547e2eb..9fcdd00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,13 +40,13 @@ export default function LandingPage() { title="Build Your Project With Confidence" description="I'm here to bring your vision to life. Share your goals, business needs, and budget, and let's get started." testimonials={[ - { name: "Alex R.", handle: "@alexdev", testimonial: "Excellent communication and high-quality results every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "minimalist clean workspace high tech" }, - { name: "Sarah P.", handle: "@sarahbiz", testimonial: "Highly recommended for any custom business project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg", imageAlt: "digital interface abstract technology" }, - { name: "Mike L.", handle: "@mlabs", testimonial: "Professional, efficient, and very reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "minimalist clean workspace high tech" }, - { name: "Jane D.", handle: "@janedesign", testimonial: "Understands requirements perfectly. Great experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg", imageAlt: "digital interface abstract technology" }, - { name: "Tom B.", handle: "@tombuilds", testimonial: "Solid delivery. Will work with again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "minimalist clean workspace high tech" }, + { name: "Alex R.", handle: "@alexdev", testimonial: "Excellent communication and high-quality results every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=1", imageAlt: "minimalist clean workspace high tech" }, + { name: "Sarah P.", handle: "@sarahbiz", testimonial: "Highly recommended for any custom business project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg?_wi=1", imageAlt: "digital interface abstract technology" }, + { name: "Mike L.", handle: "@mlabs", testimonial: "Professional, efficient, and very reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=2", imageAlt: "minimalist clean workspace high tech" }, + { name: "Jane D.", handle: "@janedesign", testimonial: "Understands requirements perfectly. Great experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg?_wi=2", imageAlt: "digital interface abstract technology" }, + { name: "Tom B.", handle: "@tombuilds", testimonial: "Solid delivery. Will work with again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=3", imageAlt: "minimalist clean workspace high tech" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=4" avatars={[ { src: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", alt: "Avatar 1" }, { src: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", alt: "Avatar 2" }, @@ -95,8 +95,8 @@ export default function LandingPage() { title="Our Development Process" description="We ensure a seamless experience from concept to launch." features={[ - { title: "Consultation", description: "Discussing goals and defining the scope.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Consulting" }, - { title: "Design", description: "Creating wireframes and prototypes.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg", imageAlt: "Design" }, + { title: "Consultation", description: "Discussing goals and defining the scope.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=5", imageAlt: "Consulting" }, + { title: "Design", description: "Creating wireframes and prototypes.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg?_wi=3", imageAlt: "Design" }, ]} /> @@ -114,7 +114,7 @@ export default function LandingPage() { ]} multiSelect={{ name: "budget", label: "Project Budget Range", options: ["$300 - $600", "$600 - $1000", "$1000 - $1500", "$1500 - $2000"] }} textarea={{ name: "reason", placeholder: "Please tell me the reason you're building this site and your project requirements...", rows: 5, required: true }} - imageSrc="http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg?_wi=4" onSubmit={(data) => { console.log('Routing data', data); alert('Inquiry sent successfully!'); }} /> -- 2.49.1