Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-17 03:06:48 +00:00
4 changed files with 65 additions and 38 deletions

View File

@@ -83,11 +83,11 @@ export default function AboutPage() {
title: "Website Design",
description: "Custom-built websites that showcase your business and convert visitors into customers. Fully responsive, fast-loading, and optimized for local search.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/blog-landing-page-template_23-2148379362.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/blog-landing-page-template_23-2148379362.jpg?_wi=3",
imageAlt: "mobile responsive website design mockup",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/external-storage-connected-laptop_23-2149388502.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/external-storage-connected-laptop_23-2149388502.jpg?_wi=3",
imageAlt: "website design desktop laptop view",
},
buttons: [
@@ -102,11 +102,11 @@ export default function AboutPage() {
title: "Website Redesign",
description: "Your website feels outdated? We'll give it a modern refresh. Update your design, improve performance, and start getting more leads.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-psd/job-fair-template-design_23-2151072269.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/job-fair-template-design_23-2151072269.jpg?_wi=3",
imageAlt: "before after website redesign comparison",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900456.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900456.jpg?_wi=3",
imageAlt: "website redesign desktop before after",
},
buttons: [
@@ -121,11 +121,11 @@ export default function AboutPage() {
title: "Local Optimization",
description: "Get found by customers searching for your services. We optimize your site for local SEO so you show up where it matters most.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040198.jpg?_wi=3",
imageAlt: "local SEO optimization mobile phone",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040200.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040200.jpg?_wi=3",
imageAlt: "local search optimization desktop",
},
buttons: [
@@ -159,7 +159,7 @@ export default function AboutPage() {
name: "Miguel Santos",
handle: "Santos Landscaping",
testimonial: "Our new website brought us 3x more customer inquiries in the first month. AA Web Design delivered exactly what we needed.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-posing-medium-shot_23-2149915893.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-posing-medium-shot_23-2149915893.jpg?_wi=2",
imageAlt: "professional male portrait business headshot",
},
{
@@ -167,7 +167,7 @@ export default function AboutPage() {
name: "Lisa Chen",
handle: "Chen's Salon & Spa",
testimonial: "Professional, affordable, and they actually listened to what we wanted. Couldn't be happier with our new website.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-cup-coffee-posing-white-wall_114579-65267.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-cup-coffee-posing-white-wall_114579-65267.jpg?_wi=2",
imageAlt: "asian female salon owner professional photo",
},
{
@@ -175,7 +175,7 @@ export default function AboutPage() {
name: "David Rodriguez",
handle: "Rodriguez Plumbing",
testimonial: "Been getting steady calls from our website. Andrew made the whole process easy and our site looks fantastic.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg?_wi=2",
imageAlt: "male plumber professional portrait photo",
},
{
@@ -183,7 +183,7 @@ export default function AboutPage() {
name: "Sarah Johnson",
handle: "Johnson Fitness",
testimonial: "Our website is finally modern and it shows. The team was responsive, professional, and delivered on time.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-away_23-2148415892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-away_23-2148415892.jpg?_wi=2",
imageAlt: "female fitness trainer professional portrait",
},
{
@@ -191,7 +191,7 @@ export default function AboutPage() {
name: "Carlos Mendez",
handle: "Mendez Contractors",
testimonial: "Website turned out great. They understood our business and built something that actually converts leads. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg?_wi=2",
imageAlt: "male contractor business owner portrait",
},
{
@@ -199,7 +199,7 @@ export default function AboutPage() {
name: "Jennifer Lee",
handle: "Lee's Consulting",
testimonial: "Best decision we made for our business. AA Web Design is professional, fast, and genuinely cares about results.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=2",
imageAlt: "female consultant professional portrait photo",
},
]}

View File

@@ -1,24 +1,49 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "AA Web Design - Professional Websites for Local Businesses",
description: "Professional web design for local businesses in Arizona. Get a custom website that brings you more customers. Call (520) 252-5506 for a free quote.",
keywords: "web design, local web designer, website design Arizona, small business website, professional web design",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "AA Web Design - Websites That Bring You More Customers",
description: "Professional web design for local businesses. Fast turnaround, affordable pricing, and results that matter.",
siteName: "AA Web Design",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "AA Web Design - Professional Websites for Local Businesses",
description: "Get more customers with a professional website. Call (520) 252-5506 for your free quote.",
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +52,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +66,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -163,10 +163,10 @@ export default function HomePage() {
title: "Website Design",
description: "Custom-built websites that showcase your business and convert visitors into customers. Fully responsive, fast-loading, and optimized for local search.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/blog-landing-page-template_23-2148379362.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/blog-landing-page-template_23-2148379362.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/external-storage-connected-laptop_23-2149388502.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/external-storage-connected-laptop_23-2149388502.jpg?_wi=1",
},
buttons: [
{
@@ -180,10 +180,10 @@ export default function HomePage() {
title: "Website Redesign",
description: "Your website feels outdated? We'll give it a modern refresh. Update your design, improve performance, and start getting more leads.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-psd/job-fair-template-design_23-2151072269.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/job-fair-template-design_23-2151072269.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900456.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900456.jpg?_wi=1",
},
buttons: [
{
@@ -197,10 +197,10 @@ export default function HomePage() {
title: "Local Optimization",
description: "Get found by customers searching for your services. We optimize your site for local SEO so you show up where it matters most.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040198.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040200.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040200.jpg?_wi=1",
},
buttons: [
{
@@ -251,7 +251,7 @@ export default function HomePage() {
name: "Miguel Santos",
handle: "Santos Landscaping",
testimonial: "Our new website brought us 3x more customer inquiries in the first month. AA Web Design delivered exactly what we needed.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-posing-medium-shot_23-2149915893.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-posing-medium-shot_23-2149915893.jpg?_wi=1",
imageAlt: "Miguel Santos",
},
{
@@ -259,7 +259,7 @@ export default function HomePage() {
name: "Lisa Chen",
handle: "Chen's Salon & Spa",
testimonial: "Professional, affordable, and they actually listened to what we wanted. Couldn't be happier with our new website.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-cup-coffee-posing-white-wall_114579-65267.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-cup-coffee-posing-white-wall_114579-65267.jpg?_wi=1",
imageAlt: "Lisa Chen",
},
{
@@ -267,7 +267,7 @@ export default function HomePage() {
name: "David Rodriguez",
handle: "Rodriguez Plumbing",
testimonial: "Been getting steady calls from our website. Andrew made the whole process easy and our site looks fantastic.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg?_wi=1",
imageAlt: "David Rodriguez",
},
{
@@ -275,7 +275,7 @@ export default function HomePage() {
name: "Sarah Johnson",
handle: "Johnson Fitness",
testimonial: "Our website is finally modern and it shows. The team was responsive, professional, and delivered on time.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-away_23-2148415892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-away_23-2148415892.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
@@ -283,7 +283,7 @@ export default function HomePage() {
name: "Carlos Mendez",
handle: "Mendez Contractors",
testimonial: "Website turned out great. They understood our business and built something that actually converts leads. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg?_wi=1",
imageAlt: "Carlos Mendez",
},
{
@@ -291,7 +291,7 @@ export default function HomePage() {
name: "Jennifer Lee",
handle: "Lee's Consulting",
testimonial: "Best decision we made for our business. AA Web Design is professional, fast, and genuinely cares about results.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=1",
imageAlt: "Jennifer Lee",
},
]}

View File

@@ -85,10 +85,10 @@ export default function ServicesPage() {
title: "Website Design",
description: "Custom-built websites that showcase your business and convert visitors into customers. Fully responsive, fast-loading, and optimized for local search. We'll work with you to understand your business goals and create a site that reflects your brand and drives results.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/blog-landing-page-template_23-2148379362.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/blog-landing-page-template_23-2148379362.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/external-storage-connected-laptop_23-2149388502.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/external-storage-connected-laptop_23-2149388502.jpg?_wi=2",
},
buttons: [
{
@@ -102,10 +102,10 @@ export default function ServicesPage() {
title: "Website Redesign",
description: "Your website feels outdated? We'll give it a modern refresh. Update your design, improve performance, and start getting more leads. A fresh redesign can dramatically impact your online presence and customer acquisition.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-psd/job-fair-template-design_23-2151072269.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/job-fair-template-design_23-2151072269.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900456.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900456.jpg?_wi=2",
},
buttons: [
{
@@ -119,10 +119,10 @@ export default function ServicesPage() {
title: "Local Optimization",
description: "Get found by customers searching for your services. We optimize your site for local SEO so you show up where it matters most. Local optimization includes Google My Business setup, local citations, and SEO best practices.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040198.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040200.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040200.jpg?_wi=2",
},
buttons: [
{