Merge version_1 into main #1
@@ -85,7 +85,7 @@ export default function AboutPage() {
|
||||
title: "Business Owners Served",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg?_wi=2"
|
||||
imageAlt="Financial clarity and organization"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function ContactPage() {
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg?_wi=2"
|
||||
imageAlt="Professional bookkeeping setup with laptop and financial documents"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } 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 { Lato } 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 lato = Lato({
|
||||
variable: "--font-lato",
|
||||
@@ -20,6 +24,39 @@ const lato = Lato({
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "BookKeepwithUs - Professional Bookkeeping Services",
|
||||
description: "Stress-free bookkeeping for self-employed professionals and small business owners. Fast, friendly, reliable support with affordable monthly accounting services.",
|
||||
keywords: "bookkeeping service, small business accounting, monthly bookkeeping, bookkeeping for realtors, affordable bookkeeper",
|
||||
metadataBase: new URL("https://bookkeepwithus.com"),
|
||||
alternates: {
|
||||
canonical: "https://bookkeepwithus.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "BookKeepwithUs - Your Books Handled. Your Time Returned.",
|
||||
description: "Professional bookkeeping services for self-employed professionals and small business owners seeking timesaving financial management solutions.",
|
||||
url: "https://bookkeepwithus.com",
|
||||
siteName: "BookKeepwithUs",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg",
|
||||
alt: "Professional bookkeeping workspace",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "BookKeepwithUs - Stress-Free Bookkeeping",
|
||||
description: "Simple, affordable bookkeeping for business owners who value their time.",
|
||||
images: ["http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -56,7 +56,7 @@ export default function HomePage() {
|
||||
{ text: "Start Your Free Consultation", href: "/contact" },
|
||||
{ text: "See Our Services", href: "/services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg?_wi=1"
|
||||
imageAlt="Professional bookkeeping setup with laptop and financial documents"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
@@ -79,7 +79,7 @@ export default function HomePage() {
|
||||
{ value: "7+", title: "Years of Service" },
|
||||
{ value: "100+", title: "Business Owners Served" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg?_wi=1"
|
||||
imageAlt="Financial clarity and organization"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -183,7 +183,7 @@ export default function HomePage() {
|
||||
price: "Real People",
|
||||
rating: 5,
|
||||
reviewCount: "Fast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-providing-guidance-intern-close-up_482257-118001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-providing-guidance-intern-close-up_482257-118001.jpg?_wi=1",
|
||||
imageAlt: "fast response support customer service phone communication",
|
||||
},
|
||||
{
|
||||
@@ -193,7 +193,7 @@ export default function HomePage() {
|
||||
price: "On Time",
|
||||
rating: 5,
|
||||
reviewCount: "Accurate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-26431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-26431.jpg?_wi=1",
|
||||
imageAlt: "reliable trustworthy business professional strong handshake",
|
||||
},
|
||||
{
|
||||
@@ -203,7 +203,7 @@ export default function HomePage() {
|
||||
price: "Personal",
|
||||
rating: 5,
|
||||
reviewCount: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173709.jpg?_wi=1",
|
||||
imageAlt: "friendly team smiling business professional approachable",
|
||||
},
|
||||
{
|
||||
@@ -213,7 +213,7 @@ export default function HomePage() {
|
||||
price: "No Surprises",
|
||||
rating: 5,
|
||||
reviewCount: "Transparent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45557.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45557.jpg?_wi=1",
|
||||
imageAlt: "affordable pricing transparent cost business value",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -113,7 +113,7 @@ export default function ReviewsPage() {
|
||||
price: "Real People",
|
||||
rating: 5,
|
||||
reviewCount: "Fast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-providing-guidance-intern-close-up_482257-118001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-providing-guidance-intern-close-up_482257-118001.jpg?_wi=2",
|
||||
imageAlt: "Responsive support team",
|
||||
},
|
||||
{
|
||||
@@ -123,7 +123,7 @@ export default function ReviewsPage() {
|
||||
price: "On Time",
|
||||
rating: 5,
|
||||
reviewCount: "Accurate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-26431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-26431.jpg?_wi=2",
|
||||
imageAlt: "Reliable professional",
|
||||
},
|
||||
{
|
||||
@@ -133,7 +133,7 @@ export default function ReviewsPage() {
|
||||
price: "Personal",
|
||||
rating: 5,
|
||||
reviewCount: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173709.jpg?_wi=2",
|
||||
imageAlt: "Friendly team collaboration",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function ReviewsPage() {
|
||||
price: "No Surprises",
|
||||
rating: 5,
|
||||
reviewCount: "Transparent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45557.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45557.jpg?_wi=2",
|
||||
imageAlt: "Affordable transparent pricing",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user