Merge version_1 into main #1
@@ -113,7 +113,7 @@ export default function AboutPage() {
|
||||
handle: "Local Vehicle Owner",
|
||||
testimonial: "Matt is incredibly knowledgeable and honest. He fixed my truck issue quickly and explained everything clearly. Best mechanic in Rock Creek!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-open-hand-palm_1187-360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-open-hand-palm_1187-360.jpg?_wi=2",
|
||||
imageAlt: "professional portrait woman customer",
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function AboutPage() {
|
||||
handle: "Business Owner",
|
||||
testimonial: "We bring all our company vehicles to Sovereign Grace. Matt's team is reliable, professional, and always transparent with pricing. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=2",
|
||||
imageAlt: "professional business man portrait",
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function AboutPage() {
|
||||
handle: "Family with Multiple Cars",
|
||||
testimonial: "Matt diagnosed a problem no one else could find. His expertise saved us hundreds of dollars. We trust him completely with our vehicles.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-looking-happy-with-thumb-up_1298-550.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-looking-happy-with-thumb-up_1298-550.jpg?_wi=2",
|
||||
imageAlt: "professional woman portrait smiling",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -55,7 +55,7 @@ export default function ContactPage() {
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Started"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg?_wi=3"
|
||||
imageAlt="friendly mechanic team portrait"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -1,27 +1,48 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Auto Repair Rock Creek | Sovereign Grace Automobile Services",
|
||||
description: "Expert auto repair in Rock Creek, BC. 37 five-star reviews. Honest pricing, fast turnaround. Cars, trucks, heavy equipment. Book appointment or call now.",
|
||||
keywords: "auto repair Rock Creek, mechanic, car service, truck repair, vehicle maintenance, heavy equipment service",
|
||||
metadataBase: new URL("https://sovereigngraceauto.com"),
|
||||
alternates: {
|
||||
canonical: "https://sovereigngraceauto.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Sovereign Grace Automobile Services",
|
||||
description: "Reliable auto repair you can trust. Expert mechanics serving Rock Creek and surrounding areas.",
|
||||
type: "website",
|
||||
siteName: "Sovereign Grace Automobile Services",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Auto Repair Rock Creek | Sovereign Grace Automobile Services",
|
||||
description: "Expert service for cars, trucks, and machines. 37 five-star reviews. Fast turnaround, honest pricing.",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +52,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +66,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -194,7 +194,7 @@ export default function HomePage() {
|
||||
handle: "Local Vehicle Owner",
|
||||
testimonial: "Matt is incredibly knowledgeable and honest. He fixed my truck issue quickly and explained everything clearly. Best mechanic in Rock Creek!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-open-hand-palm_1187-360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-open-hand-palm_1187-360.jpg?_wi=1",
|
||||
imageAlt: "professional portrait woman customer",
|
||||
},
|
||||
{
|
||||
@@ -203,7 +203,7 @@ export default function HomePage() {
|
||||
handle: "Business Owner",
|
||||
testimonial: "We bring all our company vehicles to Sovereign Grace. Matt's team is reliable, professional, and always transparent with pricing. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=1",
|
||||
imageAlt: "professional business man portrait",
|
||||
},
|
||||
{
|
||||
@@ -212,7 +212,7 @@ export default function HomePage() {
|
||||
handle: "Family with Multiple Cars",
|
||||
testimonial: "Matt diagnosed a problem no one else could find. His expertise saved us hundreds of dollars. We trust him completely with our vehicles.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-looking-happy-with-thumb-up_1298-550.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-looking-happy-with-thumb-up_1298-550.jpg?_wi=1",
|
||||
imageAlt: "professional woman portrait smiling",
|
||||
},
|
||||
{
|
||||
@@ -221,7 +221,7 @@ export default function HomePage() {
|
||||
handle: "Heavy Equipment Operator",
|
||||
testimonial: "Finally found someone who really understands heavy equipment. Matt fixed my truck's complex issue and explained the problem perfectly. Five stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-standing-office_1303-22654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-standing-office_1303-22654.jpg?_wi=1",
|
||||
imageAlt: "professional asian man portrait",
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function HomePage() {
|
||||
handle: "Retired Professional",
|
||||
testimonial: "Matt treats my vintage truck with respect and expertise. His honesty and fair pricing make him stand out. I recommend him to everyone!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fashionable-sixty-year-old-european-female-pensioner-cozy-knitted-sweater-posing-isoolated-with-happy-overjoyed-facial-expression-clenching-fists-celebrating-great-news_343059-2689.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fashionable-sixty-year-old-european-female-pensioner-cozy-knitted-sweater-posing-isoolated-with-happy-overjoyed-facial-expression-clenching-fists-celebrating-great-news_343059-2689.jpg?_wi=1",
|
||||
imageAlt: "senior woman professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function HomePage() {
|
||||
handle: "Local Construction Company",
|
||||
testimonial: "We depend on our vehicles for business. Sovereign Grace keeps us running smoothly with reliable service and honest communication. Best in the area!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg?_wi=1",
|
||||
imageAlt: "professional man portrait confident",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -60,7 +60,7 @@ export default function ReviewsPage() {
|
||||
handle: "Local Vehicle Owner",
|
||||
testimonial: "Matt is incredibly knowledgeable and honest. He fixed my truck issue quickly and explained everything clearly. Best mechanic in Rock Creek!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-open-hand-palm_1187-360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-open-hand-palm_1187-360.jpg?_wi=3",
|
||||
imageAlt: "professional portrait woman customer",
|
||||
},
|
||||
{
|
||||
@@ -69,7 +69,7 @@ export default function ReviewsPage() {
|
||||
handle: "Business Owner",
|
||||
testimonial: "We bring all our company vehicles to Sovereign Grace. Matt's team is reliable, professional, and always transparent with pricing. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=3",
|
||||
imageAlt: "professional business man portrait",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function ReviewsPage() {
|
||||
handle: "Family with Multiple Cars",
|
||||
testimonial: "Matt diagnosed a problem no one else could find. His expertise saved us hundreds of dollars. We trust him completely with our vehicles.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-looking-happy-with-thumb-up_1298-550.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-looking-happy-with-thumb-up_1298-550.jpg?_wi=3",
|
||||
imageAlt: "professional woman portrait smiling",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function ReviewsPage() {
|
||||
handle: "Heavy Equipment Operator",
|
||||
testimonial: "Finally found someone who really understands heavy equipment. Matt fixed my truck's complex issue and explained the problem perfectly. Five stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-standing-office_1303-22654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-standing-office_1303-22654.jpg?_wi=2",
|
||||
imageAlt: "professional asian man portrait",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export default function ReviewsPage() {
|
||||
handle: "Retired Professional",
|
||||
testimonial: "Matt treats my vintage truck with respect and expertise. His honesty and fair pricing make him stand out. I recommend him to everyone!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fashionable-sixty-year-old-european-female-pensioner-cozy-knitted-sweater-posing-isoolated-with-happy-overjoyed-facial-expression-clenching-fists-celebrating-great-news_343059-2689.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fashionable-sixty-year-old-european-female-pensioner-cozy-knitted-sweater-posing-isoolated-with-happy-overjoyed-facial-expression-clenching-fists-celebrating-great-news_343059-2689.jpg?_wi=2",
|
||||
imageAlt: "senior woman professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function ReviewsPage() {
|
||||
handle: "Local Construction Company",
|
||||
testimonial: "We depend on our vehicles for business. Sovereign Grace keeps us running smoothly with reliable service and honest communication. Best in the area!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg?_wi=2",
|
||||
imageAlt: "professional man portrait confident",
|
||||
},
|
||||
]}
|
||||
@@ -149,7 +149,7 @@ export default function ReviewsPage() {
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Started"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg?_wi=2"
|
||||
imageAlt="friendly mechanic team portrait"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,7 +126,7 @@ export default function ServicesPage() {
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Started"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg?_wi=1"
|
||||
imageAlt="friendly mechanic team portrait"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user