Merge version_1 into main #2
231
src/app/page.tsx
231
src/app/page.tsx
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Free Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book a Free Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,7 +49,7 @@ export default function HomePage() {
|
||||
tag="Trusted by 50+ Perth Businesses"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "blurBottom" }}
|
||||
kpis={[
|
||||
{ value: "50+", label: "Projects Completed" },
|
||||
{ value: "3.2x", label: "Average Lead Increase" },
|
||||
@@ -81,7 +79,7 @@ export default function HomePage() {
|
||||
{ value: "3.2x", title: "Average ROI Improvement for Clients" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-portrait-of-a-confident-w-1772697145534-d5d33141.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-portrait-of-a-confident-w-1772697145534-d5d33141.png"
|
||||
imageAlt="Professional web designer portrait"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -97,53 +95,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Custom Website Design",
|
||||
description: "Bespoke websites designed specifically for your Perth business. We create stunning, unique digital experiences that reflect your brand and attract your ideal customers.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-creative-workspace-showing-custom-web--1772697146190-0eff317f.png?_wi=1",
|
||||
imageAlt: "Custom website design process",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Custom Website Design", description: "Bespoke websites designed specifically for your Perth business. We create stunning, unique digital experiences that reflect your brand and attract your ideal customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-creative-workspace-showing-custom-web--1772697146190-0eff317f.png", imageAlt: "Custom website design process", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "E-Commerce Solutions",
|
||||
description: "Full-featured online stores that drive sales. We build secure, user-friendly e-commerce platforms integrated with payment processing, inventory management, and analytics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-e-commerce-website-dashbo-1772697146047-8b0de330.png?_wi=1",
|
||||
imageAlt: "E-commerce platform dashboard",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "E-Commerce Solutions", description: "Full-featured online stores that drive sales. We build secure, user-friendly e-commerce platforms integrated with payment processing, inventory management, and analytics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-e-commerce-website-dashbo-1772697146047-8b0de330.png", imageAlt: "E-commerce platform dashboard", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "SEO & Lead Generation",
|
||||
description: "Websites optimized for search engines and conversions. We implement proven SEO strategies to rank your site higher and turn organic traffic into qualified leads.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/seo-analytics-and-metrics-dashboard-show-1772697145664-af2a28a5.png?_wi=1",
|
||||
imageAlt: "SEO analytics and metrics",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "SEO & Lead Generation", description: "Websites optimized for search engines and conversions. We implement proven SEO strategies to rank your site higher and turn organic traffic into qualified leads.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/seo-analytics-and-metrics-dashboard-show-1772697145664-af2a28a5.png", imageAlt: "SEO analytics and metrics", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Responsive & Mobile-First",
|
||||
description: "Your website works perfectly on every device. We design mobile-first sites that ensure seamless experiences whether customers visit from desktop, tablet, or phone.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-responsive-web-design-showcase-display-1772697146012-7cb13f4c.png?_wi=1",
|
||||
imageAlt: "Responsive design on multiple devices",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Responsive & Mobile-First", description: "Your website works perfectly on every device. We design mobile-first sites that ensure seamless experiences whether customers visit from desktop, tablet, or phone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-responsive-web-design-showcase-display-1772697146012-7cb13f4c.png", imageAlt: "Responsive design on multiple devices", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Performance & Speed",
|
||||
description: "Lightning-fast websites that rank better and convert more. We optimize every element to ensure your site loads quickly, keeping visitors engaged and reducing bounce rates.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/website-performance-optimization-dashboa-1772697146224-298aadd6.png?_wi=1",
|
||||
imageAlt: "Website performance metrics",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Performance & Speed", description: "Lightning-fast websites that rank better and convert more. We optimize every element to ensure your site loads quickly, keeping visitors engaged and reducing bounce rates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/website-performance-optimization-dashboa-1772697146224-298aadd6.png", imageAlt: "Website performance metrics", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Ongoing Support & Maintenance",
|
||||
description: "Your website stays secure and updated. We provide continuous maintenance, security updates, and technical support so you can focus on growing your business.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/technical-support-and-website-maintenanc-1772697145715-d7ab8f8d.png?_wi=1",
|
||||
imageAlt: "Technical support and maintenance",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Ongoing Support & Maintenance", description: "Your website stays secure and updated. We provide continuous maintenance, security updates, and technical support so you can focus on growing your business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/technical-support-and-website-maintenanc-1772697145715-d7ab8f8d.png", imageAlt: "Technical support and maintenance", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -161,49 +129,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "E-Commerce",
|
||||
title: "Local Boutique Ecommerce Platform",
|
||||
excerpt: "A luxury fashion retailer increased online sales by 4.5x with our custom e-commerce design, inventory integration, and marketing optimization.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-luxury-fashion-boutique-e-commerce-web-1772697147502-d18562a1.png?_wi=1",
|
||||
imageAlt: "E-commerce platform for boutique",
|
||||
authorName: "Webild Design",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/professional-headshot-of-a-web-designer--1772697145840-b8f178c6.png",
|
||||
date: "Completed 2024",
|
||||
},
|
||||
id: "1", category: "E-Commerce", title: "Local Boutique Ecommerce Platform", excerpt: "A luxury fashion retailer increased online sales by 4.5x with our custom e-commerce design, inventory integration, and marketing optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-luxury-fashion-boutique-e-commerce-web-1772697147502-d18562a1.png", imageAlt: "E-commerce platform for boutique", authorName: "Webild Design", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/professional-headshot-of-a-web-designer--1772697145840-b8f178c6.png", date: "Completed 2024"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Service Business",
|
||||
title: "Plumbing Company Lead Generation Site",
|
||||
excerpt: "A Perth plumbing service grew their monthly leads by 320% with our SEO-optimized website featuring service highlights, testimonials, and easy scheduling.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-plumbing-service-website--1772697150865-f802457e.png?_wi=1",
|
||||
imageAlt: "Service business website design",
|
||||
authorName: "Webild Design",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/professional-headshot-of-another-team-me-1772697145700-ac873e59.png",
|
||||
date: "Completed 2024",
|
||||
},
|
||||
id: "2", category: "Service Business", title: "Plumbing Company Lead Generation Site", excerpt: "A Perth plumbing service grew their monthly leads by 320% with our SEO-optimized website featuring service highlights, testimonials, and easy scheduling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-plumbing-service-website--1772697150865-f802457e.png", imageAlt: "Service business website design", authorName: "Webild Design", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/professional-headshot-of-another-team-me-1772697145700-ac873e59.png", date: "Completed 2024"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Corporate",
|
||||
title: "Digital Marketing Agency Website",
|
||||
excerpt: "A Perth marketing agency redesigned their web presence, resulting in 280% more qualified leads and establishing them as industry leaders through portfolio showcases.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-digital-marketing-agency-website-showc-1772697147144-e4d726a0.png?_wi=1",
|
||||
imageAlt: "Corporate marketing agency website",
|
||||
authorName: "Webild Design",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/professional-headshot-of-a-third-team-me-1772697145507-8b3a5f71.png",
|
||||
date: "Completed 2024",
|
||||
},
|
||||
id: "3", category: "Corporate", title: "Digital Marketing Agency Website", excerpt: "A Perth marketing agency redesigned their web presence, resulting in 280% more qualified leads and establishing them as industry leaders through portfolio showcases.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-digital-marketing-agency-website-showc-1772697147144-e4d726a0.png", imageAlt: "Corporate marketing agency website", authorName: "Webild Design", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/professional-headshot-of-a-third-team-me-1772697145507-8b3a5f71.png", date: "Completed 2024"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Professional Services",
|
||||
title: "Accounting Firm Client Portal",
|
||||
excerpt: "We built a professional website with secure client portal, document management, and service explainers. The firm increased client inquiries by 190%.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-accounting-firm-website-w-1772697145887-6a0dd07c.png",
|
||||
imageAlt: "Professional services website design",
|
||||
authorName: "Webild Design",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/professional-headshot-of-a-fourth-team-m-1772697146211-280acc05.png",
|
||||
date: "Completed 2024",
|
||||
},
|
||||
id: "4", category: "Professional Services", title: "Accounting Firm Client Portal", excerpt: "We built a professional website with secure client portal, document management, and service explainers. The firm increased client inquiries by 190%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-accounting-firm-website-w-1772697145887-6a0dd07c.png", imageAlt: "Professional services website design", authorName: "Webild Design", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/professional-headshot-of-a-fourth-team-m-1772697146211-280acc05.png", date: "Completed 2024"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -222,77 +154,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell, Owner of Luxe Boutique",
|
||||
date: "Date: December 2024",
|
||||
title: "Transformed Our Online Sales",
|
||||
quote: "Webild designed our e-commerce site and within 3 months we saw a 4.5x increase in online sales. The team understood our brand perfectly and created something that truly represents our business.",
|
||||
tag: "E-Commerce Success",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-f-1772697144824-06eb8bc6.png",
|
||||
avatarAlt: "Sarah Mitchell",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-high-end-fashion-boutique-storefront-w-1772697145914-1f8d106b.png",
|
||||
imageAlt: "Luxe Boutique online store",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell, Owner of Luxe Boutique", date: "Date: December 2024", title: "Transformed Our Online Sales", quote: "Webild designed our e-commerce site and within 3 months we saw a 4.5x increase in online sales. The team understood our brand perfectly and created something that truly represents our business.", tag: "E-Commerce Success", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-f-1772697144824-06eb8bc6.png", avatarAlt: "Sarah Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-high-end-fashion-boutique-storefront-w-1772697145914-1f8d106b.png", imageAlt: "Luxe Boutique online store"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen, CEO of Perth Plumbing Co.",
|
||||
date: "Date: November 2024",
|
||||
title: "Leads Exploded Within Months",
|
||||
quote: "We went from getting 2-3 inquiries per week to 15+ qualified leads weekly. The website ranks on the first page for all our target keywords. Best investment we've made for our business.",
|
||||
tag: "Lead Generation",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-m-1772697145736-a837a918.png",
|
||||
avatarAlt: "James Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-plumbing-company-team-in--1772697146266-c6bd79ed.png",
|
||||
imageAlt: "Plumbing company website",
|
||||
},
|
||||
id: "2", name: "James Chen, CEO of Perth Plumbing Co.", date: "Date: November 2024", title: "Leads Exploded Within Months", quote: "We went from getting 2-3 inquiries per week to 15+ qualified leads weekly. The website ranks on the first page for all our target keywords. Best investment we've made for our business.", tag: "Lead Generation", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-m-1772697145736-a837a918.png", avatarAlt: "James Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-plumbing-company-team-in--1772697146266-c6bd79ed.png", imageAlt: "Plumbing company website"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez, Marketing Director",
|
||||
date: "Date: October 2024",
|
||||
title: "Professional Partner We Can Trust",
|
||||
quote: "Working with Webild was effortless. They listened to our goals, delivered beyond expectations, and provided ongoing support. Our new website helped us land 3 major clients.",
|
||||
tag: "Professional Services",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-f-1772697144631-db6265d6.png",
|
||||
avatarAlt: "Emma Rodriguez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-modern-marketing-agency-office-environ-1772697145943-68f84ae7.png",
|
||||
imageAlt: "Marketing agency team",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez, Marketing Director", date: "Date: October 2024", title: "Professional Partner We Can Trust", quote: "Working with Webild was effortless. They listened to our goals, delivered beyond expectations, and provided ongoing support. Our new website helped us land 3 major clients.", tag: "Professional Services", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-f-1772697144631-db6265d6.png", avatarAlt: "Emma Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-modern-marketing-agency-office-environ-1772697145943-68f84ae7.png", imageAlt: "Marketing agency team"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson, Director of Ace Accounting",
|
||||
date: "Date: September 2024",
|
||||
title: "A Transformative Investment",
|
||||
quote: "The new website with our client portal has made us look like a much larger firm. Our client inquiries are up 190% and clients love the easy-to-use portal system.",
|
||||
tag: "Corporate Growth",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-m-1772697144976-9e402a94.png",
|
||||
avatarAlt: "David Thompson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-accounting-office-showing-1772697145093-b8f14366.png",
|
||||
imageAlt: "Accounting firm office",
|
||||
},
|
||||
id: "4", name: "David Thompson, Director of Ace Accounting", date: "Date: September 2024", title: "A Transformative Investment", quote: "The new website with our client portal has made us look like a much larger firm. Our client inquiries are up 190% and clients love the easy-to-use portal system.", tag: "Corporate Growth", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-m-1772697144976-9e402a94.png", avatarAlt: "David Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-accounting-office-showing-1772697145093-b8f14366.png", imageAlt: "Accounting firm office"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wong, Owner of Wellness Center",
|
||||
date: "Date: August 2024",
|
||||
title: "Worth Every Dollar",
|
||||
quote: "I was skeptical about investing in a new website, but Webild proved the value immediately. Bookings increased, our online presence is professional, and we're attracting the right clients.",
|
||||
tag: "Service Business",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-f-1772697144945-ffe1001f.png",
|
||||
avatarAlt: "Lisa Wong",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-modern-wellness-center-interior-with-y-1772697146153-625a84da.png",
|
||||
imageAlt: "Wellness center facility",
|
||||
},
|
||||
id: "5", name: "Lisa Wong, Owner of Wellness Center", date: "Date: August 2024", title: "Worth Every Dollar", quote: "I was skeptical about investing in a new website, but Webild proved the value immediately. Bookings increased, our online presence is professional, and we're attracting the right clients.", tag: "Service Business", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-confident-f-1772697144945-ffe1001f.png", avatarAlt: "Lisa Wong", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-modern-wellness-center-interior-with-y-1772697146153-625a84da.png", imageAlt: "Wellness center facility"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Parks, Marketing Manager",
|
||||
date: "Date: July 2024",
|
||||
title: "Exceeded Our Expectations",
|
||||
quote: "From concept to launch, the Webild team was responsive, creative, and detail-oriented. The final product is beautiful, fast, and our conversion rates have improved significantly.",
|
||||
tag: "Digital Marketing",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-male-market-1772697144810-4e2a7eb7.png",
|
||||
avatarAlt: "Michael Parks",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-modern-digital-marketing-office-showin-1772697146373-47c63573.png",
|
||||
imageAlt: "Digital marketing office",
|
||||
},
|
||||
id: "6", name: "Michael Parks, Marketing Manager", date: "Date: July 2024", title: "Exceeded Our Expectations", quote: "From concept to launch, the Webild team was responsive, creative, and detail-oriented. The final product is beautiful, fast, and our conversion rates have improved significantly.", tag: "Digital Marketing", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-headshot-of-a-male-market-1772697144810-4e2a7eb7.png", avatarAlt: "Michael Parks", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-modern-digital-marketing-office-showin-1772697146373-47c63573.png", imageAlt: "Digital marketing office"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -308,45 +180,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does it take to build a website?",
|
||||
content: "Most websites take 4-12 weeks depending on complexity and scope. We provide a clear timeline during the discovery phase. Rush timelines are available for additional fees. We maintain regular communication throughout the project to ensure you're always informed of progress.",
|
||||
},
|
||||
id: "1", title: "How long does it take to build a website?", content: "Most websites take 4-12 weeks depending on complexity and scope. We provide a clear timeline during the discovery phase. Rush timelines are available for additional fees. We maintain regular communication throughout the project to ensure you're always informed of progress."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's your process for web design projects?",
|
||||
content: "Our process includes: 1) Discovery & Strategy - understanding your business goals, 2) Design & Wireframing - creating visual concepts, 3) Development - building the site with clean code, 4) Testing - ensuring everything works perfectly, 5) Launch & Optimization - going live and monitoring performance. We keep you involved at every stage.",
|
||||
},
|
||||
id: "2", title: "What's your process for web design projects?", content: "Our process includes: 1) Discovery & Strategy - understanding your business goals, 2) Design & Wireframing - creating visual concepts, 3) Development - building the site with clean code, 4) Testing - ensuring everything works perfectly, 5) Launch & Optimization - going live and monitoring performance. We keep you involved at every stage."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide ongoing website maintenance?",
|
||||
content: "Yes! We offer maintenance packages that include security updates, backups, performance monitoring, and technical support. Website maintenance ensures your site stays secure, fast, and up-to-date. We recommend all clients invest in ongoing support to maximize their website's lifespan and effectiveness.",
|
||||
},
|
||||
id: "3", title: "Do you provide ongoing website maintenance?", content: "Yes! We offer maintenance packages that include security updates, backups, performance monitoring, and technical support. Website maintenance ensures your site stays secure, fast, and up-to-date. We recommend all clients invest in ongoing support to maximize their website's lifespan and effectiveness."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you help with SEO to get more leads?",
|
||||
content: "Absolutely. We build SEO best practices into every website we create. This includes optimized site structure, fast loading speeds, mobile responsiveness, and clean code. We also offer dedicated SEO services to rank for high-value keywords like 'business web design Perth' and 'website designer for all-sized businesses in Perth'.",
|
||||
},
|
||||
id: "4", title: "Can you help with SEO to get more leads?", content: "Absolutely. We build SEO best practices into every website we create. This includes optimized site structure, fast loading speeds, mobile responsiveness, and clean code. We also offer dedicated SEO services to rank for high-value keywords like 'business web design Perth' and 'website designer for all-sized businesses in Perth'."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What's included in your web design packages?",
|
||||
content: "Our packages typically include: custom design, responsive development, SEO optimization, contact forms, basic analytics setup, and 30 days of post-launch support. We offer flexible packages to suit different budgets. During consultation, we'll discuss what's best for your specific business needs.",
|
||||
},
|
||||
id: "5", title: "What's included in your web design packages?", content: "Our packages typically include: custom design, responsive development, SEO optimization, contact forms, basic analytics setup, and 30 days of post-launch support. We offer flexible packages to suit different budgets. During consultation, we'll discuss what's best for your specific business needs."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How much does a website cost?",
|
||||
content: "Website costs vary based on complexity, features, and functionality. Small business sites typically range from $3,500-$8,000, while e-commerce and larger projects can be $10,000+. We offer transparent pricing and payment plans. Book a free consultation to discuss your specific budget and needs.",
|
||||
},
|
||||
id: "6", title: "How much does a website cost?", content: "Website costs vary based on complexity, features, and functionality. Small business sites typically range from $3,500-$8,000, while e-commerce and larger projects can be $10,000+. We offer transparent pricing and payment plans. Book a free consultation to discuss your specific budget and needs."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Do you design mobile-friendly websites?",
|
||||
content: "Yes, all our websites are mobile-first designs. We ensure perfect functionality and appearance on phones, tablets, and desktops. Mobile optimization is critical for user experience and search engine rankings, so it's built into every project we deliver.",
|
||||
},
|
||||
id: "7", title: "Do you design mobile-friendly websites?", content: "Yes, all our websites are mobile-first designs. We ensure perfect functionality and appearance on phones, tablets, and desktops. Mobile optimization is critical for user experience and search engine rankings, so it's built into every project we deliver."},
|
||||
{
|
||||
id: "8",
|
||||
title: "Can you redesign my existing website?",
|
||||
content: "Yes! Website redesigns are one of our specialties. We can keep your domain, improve the design, enhance user experience, and optimize for conversions. We often see significant improvements in lead generation and user engagement after a professional redesign.",
|
||||
},
|
||||
id: "8", title: "Can you redesign my existing website?", content: "Yes! Website redesigns are one of our specialties. We can keep your domain, improve the design, enhance user experience, and optimize for conversions. We often see significant improvements in lead generation and user engagement after a professional redesign."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -362,7 +210,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Let's Discuss Your Web Design Project"
|
||||
description="Book a free 30-minute consultation call. We'll discuss your business goals, challenges, and how we can help you attract more leads and customers with a professional website."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "blurBottom" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Book Free Consultation"
|
||||
@@ -372,14 +220,13 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-background-image-suitable-1772697144669-258cd4c4.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-background-image-suitable-1772697144669-258cd4c4.png"
|
||||
imageAlt="Web design services footer background"
|
||||
logoText="Webild Design"
|
||||
copyrightText="© 2025 Webild Design. All rights reserved. Based in Perth, Australia."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "E-Commerce", href: "/services" },
|
||||
{ label: "SEO Services", href: "/services" },
|
||||
@@ -387,8 +234,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Me", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Testimonials", href: "/#testimonials" },
|
||||
@@ -396,8 +242,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
|
||||
@@ -34,9 +34,7 @@ export default function ServicesPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Free Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book a Free Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,53 +47,23 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Custom Website Design",
|
||||
description: "Bespoke websites designed specifically for your Perth business. We create stunning, unique digital experiences that reflect your brand and attract your ideal customers. Fully responsive and optimized for all devices.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-creative-workspace-showing-custom-web--1772697146190-0eff317f.png?_wi=2",
|
||||
imageAlt: "Custom website design process",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Custom Website Design", description: "Bespoke websites designed specifically for your Perth business. We create stunning, unique digital experiences that reflect your brand and attract your ideal customers. Fully responsive and optimized for all devices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-creative-workspace-showing-custom-web--1772697146190-0eff317f.png", imageAlt: "Custom website design process", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "E-Commerce Solutions",
|
||||
description: "Full-featured online stores that drive sales. We build secure, user-friendly e-commerce platforms integrated with payment processing, inventory management, and analytics to maximize your revenue.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-e-commerce-website-dashbo-1772697146047-8b0de330.png?_wi=2",
|
||||
imageAlt: "E-commerce platform dashboard",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "E-Commerce Solutions", description: "Full-featured online stores that drive sales. We build secure, user-friendly e-commerce platforms integrated with payment processing, inventory management, and analytics to maximize your revenue.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-e-commerce-website-dashbo-1772697146047-8b0de330.png", imageAlt: "E-commerce platform dashboard", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "SEO & Lead Generation",
|
||||
description: "Websites optimized for search engines and conversions. We implement proven SEO strategies to rank your site higher, attract qualified traffic, and turn visitors into paying customers.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/seo-analytics-and-metrics-dashboard-show-1772697145664-af2a28a5.png?_wi=2",
|
||||
imageAlt: "SEO analytics and metrics",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "SEO & Lead Generation", description: "Websites optimized for search engines and conversions. We implement proven SEO strategies to rank your site higher, attract qualified traffic, and turn visitors into paying customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/seo-analytics-and-metrics-dashboard-show-1772697145664-af2a28a5.png", imageAlt: "SEO analytics and metrics", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Responsive & Mobile-First",
|
||||
description: "Your website works perfectly on every device. We design mobile-first sites that ensure seamless experiences whether customers visit from desktop, tablet, or phone. Mobile optimization drives conversions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-responsive-web-design-showcase-display-1772697146012-7cb13f4c.png?_wi=2",
|
||||
imageAlt: "Responsive design on multiple devices",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Responsive & Mobile-First", description: "Your website works perfectly on every device. We design mobile-first sites that ensure seamless experiences whether customers visit from desktop, tablet, or phone. Mobile optimization drives conversions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-responsive-web-design-showcase-display-1772697146012-7cb13f4c.png", imageAlt: "Responsive design on multiple devices", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Performance & Speed Optimization",
|
||||
description: "Lightning-fast websites that rank better and convert more. We optimize every element to ensure your site loads quickly, keeping visitors engaged and reducing bounce rates significantly.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/website-performance-optimization-dashboa-1772697146224-298aadd6.png?_wi=2",
|
||||
imageAlt: "Website performance metrics",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Performance & Speed Optimization", description: "Lightning-fast websites that rank better and convert more. We optimize every element to ensure your site loads quickly, keeping visitors engaged and reducing bounce rates significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/website-performance-optimization-dashboa-1772697146224-298aadd6.png", imageAlt: "Website performance metrics", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Ongoing Support & Maintenance",
|
||||
description: "Your website stays secure and updated. We provide continuous maintenance, security updates, backups, and technical support so you can focus on growing your business without worry.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/technical-support-and-website-maintenanc-1772697145715-d7ab8f8d.png?_wi=2",
|
||||
imageAlt: "Technical support and maintenance",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Ongoing Support & Maintenance", description: "Your website stays secure and updated. We provide continuous maintenance, security updates, backups, and technical support so you can focus on growing your business without worry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/technical-support-and-website-maintenanc-1772697145715-d7ab8f8d.png", imageAlt: "Technical support and maintenance", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -111,25 +79,13 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What's included in custom website design?",
|
||||
content: "Our custom design package includes: strategy consultation, wireframing, visual design mockups, responsive development for all devices, SEO optimization, contact forms, basic analytics setup, and 30 days of post-launch support. We deliver a fully functional, conversion-optimized website.",
|
||||
},
|
||||
id: "1", title: "What's included in custom website design?", content: "Our custom design package includes: strategy consultation, wireframing, visual design mockups, responsive development for all devices, SEO optimization, contact forms, basic analytics setup, and 30 days of post-launch support. We deliver a fully functional, conversion-optimized website."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can you help with an existing e-commerce store?",
|
||||
content: "Absolutely! We can redesign, optimize, or migrate existing e-commerce stores. We can improve product displays, simplify checkout, add payment options, integrate inventory systems, and implement conversion optimization strategies to increase sales.",
|
||||
},
|
||||
id: "2", title: "Can you help with an existing e-commerce store?", content: "Absolutely! We can redesign, optimize, or migrate existing e-commerce stores. We can improve product displays, simplify checkout, add payment options, integrate inventory systems, and implement conversion optimization strategies to increase sales."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How does SEO service work?",
|
||||
content: "We conduct keyword research to identify high-value terms, optimize on-page elements, improve site structure and speed, build quality backlinks, and monitor rankings. SEO is ongoing—we provide monthly reports and continuous optimization to keep your rankings strong.",
|
||||
},
|
||||
id: "3", title: "How does SEO service work?", content: "We conduct keyword research to identify high-value terms, optimize on-page elements, improve site structure and speed, build quality backlinks, and monitor rankings. SEO is ongoing—we provide monthly reports and continuous optimization to keep your rankings strong."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What does website maintenance include?",
|
||||
content: "Maintenance includes security updates, software patches, backup management, performance monitoring, uptime monitoring, and technical support. This ensures your website stays secure, fast, and reliable 24/7.",
|
||||
},
|
||||
id: "4", title: "What does website maintenance include?", content: "Maintenance includes security updates, software patches, backup management, performance monitoring, uptime monitoring, and technical support. This ensures your website stays secure, fast, and reliable 24/7."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -145,7 +101,7 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Let's Discuss Which Services Are Right For You"
|
||||
description="Every business is unique. Book a consultation to discuss your goals, challenges, and which services will deliver the best results for your Perth business."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "blurBottom" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Book Free Consultation"
|
||||
@@ -155,14 +111,13 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-background-image-suitable-1772697144669-258cd4c4.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW7qgMWyqpwLSS46hhyNmQLytQ/a-professional-background-image-suitable-1772697144669-258cd4c4.png"
|
||||
imageAlt="Web design services footer background"
|
||||
logoText="Webild Design"
|
||||
copyrightText="© 2025 Webild Design. All rights reserved. Based in Perth, Australia."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "E-Commerce", href: "/services" },
|
||||
{ label: "SEO Services", href: "/services" },
|
||||
@@ -170,8 +125,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Me", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Testimonials", href: "/#testimonials" },
|
||||
@@ -179,8 +133,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user