Merge version_2 into main #2
@@ -20,17 +20,19 @@ const figtree = Figtree({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AutoShine - Professional Mobile Car Detailing Service", description: "Premium mobile car detailing service that comes to you. Expert exterior and interior detailing with ceramic coating options. Book your service today.", keywords: "mobile car detailing, professional detailing, ceramic coating, car wash, vehicle care", metadataBase: new URL("https://autoshine.example.com"),
|
||||
title: "Official Luxe Mobile Detailing - Professional Mobile Car Detailing Service", description: "Premium mobile car detailing service that comes to you. Expert exterior and interior detailing with ceramic coating options. Book your service today.", keywords: "mobile car detailing, professional detailing, ceramic coating, car wash, vehicle care", metadataBase: new URL("https://officialluxemobiledetailing.example.com"),
|
||||
alternates: {
|
||||
canonical: "https://autoshine.example.com"},
|
||||
canonical: "https://officialluxemobiledetailing.example.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "AutoShine - Professional Mobile Car Detailing", description: "Transform your vehicle with professional mobile detailing. Premium care, convenient scheduling.", type: "website", siteName: "AutoShine", url: "https://autoshine.example.com", images: [
|
||||
title: "Official Luxe Mobile Detailing - Professional Mobile Car Detailing", description: "Transform your vehicle with professional mobile detailing. Premium care, convenient scheduling.", type: "website", siteName: "Official Luxe Mobile Detailing", url: "https://officialluxemobiledetailing.example.com", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg", alt: "AutoShine Mobile Detailing"},
|
||||
url: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg", alt: "Official Luxe Mobile Detailing"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "AutoShine - Mobile Car Detailing", description: "Professional detailing service that comes to you", images: ["http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg"],
|
||||
card: "summary_large_image", title: "Official Luxe Mobile Detailing - Mobile Car Detailing", description: "Professional detailing service that comes to you", images: ["http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="AutoShine"
|
||||
brandName="Official Luxe Mobile Detailing"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
@@ -68,10 +68,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="About AutoShine"
|
||||
tag="About Official Luxe Mobile Detailing"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
title="We bring professional detailing to your doorstep. Your time is valuable, and your car deserves premium care without the hassle. Since 2020, AutoShine has been trusted by hundreds of vehicle owners for exceptional mobile detailing services."
|
||||
title="We bring professional detailing to your doorstep. Your time is valuable, and your car deserves premium care without the hassle. Since 2020, Official Luxe Mobile Detailing has been trusted by hundreds of vehicle owners for exceptional mobile detailing services."
|
||||
buttons={[
|
||||
{ text: "Book a Service", href: "contact" }
|
||||
]}
|
||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
<div id="socialproof" data-section="socialproof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Local Businesses"
|
||||
description="Fleet managers and car enthusiasts rely on AutoShine for professional detailing"
|
||||
description="Fleet managers and car enthusiasts rely on Official Luxe Mobile Detailing for professional detailing"
|
||||
tag="Partners"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="AutoShine completely transformed my car's appearance. The team was professional, thorough, and respectful of my property. They even finished ahead of schedule. I'll definitely be booking them again!"
|
||||
testimonial="Official Luxe Mobile Detailing completely transformed my car's appearance. The team was professional, thorough, and respectful of my property. They even finished ahead of schedule. I'll definitely be booking them again!"
|
||||
rating={5}
|
||||
author="Michael Chen, Luxury Car Owner"
|
||||
avatars={[
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg"
|
||||
imageAlt="AutoShine contact us"
|
||||
imageAlt="Official Luxe Mobile Detailing contact us"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Schedule Service"
|
||||
@@ -227,7 +227,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="AutoShine"
|
||||
logoText="Official Luxe Mobile Detailing"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user