Update src/app/page.tsx
This commit is contained in:
123
src/app/page.tsx
123
src/app/page.tsx
@@ -28,7 +28,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -51,7 +51,7 @@ export default function HomePage() {
|
||||
{ text: "See Our Work", href: "/portfolio" },
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/a-modern-web-design-dashboard-displayed--1772520862642-cdefd6d9.png"
|
||||
imageAlt="Atlas Digital contractor website dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -68,7 +68,7 @@ export default function HomePage() {
|
||||
description="Atlas Digital"
|
||||
subdescription="Your Web Development Partner"
|
||||
icon={Zap}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/close-up-of-a-web-design-mockup-showing--1772520862623-e363fd7f.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/close-up-of-a-web-design-mockup-showing--1772520862623-e363fd7f.png"
|
||||
imageAlt="Atlas Digital team working on contractor websites"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -79,26 +79,11 @@ export default function HomePage() {
|
||||
<FeatureCardThree
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Custom Website Design",
|
||||
description: "Professional, mobile-responsive websites built specifically for contractors. Showcase your portfolio, services, and client testimonials.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/close-up-of-a-web-design-mockup-showing--1772520862623-e363fd7f.png?_wi=2",
|
||||
imageAlt: "Custom website design for contractors",
|
||||
},
|
||||
id: "01", title: "Custom Website Design", description: "Professional, mobile-responsive websites built specifically for contractors. Showcase your portfolio, services, and client testimonials.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/close-up-of-a-web-design-mockup-showing--1772520862623-e363fd7f.png", imageAlt: "Custom website design for contractors"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Local SEO Optimization",
|
||||
description: "Get found by customers in your service area. We optimize for local search to help you rank higher and attract qualified leads.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/graphic-visualization-of-seo-optimizatio-1772520862341-b0fce9f8.png?_wi=1",
|
||||
imageAlt: "Local SEO optimization charts and metrics",
|
||||
},
|
||||
id: "02", title: "Local SEO Optimization", description: "Get found by customers in your service area. We optimize for local search to help you rank higher and attract qualified leads.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/graphic-visualization-of-seo-optimizatio-1772520862341-b0fce9f8.png", imageAlt: "Local SEO optimization charts and metrics"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Ongoing Support & Maintenance",
|
||||
description: "Dedicated support to keep your website running smoothly. Updates, security, and performance optimization included.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/customer-support-representative-assistin-1772520864014-19a55812.png?_wi=1",
|
||||
imageAlt: "Professional support team helping contractors",
|
||||
},
|
||||
id: "03", title: "Ongoing Support & Maintenance", description: "Dedicated support to keep your website running smoothly. Updates, security, and performance optimization included.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/customer-support-representative-assistin-1772520864014-19a55812.png", imageAlt: "Professional support team helping contractors"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Everything contractors need to establish and grow their online presence"
|
||||
@@ -114,38 +99,14 @@ export default function HomePage() {
|
||||
<BlogCardTwo
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Plumbing", "Case Study"],
|
||||
title: "Local Plumber Increased Bookings by 150%",
|
||||
excerpt: "After redesigning their outdated website with modern design and local SEO optimization, this plumbing contractor saw a dramatic increase in qualified leads.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/before-and-after-website-comparison-show-1772520862720-59007eee.png?_wi=1",
|
||||
imageAlt: "Plumbing contractor website redesign case study",
|
||||
authorName: "Atlas Digital Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-satisfied-mal-1772520861759-85a74a18.png",
|
||||
date: "Mar 15, 2025",
|
||||
},
|
||||
id: "1", category: ["Plumbing", "Case Study"],
|
||||
title: "Local Plumber Increased Bookings by 150%", excerpt: "After redesigning their outdated website with modern design and local SEO optimization, this plumbing contractor saw a dramatic increase in qualified leads.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/before-and-after-website-comparison-show-1772520862720-59007eee.png", imageAlt: "Plumbing contractor website redesign case study", authorName: "Atlas Digital Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-satisfied-mal-1772520861759-85a74a18.png", date: "Mar 15, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Electrical", "Case Study"],
|
||||
title: "Electrical Contractor Dominates Local Searches",
|
||||
excerpt: "Strategic local SEO implementation and portfolio showcase helped this electrical business rank #1 for key service keywords in their area.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/electrical-contractor-website-showcase-d-1772520862876-53493db0.png?_wi=1",
|
||||
imageAlt: "Electrical contractor website portfolio",
|
||||
authorName: "Atlas Digital Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-satisfied-fem-1772520861683-5eb0ed00.png",
|
||||
date: "Mar 8, 2025",
|
||||
},
|
||||
id: "2", category: ["Electrical", "Case Study"],
|
||||
title: "Electrical Contractor Dominates Local Searches", excerpt: "Strategic local SEO implementation and portfolio showcase helped this electrical business rank #1 for key service keywords in their area.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/electrical-contractor-website-showcase-d-1772520862876-53493db0.png", imageAlt: "Electrical contractor website portfolio", authorName: "Atlas Digital Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-satisfied-fem-1772520861683-5eb0ed00.png", date: "Mar 8, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: ["HVAC", "Case Study"],
|
||||
title: "HVAC Business Launches Online Booking System",
|
||||
excerpt: "Custom website with integrated booking system reduced phone calls and streamlined the customer service process for this growing HVAC company.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/hvac-mechanical-contractor-website-mocku-1772520862377-86bff8d4.png?_wi=1",
|
||||
imageAlt: "HVAC contractor website with booking system",
|
||||
authorName: "Atlas Digital Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-male-trades-b-1772520861829-dddcfd3a.png",
|
||||
date: "Feb 28, 2025",
|
||||
},
|
||||
id: "3", category: ["HVAC", "Case Study"],
|
||||
title: "HVAC Business Launches Online Booking System", excerpt: "Custom website with integrated booking system reduced phone calls and streamlined the customer service process for this growing HVAC company.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/hvac-mechanical-contractor-website-mocku-1772520862377-86bff8d4.png", imageAlt: "HVAC contractor website with booking system", authorName: "Atlas Digital Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-male-trades-b-1772520861829-dddcfd3a.png", date: "Feb 28, 2025"},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="See how we've transformed contractor businesses with powerful websites"
|
||||
@@ -167,7 +128,7 @@ export default function HomePage() {
|
||||
title="Real Results for Real Contractors"
|
||||
description="Proven impact on our clients' businesses"
|
||||
tag="By The Numbers"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -178,41 +139,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Martinez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-satisfied-mal-1772520861759-85a74a18.png?_wi=1",
|
||||
imageAlt: "John Martinez, Plumbing Contractor",
|
||||
},
|
||||
id: "1", name: "John Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-satisfied-mal-1772520861759-85a74a18.png", imageAlt: "John Martinez, Plumbing Contractor"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-satisfied-fem-1772520861683-5eb0ed00.png?_wi=1",
|
||||
imageAlt: "Sarah Chen, Electrical Contractor",
|
||||
},
|
||||
id: "2", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-satisfied-fem-1772520861683-5eb0ed00.png", imageAlt: "Sarah Chen, Electrical Contractor"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Thompson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-male-trades-b-1772520861829-dddcfd3a.png?_wi=1",
|
||||
imageAlt: "Robert Thompson, HVAC Specialist",
|
||||
},
|
||||
id: "3", name: "Robert Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-male-trades-b-1772520861829-dddcfd3a.png", imageAlt: "Robert Thompson, HVAC Specialist"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michelle Garcia",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-female-contra-1772520862168-d403fccf.png?_wi=1",
|
||||
imageAlt: "Michelle Garcia, General Contractor",
|
||||
},
|
||||
id: "4", name: "Michelle Garcia", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-female-contra-1772520862168-d403fccf.png", imageAlt: "Michelle Garcia, General Contractor"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Wilson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-male-business-1772520861432-7981fafe.png?_wi=1",
|
||||
imageAlt: "David Wilson, Roofing Contractor",
|
||||
},
|
||||
id: "5", name: "David Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-male-business-1772520861432-7981fafe.png", imageAlt: "David Wilson, Roofing Contractor"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Jennifer Lee",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-female-small--1772520862453-13f815a8.png?_wi=1",
|
||||
imageAlt: "Jennifer Lee, Renovation Specialist",
|
||||
},
|
||||
id: "6", name: "Jennifer Lee", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/professional-headshot-of-a-female-small--1772520862453-13f815a8.png", imageAlt: "Jennifer Lee, Renovation Specialist"},
|
||||
]}
|
||||
cardTitle="Atlas Digital helped us get discovered online and double our revenue in the first year"
|
||||
cardTag="What Contractors Say"
|
||||
@@ -228,15 +165,7 @@ export default function HomePage() {
|
||||
description="Join hundreds of successful trades businesses using Atlas Digital websites"
|
||||
tag="Our Clients"
|
||||
names={[
|
||||
"Smith Plumbing Co.",
|
||||
"Premier Electric Services",
|
||||
"ABC Roofing Contractors",
|
||||
"Johnson HVAC Solutions",
|
||||
"BuildRight General Contracting",
|
||||
"Expert Landscaping Inc.",
|
||||
"Pro Flooring Specialists",
|
||||
"Quality Home Repair",
|
||||
]}
|
||||
"Smith Plumbing Co.", "Premier Electric Services", "ABC Roofing Contractors", "Johnson HVAC Solutions", "BuildRight General Contracting", "Expert Landscaping Inc.", "Pro Flooring Specialists", "Quality Home Repair"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -249,8 +178,7 @@ export default function HomePage() {
|
||||
logoText="Atlas Digital"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "Local SEO", href: "/services" },
|
||||
{ label: "Support & Maintenance", href: "/services" },
|
||||
@@ -258,8 +186,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Case Studies", href: "/portfolio" },
|
||||
@@ -267,8 +194,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Free Website Audit", href: "/contact" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
@@ -276,8 +202,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user