Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-05 20:14:08 +00:00

View File

@@ -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" },
]}
/>
</div>
@@ -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!'); }}
/>
</div>