Merge version_1 into main #1
@@ -108,7 +108,7 @@ export default function AboutPage() {
|
||||
name: "Marcus Johnson",
|
||||
role: "Dog Walking Specialist",
|
||||
description: "Passionate about active pets. Expert in high-energy dog management and behavioral training.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407402.jpg?_wi=3",
|
||||
imageAlt: "Marcus Johnson",
|
||||
socialLinks: [],
|
||||
},
|
||||
@@ -117,7 +117,7 @@ export default function AboutPage() {
|
||||
name: "Lisa Rodriguez",
|
||||
role: "Pet Sitter",
|
||||
description: "Gentle care specialist. Experience with senior pets, anxious animals, and special needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-cat-home_23-2150558015.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-cat-home_23-2150558015.jpg?_wi=2",
|
||||
imageAlt: "Lisa Rodriguez",
|
||||
socialLinks: [],
|
||||
},
|
||||
|
||||
@@ -116,7 +116,7 @@ export default function ContactPage() {
|
||||
"We accept all major credit cards, PayPal, and digital transfers. Invoicing is available for regular clients. A 24-hour cancellation policy applies to all bookings.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-cat-home_23-2150557981.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-cat-home_23-2150557981.jpg?_wi=2"
|
||||
imageAlt="Comfortable pet care"
|
||||
ariaLabel="FAQ section"
|
||||
/>
|
||||
|
||||
@@ -83,7 +83,7 @@ export default function GalleryPage() {
|
||||
price: "Group Care",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34677.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34677.jpg?_wi=2",
|
||||
imageAlt: "Happy dogs playing together",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function GalleryPage() {
|
||||
price: "Comfort",
|
||||
rating: 5,
|
||||
reviewCount: "102+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-cat-home_23-2150557981.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-cat-home_23-2150557981.jpg?_wi=1",
|
||||
imageAlt: "Dog relaxing comfortably",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,28 +1,63 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Libre_Baskerville } 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 { Libre_Baskerville } 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 libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "The Paw Society - Trusted Pet Care in Houston",
|
||||
description: "Professional pet care services including dog walking, pet sitting, and overnight boarding. Trusted by hundreds of pet families in Magnolia, Tomball, and Northwest Houston.",
|
||||
keywords: "pet care Houston, dog walking, pet sitting, overnight boarding, trusted pet services, Magnolia pet care, Tomball dog walker",
|
||||
metadataBase: new URL("https://pawsociety.com"),
|
||||
alternates: {
|
||||
canonical: "https://pawsociety.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "The Paw Society - Trusted Pet Care",
|
||||
description: "Give your pet the loving care they deserve. Professional, certified pet care in your neighborhood.",
|
||||
url: "https://pawsociety.com",
|
||||
siteName: "The Paw Society",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/horizontal-shot-happy-woman-looks-with-friendly-expression-cuddles-favorite-pet-smiles-pleasantly-holds-decorative-paper-green-spruce-branches-wears-red-poloneck-isolated-beige-wall_273609-58198.jpg",
|
||||
alt: "The Paw Society pet care services",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "The Paw Society - Professional Pet Care",
|
||||
description: "Trusted pet sitting, dog walking, and overnight care for your beloved pets.",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-grass_1359-215.jpg",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -32,7 +67,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${libreBaskerville.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +81,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
||||
"Peace of mind while traveling. Our caregivers provide overnight boarding at secure facilities or in-home overnight stays with full attention to your pet's comfort.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407402.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407402.jpg?_wi=1"
|
||||
imageAlt="Professional dog walker with happy pets outdoors"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -166,7 +166,7 @@ export default function ServicesPage() {
|
||||
price: "$105",
|
||||
rating: 5,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407402.jpg?_wi=2",
|
||||
imageAlt: "Weekly dog walking bundle",
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function ServicesPage() {
|
||||
price: "$225",
|
||||
rating: 5,
|
||||
reviewCount: "45+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-cat-home_23-2150558015.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-cat-home_23-2150558015.jpg?_wi=1",
|
||||
imageAlt: "Vacation pet sitting package",
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function ServicesPage() {
|
||||
price: "15% OFF",
|
||||
rating: 5,
|
||||
reviewCount: "38+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34677.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34677.jpg?_wi=1",
|
||||
imageAlt: "Multi-pet household care",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user