diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a43cb1a..5dca460 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,172 +8,97 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Web-Head Solutions" + title="Affordable Websites. Professional First Impressions." + description="Helping local businesses establish a strong online presence, reach a wider audience, and build credibility from the very first click. See your business online before you commit." + primaryButton={{ text: "Request a Demo Site", href: "/contact" }} + secondaryButton={{ text: "View Pricing", href: "/pricing" }} + leftItems={[ + { imageSrc: "https://storage.googleapis.com/webild/users/user_3FBrjtGbzyMvRYEvQVPY5Ow3xFu/uploaded-1781570000336-hz5fi44b.png" }, + { imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572162.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-internet-communication-network_23-2148779286.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/working-mobile-application_1098-17072.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-landing-page_23-2149961036.jpg" } + ]} + rightItems={[ + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-internet-communication-network_23-2148779278.jpg" }, + { imageSrc: "https://storage.googleapis.com/webild/users/user_3FBrjtGbzyMvRYEvQVPY5Ow3xFu/uploaded-1781570000336-hz5fi44b.png" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-with-digital-network-graphic-front-cityscape_9975-22113.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572162.jpg" }, + { imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=7asj9s" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Our Mission" + title="Building Digital Foundations" + description="Web-Head Solutions was created to help local businesses build a strong online foundation without unnecessary complexity or excessive costs." + items={[ + { icon: "CheckCircle", title: "Simplified Creation", description: "We remove the complexity of building a website." }, + { icon: "Shield", title: "Trust-Focused", description: "Professional designs that build immediate credibility." }, + { icon: "Zap", title: "Independence", description: "Support that empowers you to manage your site." } + ]} + imageSrc="http://img.b2bpic.net/free-photo/geometric-abstract-background-technology-concept-connecting-dots-design_53876-153349.jpg" + /> +
+
-
- +
+ - -
+ tag="Why Us" + title="Why Choose Web-Head Solutions?" + description="We offer more than just a website. We offer a partner in your digital growth journey." + items={[ + { icon: "Award", title: "Affordable Pricing", description: "Quality shouldn't break your budget." }, + { icon: "Clock", title: "Fast Turnaround", description: "Get online in days, not months." }, + { icon: "Smartphone", title: "Mobile-Friendly", description: "Your site will look great on every device." } + ]} + imageSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-landing-page_23-2149935040.jpg" + /> +
+
-
- +
+ - -
+ tag="Testimonials" + title="What Clients Say" + description="See why local businesses trust us with their digital identity." + testimonials={[ + { name: "Sarah", role: "Restaurant Owner", quote: "My business presence transformed overnight.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" }, + { name: "David", role: "Contractor", quote: "Simple, professional, and very affordable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-drinking-coffee-outdoors_23-2147955288.jpg" }, + { name: "Emily", role: "Accountant", quote: "The support was amazing for my startup.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg" }, + { name: "Michael", role: "Agency Manager", quote: "Great communication and very efficient.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg" }, + { name: "Jessica", role: "Retail Manager", quote: "The best investment for our brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-asian-girl-putting-coffee-tamper-brew-capuccino-prepare-order_1258-203400.jpg" } + ]} + /> +
+
-
- - - -
+
+ + + +
); }