Update src/app/page.tsx

This commit is contained in:
2026-04-10 00:49:07 +00:00
parent 56fe3c5362
commit 85ee7555da

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="Helping Local Businesses Get Online Fast"
description="Affordable, professional websites built for real results. We help local businesses get more customers with clean, fast, and mobile-friendly websites."
buttons={[{ text: "Request a Free Quote", href: "/contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg"
imageSrc="http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg?_wi=1"
/>
</div>
@@ -54,16 +54,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Mobile-Friendly", description: "Every site looks great on every phone and device.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "mockup" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" }
title: "Mobile-Friendly", description: "Every site looks great on every phone and device.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=1", imageAlt: "mockup" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=1", imageAlt: "mockup" }
},
{
title: "Fast Delivery", description: "Get your professional site live in weeks, not months.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "mockup" }
title: "Fast Delivery", description: "Get your professional site live in weeks, not months.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=1", imageAlt: "mockup" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=2", imageAlt: "mockup" }
},
{
title: "Affordable Pricing", description: "Professional results that fit your small business budget.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" }
title: "Affordable Pricing", description: "Professional results that fit your small business budget.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=2", imageAlt: "mockup" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=2", imageAlt: "mockup" }
}
]}
showStepNumbers={true}