diff --git a/src/app/page.tsx b/src/app/page.tsx index 400e972..c99ff3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -74,41 +54,17 @@ 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?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=1", - }, - imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg?_wi=2", - imageAlt: "minimalist modern office workspace", + 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: "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", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-asian-girl-cafe-uniform-barista-worker-with-laptop-looking-happy-surprised_1258-199451.jpg?_wi=1", - imageAlt: "friendly web designer portrait", + 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: "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", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=3", - imageAlt: "restaurant website design 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" } + } ]} showStepNumbers={true} title="Why Work With Us" @@ -122,13 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted by Local Heroes" description="Businesses just like yours rely on us to grow their digital presence." - names={[ - "The Coffee Cup", - "Heights Dental", - "City Repair Shop", - "Metro Accounting", - "Green Garden Landscaping", - ]} + names={["The Coffee Cup", "Heights Dental", "City Repair Shop", "Metro Accounting", "Green Garden Landscaping"]} /> @@ -139,31 +89,11 @@ export default function LandingPage() { sideDescription="Clear answers to your most common questions." faqsAnimation="slide-up" faqs={[ - { - id: "f1", - title: "How long does a build take?", - content: "Most projects are completed within 2 to 4 weeks.", - }, - { - id: "f2", - title: "Do I need to host it myself?", - content: "We provide hosting packages so you don't have to worry about the technical side.", - }, - { - id: "f3", - title: "Will my site work on mobile?", - content: "Absolutely, all our designs are fully responsive.", - }, - { - id: "f4", - title: "Can I edit the content later?", - content: "Yes, we build sites with easy-to-use CMS tools.", - }, - { - id: "f5", - title: "What if I need support?", - content: "Our maintenance plans cover ongoing support and updates.", - }, + { id: "f1", title: "How long does a build take?", content: "Most projects are completed within 2 to 4 weeks." }, + { id: "f2", title: "Do I need to host it myself?", content: "We provide hosting packages so you don't have to worry about the technical side." }, + { id: "f3", title: "Will my site work on mobile?", content: "Absolutely, all our designs are fully responsive." }, + { id: "f4", title: "Can I edit the content later?", content: "Yes, we build sites with easy-to-use CMS tools." }, + { id: "f5", title: "What if I need support?", content: "Our maintenance plans cover ongoing support and updates." } ]} /> @@ -171,9 +101,7 @@ export default function LandingPage() {
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 56e3de0..5c9efb9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -56,60 +41,9 @@ export default function LandingPage() { 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?_wi=3", - imageAlt: "medical service business website", - }, - { - 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: "local service business website", - }, - { - 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=3", - imageAlt: "minimalist modern office workspace", - }, + { 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" } ]} title="Website Packages" description="Affordable packages to get your business seen." @@ -123,41 +57,17 @@ export default function LandingPage() { 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?_wi=4", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=4", - }, - imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-asian-girl-cafe-uniform-barista-worker-with-laptop-looking-happy-surprised_1258-199451.jpg?_wi=2", - imageAlt: "friendly web designer portrait", + 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: "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", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=5", - }, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=6", - imageAlt: "restaurant website design 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: "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", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=5", - }, - imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=6", - imageAlt: "medical service business website", - }, + 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" } + } ]} showStepNumbers={false} title="Additional Services" @@ -167,33 +77,7 @@ export default function LandingPage() {