diff --git a/src/app/page.tsx b/src/app/page.tsx index 9853de6..e968002 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,133 +30,46 @@ export default function LandingPage() {
@@ -166,9 +79,7 @@ export default function LandingPage() { useInvertedBackground={true} title="About Our Team" description={[ - "Hi, we create simple and professional websites for small businesses in the USA.", - "Our goal is to help local businesses get more clients with a clean online presence.", - ]} + "Hi, we create simple and professional websites for small businesses in the USA.", "Our goal is to help local businesses get more clients with a clean online presence."]} /> @@ -179,42 +90,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Barbershop Website", - price: "Modern design for a local barbershop", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hlw776&_wi=2", - }, - { - id: "p2", - name: "Restaurant Website", - price: "Clean layout with menu and photos", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tqmhb&_wi=2", - }, - { - id: "p3", - name: "Cleaning Service Website", - price: "Professional design focused on leads", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mveseo&_wi=2", - }, - { - id: "p4", - name: "Bakery Portal", - price: "Online order menu and contact", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zgxjq7", - }, - { - id: "p5", - name: "Local Consultant", - price: "Personal brand website", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=axx006&_wi=2", - }, - { - id: "p6", - name: "Pet Groomer", - price: "Booking and service info", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kjel3", - }, + { id: "p1", name: "Barbershop Website", price: "Modern design for a local barbershop", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hlw776" }, + { id: "p2", name: "Restaurant Website", price: "Clean layout with menu and photos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tqmhb" }, + { id: "p3", name: "Cleaning Service Website", price: "Professional design focused on leads", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mveseo" }, + { id: "p4", name: "Bakery Portal", price: "Online order menu and contact", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zgxjq7" }, + { id: "p5", name: "Local Consultant", price: "Personal brand website", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=axx006" }, + { id: "p6", name: "Pet Groomer", price: "Booking and service info", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kjel3" }, ]} title="Our Work" description="A selection of our latest projects for local businesses." @@ -227,42 +108,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Simple Design", - description: "Professional and clean layouts.", - phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rmlis0", - }, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fm2gnp", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kdd0n8&_wi=3", - imageAlt: "laptop website mockup", - }, - { - title: "Fast Delivery", - description: "Get your site running in days.", - phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wj7mw3", - }, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jbp04v", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hlw776&_wi=3", - imageAlt: "laptop website mockup", - }, - { - title: "One-time Payment", - description: "No hidden subscription fees.", - phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqpnxf", - }, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n7inle", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tqmhb&_wi=3", - imageAlt: "laptop website mockup", - }, + { title: "Simple Design", description: "Professional and clean layouts.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rmlis0" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fm2gnp" } }, + { title: "Fast Delivery", description: "Get your site running in days.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wj7mw3" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jbp04v" } }, + { title: "One-time Payment", description: "No hidden subscription fees.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqpnxf" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n7inle" } }, ]} showStepNumbers={true} title="Why Choose Us?" @@ -277,58 +125,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - title: "Web Starter", - price: "$300", - period: "once", - features: [ - "Responsive Design", - "Basic SEO", - "Contact Form", - "Mobile Friendly", - ], - button: { - text: "Choose Plan", - href: "#contact", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hlw776&_wi=4", - imageAlt: "barbershop interior modern", + id: "basic", title: "Web Starter", price: "$300", period: "once", features: ["Responsive Design", "Basic SEO", "Contact Form", "Mobile Friendly"], + button: { text: "Choose Plan", href: "#contact" }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hlw776", imageAlt: "barbershop interior modern" }, { - id: "standard", - title: "Business Pro", - price: "$500", - period: "once", - features: [ - "Everything in Starter", - "Premium Hosting", - "Fast Loading", - "Analytics Setup", - ], - button: { - text: "Choose Plan", - href: "#contact", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kdd0n8&_wi=4", - imageAlt: "barbershop interior modern", + id: "standard", title: "Business Pro", price: "$500", period: "once", features: ["Everything in Starter", "Premium Hosting", "Fast Loading", "Analytics Setup"], + button: { text: "Choose Plan", href: "#contact" }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kdd0n8", imageAlt: "barbershop interior modern" }, { - id: "custom", - title: "Custom Solution", - price: "Custom", - period: "quote", - features: [ - "Full E-commerce", - "Booking System", - "Advanced SEO", - "Ongoing Support", - ], - button: { - text: "Request Quote", - href: "#contact", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tqmhb&_wi=4", - imageAlt: "barbershop interior modern", + id: "custom", title: "Custom Solution", price: "Custom", period: "quote", features: ["Full E-commerce", "Booking System", "Advanced SEO", "Ongoing Support"], + button: { text: "Request Quote", href: "#contact" }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tqmhb", imageAlt: "barbershop interior modern" }, ]} title="Simple Pricing" @@ -341,21 +150,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "How long does it take?", - content: "Most websites are delivered within 5-7 business days.", - }, - { - id: "f2", - title: "Do I have to pay monthly?", - content: "No, we offer a one-time payment model for web design.", - }, - { - id: "f3", - title: "Can I edit the site myself?", - content: "Yes, we provide easy instructions for basic updates.", - }, + { id: "f1", title: "How long does it take?", content: "Most websites are delivered within 5-7 business days." }, + { id: "f2", title: "Do I have to pay monthly?", content: "No, we offer a one-time payment model for web design." }, + { id: "f3", title: "Can I edit the site myself?", content: "Yes, we provide easy instructions for basic updates." }, ]} title="Common Questions" description="Everything you need to know about our process." @@ -366,9 +163,7 @@ export default function LandingPage() {