Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-06 17:18:23 +00:00
4 changed files with 87 additions and 272 deletions

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Website Design", href: "/services" },
{ label: "Website Redesign", href: "/services" },
{ label: "Mobile Optimization", href: "/services" },
@@ -28,8 +27,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Pricing", href: "/pricing" },
@@ -37,8 +35,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -67,9 +64,7 @@ export default function AboutPage() {
id: item.id,
}))}
button={{
text: "Get Your Website",
href: "/contact",
}}
text: "Get Your Website", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -85,9 +80,10 @@ export default function AboutPage() {
{ value: "350%", title: "Average Lead Increase" },
]}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-business-owner-or-entrepr-1772817344297-fb9fc28e.png?_wi=4"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-business-owner-or-entrepr-1772817344297-fb9fc28e.png"
imageAlt="Business owner analyzing website analytics"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -99,29 +95,11 @@ export default function AboutPage() {
tagIcon={Heart}
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Owner, Mitchell's Salon & Spa",
testimonial: "After getting our website through Webuild, bookings increased by 40% in the first month. The design is beautiful and our customers love how easy it is to book appointments online.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343183-89383f36.png?_wi=3",
imageAlt: "Sarah Mitchell portrait",
},
id: "1", name: "Sarah Mitchell", role: "Owner, Mitchell's Salon & Spa", testimonial: "After getting our website through Webuild, bookings increased by 40% in the first month. The design is beautiful and our customers love how easy it is to book appointments online.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343183-89383f36.png", imageAlt: "Sarah Mitchell portrait"},
{
id: "2",
name: "James Rodriguez",
role: "Owner, Rodriguez General Contracting",
testimonial: "We were skeptical at first, but the professional website completely changed how we attract clients. We now get quality leads from search engines instead of cold calling.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817344083-67fdb13a.png?_wi=3",
imageAlt: "James Rodriguez portrait",
},
id: "2", name: "James Rodriguez", role: "Owner, Rodriguez General Contracting", testimonial: "We were skeptical at first, but the professional website completely changed how we attract clients. We now get quality leads from search engines instead of cold calling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817344083-67fdb13a.png", imageAlt: "James Rodriguez portrait"},
{
id: "3",
name: "Maria Chen",
role: "Manager, Chen's Restaurant Group",
testimonial: "Our new website is stunning and mobile-friendly. Customers can now easily find our menu, make reservations, and call us—all from a beautiful, modern design.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343779-671a1925.png?_wi=3",
imageAlt: "Maria Chen portrait",
},
id: "3", name: "Maria Chen", role: "Manager, Chen's Restaurant Group", testimonial: "Our new website is stunning and mobile-friendly. Customers can now easily find our menu, make reservations, and call us—all from a beautiful, modern design.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343779-671a1925.png", imageAlt: "Maria Chen portrait"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -139,4 +117,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -1,76 +1,25 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
import "./styles/variables.css";
import "./styles/globals.css";
export const metadata: Metadata = {
title: "Professional Web Design for Local Businesses | Webuild",
description: "Turn your business into a lead-generating machine with a professional website from Webuild. We create high-converting websites for local businesses. Get your free website audit today.",
keywords: "web design, website design, local business website, professional web design, responsive website, lead generation website, small business website",
metadataBase: new URL("https://webuild.local"),
title: "Webuild | Professional Web Design for Local Businesses", description: "Transform your business with professional web design. We create high-converting websites that generate leads and grow your revenue. Free consultation available.", keywords: "web design, local business websites, lead generation, professional website design", metadataBase: new URL("https://webuild.io"),
alternates: {
canonical: "https://webuild.local",
},
canonical: "https://webuild.io"},
openGraph: {
title: "Professional Web Design for Local Businesses | Webuild",
description: "High-converting websites designed to attract more customers for your local business.",
url: "https://webuild.local",
siteName: "Webuild",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-modern-clean-professional-website-dash-1772817347636-fb703a26.png",
alt: "Professional website design showcase",
},
],
},
title: "Webuild | Professional Web Design for Local Businesses", description: "Transform your business with professional web design. We create high-converting websites that generate leads and grow your revenue.", url: "https://webuild.io", siteName: "Webuild", type: "website"},
twitter: {
card: "summary_large_image",
title: "Professional Web Design for Local Businesses | Webuild",
description: "Turn your business into a lead-generating machine with a professional website.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-modern-clean-professional-website-dash-1772817347636-fb703a26.png",
],
},
robots: {
index: true,
follow: true,
},
card: "summary_large_image", title: "Webuild | Professional Web Design for Local Businesses", description: "Transform your business with professional web design. We create high-converting websites that generate leads and grow your revenue."},
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1438,7 +1387,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Website Design", href: "/services" },
{ label: "Website Redesign", href: "/services" },
{ label: "Mobile Optimization", href: "/services" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "portfolio" },
{ label: "Pricing", href: "pricing" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -71,9 +68,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Get Your Website",
href: "contact",
}}
text: "Get Your Website", href: "contact"}}
animateOnLoad={true}
/>
</div>
@@ -107,9 +102,10 @@ export default function HomePage() {
{ value: "24/7", title: "Your website works while you sleep" },
]}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-business-owner-or-entrepr-1772817344297-fb9fc28e.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-business-owner-or-entrepr-1772817344297-fb9fc28e.png"
imageAlt="Business owner analyzing website analytics"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -122,22 +118,16 @@ export default function HomePage() {
features={[
{
icon: Users,
title: "More Customers",
description:
"Attract qualified leads through search engines and social media with a website optimized to convert visitors into clients",
},
title: "More Customers", description:
"Attract qualified leads through search engines and social media with a website optimized to convert visitors into clients"},
{
icon: Trophy,
title: "Professional Online Presence",
description:
"Stand out from competitors with a modern, mobile-responsive website that builds trust and credibility",
},
title: "Professional Online Presence", description:
"Stand out from competitors with a modern, mobile-responsive website that builds trust and credibility"},
{
icon: Clock,
title: "24/7 Lead Generation",
description:
"Your website works around the clock, capturing leads and inquiries even when you're offline",
},
title: "24/7 Lead Generation", description:
"Your website works around the clock, capturing leads and inquiries even when you're offline"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -154,65 +144,29 @@ export default function HomePage() {
tagIcon={Heart}
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Owner, Mitchell's Salon & Spa",
testimonial:
"After getting our website through Webuild, bookings increased by 40% in the first month. The design is beautiful and our customers love how easy it is to book appointments online.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343183-89383f36.png?_wi=1",
imageAlt: "Sarah Mitchell portrait",
},
id: "1", name: "Sarah Mitchell", role: "Owner, Mitchell's Salon & Spa", testimonial:
"After getting our website through Webuild, bookings increased by 40% in the first month. The design is beautiful and our customers love how easy it is to book appointments online.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343183-89383f36.png", imageAlt: "Sarah Mitchell portrait"},
{
id: "2",
name: "James Rodriguez",
role: "Owner, Rodriguez General Contracting",
testimonial:
"We were skeptical at first, but the professional website completely changed how we attract clients. We now get quality leads from search engines instead of cold calling.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817344083-67fdb13a.png?_wi=1",
imageAlt: "James Rodriguez portrait",
},
id: "2", name: "James Rodriguez", role: "Owner, Rodriguez General Contracting", testimonial:
"We were skeptical at first, but the professional website completely changed how we attract clients. We now get quality leads from search engines instead of cold calling.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817344083-67fdb13a.png", imageAlt: "James Rodriguez portrait"},
{
id: "3",
name: "Maria Chen",
role: "Manager, Chen's Restaurant Group",
testimonial:
"Our new website is stunning and mobile-friendly. Customers can now easily find our menu, make reservations, and call us—all from a beautiful, modern design.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343779-671a1925.png?_wi=1",
imageAlt: "Maria Chen portrait",
},
id: "3", name: "Maria Chen", role: "Manager, Chen's Restaurant Group", testimonial:
"Our new website is stunning and mobile-friendly. Customers can now easily find our menu, make reservations, and call us—all from a beautiful, modern design.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343779-671a1925.png", imageAlt: "Maria Chen portrait"},
{
id: "4",
name: "David Thompson",
role: "Owner, Thompson Plumbing Services",
testimonial:
"The Webuild team was professional, responsive, and delivered exactly what we needed. Our website generates consistent leads every single week. Best investment we've made.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817343573-1d4e3915.png",
imageAlt: "David Thompson portrait",
},
id: "4", name: "David Thompson", role: "Owner, Thompson Plumbing Services", testimonial:
"The Webuild team was professional, responsive, and delivered exactly what we needed. Our website generates consistent leads every single week. Best investment we've made.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817343573-1d4e3915.png", imageAlt: "David Thompson portrait"},
{
id: "5",
name: "Jennifer Lopez",
role: "Owner, Lotus Beauty Studio",
testimonial:
"Fast, professional, and results-driven. Webuild understood exactly what our beauty business needed. Highly recommend to any local business owner.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343592-4e78e79b.png",
imageAlt: "Jennifer Lopez portrait",
},
id: "5", name: "Jennifer Lopez", role: "Owner, Lotus Beauty Studio", testimonial:
"Fast, professional, and results-driven. Webuild understood exactly what our beauty business needed. Highly recommend to any local business owner.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343592-4e78e79b.png", imageAlt: "Jennifer Lopez portrait"},
{
id: "6",
name: "Marcus Williams",
role: "Founder, Williams Digital Marketing",
testimonial:
"Working with Webuild was a game-changer. They created a website that not only looks great but actually converts. Our client acquisition costs dropped significantly.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817343379-dd39f282.png",
imageAlt: "Marcus Williams portrait",
},
id: "6", name: "Marcus Williams", role: "Founder, Williams Digital Marketing", testimonial:
"Working with Webuild was a game-changer. They created a website that not only looks great but actually converts. Our client acquisition costs dropped significantly.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817343379-dd39f282.png", imageAlt: "Marcus Williams portrait"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -229,50 +183,20 @@ export default function HomePage() {
tagIcon={Briefcase}
products={[
{
id: "1",
name: "Luxury Nail Salon Website",
price: "$2,500",
variant: "Booking System Integrated",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-modern-elegant-nail-salon-website-disp-1772817344925-698fae5a.png?_wi=1",
imageAlt: "Nail salon website showcase",
},
id: "1", name: "Luxury Nail Salon Website", price: "$2,500", variant: "Booking System Integrated", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-modern-elegant-nail-salon-website-disp-1772817344925-698fae5a.png", imageAlt: "Nail salon website showcase"},
{
id: "2",
name: "Home Contractor Business Site",
price: "$3,200",
variant: "Portfolio Gallery & Leads Form",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-contractor-business-websi-1772817345420-a1124072.png?_wi=1",
imageAlt: "Contractor website showcase",
},
id: "2", name: "Home Contractor Business Site", price: "$3,200", variant: "Portfolio Gallery & Leads Form", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-contractor-business-websi-1772817345420-a1124072.png", imageAlt: "Contractor website showcase"},
{
id: "3",
name: "Restaurant Website & Ordering",
price: "$2,800",
variant: "Online Reservation System",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-restaurant-website-displa-1772817344963-35439dfd.png?_wi=1",
imageAlt: "Restaurant website showcase",
},
id: "3", name: "Restaurant Website & Ordering", price: "$2,800", variant: "Online Reservation System", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-restaurant-website-displa-1772817344963-35439dfd.png", imageAlt: "Restaurant website showcase"},
{
id: "4",
name: "Beauty Services Multi-Location",
price: "$3,500",
variant: "Staff Profiles & Booking",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-multi-location-beauty-ser-1772817344876-520eee9e.png?_wi=1",
imageAlt: "Beauty services website showcase",
},
id: "4", name: "Beauty Services Multi-Location", price: "$3,500", variant: "Staff Profiles & Booking", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-multi-location-beauty-ser-1772817344876-520eee9e.png", imageAlt: "Beauty services website showcase"},
{
id: "5",
name: "Local Service Business Hub",
price: "$2,900",
variant: "Service Areas & Lead Capture",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-local-service-business-we-1772817345469-0e5bacb8.png?_wi=1",
imageAlt: "Service business website showcase",
},
id: "5", name: "Local Service Business Hub", price: "$2,900", variant: "Service Areas & Lead Capture", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-local-service-business-we-1772817345469-0e5bacb8.png", imageAlt: "Service business website showcase"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -288,39 +212,25 @@ export default function HomePage() {
description="Book a free consultation with our web design experts. We'll analyze your current online presence and show you exactly how a professional website can drive more leads and customers to your business."
inputs={[
{
name: "fullName",
type: "text",
placeholder: "Full Name",
required: true,
name: "fullName", type: "text", placeholder: "Full Name", required: true,
},
{
name: "businessName",
type: "text",
placeholder: "Business Name",
required: true,
name: "businessName", type: "text", placeholder: "Business Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
textarea={{
name: "message",
placeholder:
"Tell us about your business and goals. What's the biggest challenge you face online?",
rows: 5,
name: "message", placeholder:
"Tell us about your business and goals. What's the biggest challenge you face online?", rows: 5,
required: false,
}}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-web-design-team-having-a--1772817344156-344998f3.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-web-design-team-having-a--1772817344156-344998f3.png"
imageAlt="Web design team in consultation meeting"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -343,4 +253,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -20,8 +20,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Website Design", href: "/services" },
{ label: "Website Redesign", href: "/services" },
{ label: "Mobile Optimization", href: "/services" },
@@ -29,8 +28,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "portfolio" },
{ label: "Pricing", href: "pricing" },
@@ -38,8 +36,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -68,9 +65,7 @@ export default function ServicesPage() {
id: item.id,
}))}
button={{
text: "Get Your Website",
href: "contact",
}}
text: "Get Your Website", href: "contact"}}
animateOnLoad={true}
/>
</div>
@@ -82,22 +77,16 @@ export default function ServicesPage() {
features={[
{
icon: Zap,
title: "Custom Website Design",
description:
"Beautiful, high-converting websites built specifically for your business. We create unique designs that reflect your brand and engage your target audience.",
},
title: "Custom Website Design", description:
"Beautiful, high-converting websites built specifically for your business. We create unique designs that reflect your brand and engage your target audience."},
{
icon: Smartphone,
title: "Mobile Optimization",
description:
"Fully responsive designs that look perfect on all devices. With over 60% of web traffic from mobile, we ensure your site performs flawlessly everywhere.",
},
title: "Mobile Optimization", description:
"Fully responsive designs that look perfect on all devices. With over 60% of web traffic from mobile, we ensure your site performs flawlessly everywhere."},
{
icon: Search,
title: "SEO & Lead Generation",
description:
"Websites optimized for search engines to attract qualified leads. We implement proven SEO strategies to help your business rank higher and capture more customers.",
},
title: "SEO & Lead Generation", description:
"Websites optimized for search engines to attract qualified leads. We implement proven SEO strategies to help your business rank higher and capture more customers."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -116,9 +105,10 @@ export default function ServicesPage() {
{ value: "100%", title: "Mobile responsive on all devices" },
]}
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-business-owner-or-entrepr-1772817344297-fb9fc28e.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-business-owner-or-entrepr-1772817344297-fb9fc28e.png"
imageAlt="Web design process and team collaboration"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -128,32 +118,21 @@ export default function ServicesPage() {
description="Let's discuss how our web design services can transform your business. Schedule a free consultation with our team and we'll create a custom plan for your success."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "service",
type: "text",
placeholder: "Service Interested In",
required: true,
name: "service", type: "text", placeholder: "Service Interested In", required: true,
},
]}
textarea={{
name: "details",
placeholder: "Tell us about your project...",
rows: 4,
name: "details", placeholder: "Tell us about your project...", rows: 4,
required: false,
}}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-web-design-team-having-a--1772817344156-344998f3.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-web-design-team-having-a--1772817344156-344998f3.png"
imageAlt="Professional web design team meeting"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -176,4 +155,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}