Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -41,9 +41,9 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "basic", title: "Basic Website", price: "$500+", period: "once", features: ["3-5 pages", "Mobile-friendly design", "Contact form", "Basic SEO"], button: { text: "Get Started", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" },
|
||||
{ id: "ecommerce", title: "E-Commerce", price: "$1200+", period: "once", features: ["Full online store", "Booking system", "E-commerce setup", "Advanced SEO"], button: { text: "Contact for Quote", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" },
|
||||
{ id: "maintenance", title: "Maintenance", price: "$50", period: "/mo", features: ["Security updates", "Regular edits", "Performance monitoring", "Support"], button: { text: "Sign Up", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg", imageAlt: "mockup" }
|
||||
{ id: "basic", title: "Basic Website", price: "$500+", period: "once", features: ["3-5 pages", "Mobile-friendly design", "Contact form", "Basic SEO"], button: { text: "Get Started", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=3", imageAlt: "mockup" },
|
||||
{ id: "ecommerce", title: "E-Commerce", price: "$1200+", period: "once", features: ["Full online store", "Booking system", "E-commerce setup", "Advanced SEO"], button: { text: "Contact for Quote", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=3", imageAlt: "mockup" },
|
||||
{ id: "maintenance", title: "Maintenance", price: "$50", period: "/mo", features: ["Security updates", "Regular edits", "Performance monitoring", "Support"], button: { text: "Sign Up", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg?_wi=2", imageAlt: "mockup" }
|
||||
]}
|
||||
title="Website Packages"
|
||||
description="Affordable packages to get your business seen."
|
||||
@@ -57,16 +57,16 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "SEO Optimization", description: "Get found by more local customers on Google.", 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: "SEO Optimization", description: "Get found by more local customers on Google.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=3", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=4", imageAlt: "mockup" }
|
||||
},
|
||||
{
|
||||
title: "Content Writing", description: "Professional text that tells your business story.", 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: "Content Writing", description: "Professional text that tells your business story.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=4", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=4", imageAlt: "mockup" }
|
||||
},
|
||||
{
|
||||
title: "Logo Design", description: "Polished brand visuals to stand out from the crowd.", 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: "Logo Design", description: "Polished brand visuals to stand out from the crowd.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=5", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=5", imageAlt: "mockup" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
|
||||
Reference in New Issue
Block a user