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-15 21:57:34 +00:00
3 changed files with 60 additions and 21 deletions

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Local Site Solutions | Professional Websites for Small Businesses",
description: "Get a professional website for your local business. Custom design, mobile-friendly, Google optimized. Simple monthly pricing starting at $75/month. No setup fees.",
keywords: "small business website, local business website, affordable website design, website builder, local SEO",
metadataBase: new URL("https://localsite.solutions"),
alternates: {
canonical: "https://localsite.solutions",
},
openGraph: {
title: "Professional Websites for Local Businesses | Local Site Solutions",
description: "Custom websites designed to bring more customers to your local business. Simple monthly pricing, no upfront costs.",
url: "https://localsite.solutions",
siteName: "Local Site Solutions",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg",
alt: "Local Site Solutions - Professional Website Design",
},
],
},
twitter: {
card: "summary_large_image",
title: "Professional Websites for Small Businesses",
description: "Get your professional website today. Custom design, mobile-friendly, Google optimized. Monthly pricing.",
images: ["http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${raleway.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -77,11 +77,11 @@ export default function HomePage() {
icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg?_wi=1",
imageAlt: "web design process mockup",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/gradient-sale-landing-page-template-with-photo_23-2149057381.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-sale-landing-page-template-with-photo_23-2149057381.jpg?_wi=1",
imageAlt: "website design concept creative",
},
],
@@ -107,11 +107,11 @@ export default function HomePage() {
icon: Search,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/seo-strategy-banner-template_23-2148776706.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/seo-strategy-banner-template_23-2148776706.jpg?_wi=1",
imageAlt: "SEO search engine optimization",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bed-with-laptop-phone_23-2148751554.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bed-with-laptop-phone_23-2148751554.jpg?_wi=1",
imageAlt: "search engine ranking improvement",
},
],
@@ -137,11 +137,11 @@ export default function HomePage() {
icon: BarChart3,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-protection-mask-having-online-meeting-conference-modern-new-normal-office-freelancer-working-workplace-chatting-with-remotely-team-virtual-webinar-using-internet-technology_482257-12877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-protection-mask-having-online-meeting-conference-modern-new-normal-office-freelancer-working-workplace-chatting-with-remotely-team-virtual-webinar-using-internet-technology_482257-12877.jpg?_wi=1",
imageAlt: "website management dashboard update",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11812.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11812.jpg?_wi=1",
imageAlt: "website update management process",
},
],

View File

@@ -68,7 +68,7 @@ export default function ServicesPage() {
textboxLayout="split"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg?_wi=2"
imageAlt="professional web design services"
/>
</div>
@@ -87,11 +87,11 @@ export default function ServicesPage() {
icon: Code,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/gradient-sale-landing-page-template-with-photo_23-2149057381.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-sale-landing-page-template-with-photo_23-2149057381.jpg?_wi=2",
imageAlt: "website design concept",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg?_wi=3",
imageAlt: "design development process",
},
],
@@ -102,11 +102,11 @@ export default function ServicesPage() {
icon: Wrench,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11812.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11812.jpg?_wi=2",
imageAlt: "maintenance process",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-protection-mask-having-online-meeting-conference-modern-new-normal-office-freelancer-working-workplace-chatting-with-remotely-team-virtual-webinar-using-internet-technology_482257-12877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-protection-mask-having-online-meeting-conference-modern-new-normal-office-freelancer-working-workplace-chatting-with-remotely-team-virtual-webinar-using-internet-technology_482257-12877.jpg?_wi=2",
imageAlt: "ongoing support services",
},
],
@@ -117,11 +117,11 @@ export default function ServicesPage() {
icon: BarChart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/seo-strategy-banner-template_23-2148776706.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/seo-strategy-banner-template_23-2148776706.jpg?_wi=2",
imageAlt: "analytics dashboard",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bed-with-laptop-phone_23-2148751554.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bed-with-laptop-phone_23-2148751554.jpg?_wi=2",
imageAlt: "performance analysis",
},
],