Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -11,28 +11,20 @@ import { Roboto } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Shine Diamond Car Wash - Premium Vehicle Detailing',
|
||||
description: 'Experience the ultimate clean for your car at Shine Diamond. We offer premium exterior washes, interior detailing, and paint protection services to keep your vehicle sparkling.',
|
||||
keywords: ["car wash, car detailing, vehicle cleaning, premium car wash, auto spa, paint protection, interior cleaning"],
|
||||
title: 'Safe Haven Sitters - Premium House & Pet Sitting Services',
|
||||
description: 'Experience peace of mind with Safe Haven Sitters. We provide professional, trustworthy, and caring house and pet sitting services for your home and pets while you\'re away.',
|
||||
keywords: ["house sitting", "pet sitting", "home care", "property management", "trusted sitters", "premium house sitters", "vacation home care", "pet care services"],
|
||||
openGraph: {
|
||||
"title": "Shine Diamond Car Wash - Premium Vehicle Detailing",
|
||||
"description": "Experience the ultimate clean for your car at Shine Diamond. We offer premium exterior washes, interior detailing, and paint protection services to keep your vehicle sparkling.",
|
||||
"url": "https://www.shinediamond.com",
|
||||
"siteName": "Shine Diamond Car Wash",
|
||||
"images": [
|
||||
"title": "Safe Haven Sitters - Premium House & Pet Sitting Services", "description": "Experience peace of mind with Safe Haven Sitters. We provide professional, trustworthy, and caring house and pet sitting services for your home and pets while you\'re away.", "url": "https://www.safehavensitters.com", "siteName": "Safe Haven Sitters", "images": [
|
||||
{
|
||||
"url": "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36588.jpg",
|
||||
"alt": "Shine Diamond Car Wash"
|
||||
"url": "https://img.b2bpic.net/free-photo/house-interior-modern-room-style_1150-1349.jpg", "alt": "Safe Haven Sitters - Trusted Home Care"
|
||||
}
|
||||
],
|
||||
"type": "website"
|
||||
},
|
||||
twitter: {
|
||||
"card": "summary_large_image",
|
||||
"title": "Shine Diamond Car Wash - Premium Vehicle Detailing",
|
||||
"description": "Experience the ultimate clean for your car at Shine Diamond. We offer premium exterior washes, interior detailing, and paint protection services to keep your vehicle sparkling.",
|
||||
"images": [
|
||||
"http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36588.jpg"
|
||||
"card": "summary_large_image", "title": "Safe Haven Sitters - Premium House & Pet Sitting Services", "description": "Experience peace of mind with Safe Haven Sitters. We provide professional, trustworthy, and caring house and pet sitting services for your home and pets while you\'re away.", "images": [
|
||||
"https://img.b2bpic.net/free-photo/house-interior-modern-room-style_1150-1349.jpg"
|
||||
]
|
||||
},
|
||||
robots: {
|
||||
@@ -42,8 +34,7 @@ export const metadata: Metadata = {
|
||||
};
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
|
||||
229
src/app/page.tsx
229
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Shine Diamond"
|
||||
bottomLeftText="© 2024 Shine Diamond. All rights reserved."
|
||||
@@ -56,19 +48,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Shine Diamond"
|
||||
description="Experience the ultimate clean for your vehicle. We bring out the sparkle and leave your car gleaming inside and out."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36588.jpg"
|
||||
@@ -84,19 +71,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Car,
|
||||
label: "Cars Washed",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Cars Washed", value: "5000+"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Years of Sparkle",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years of Sparkle", value: "10+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Happy Customers",
|
||||
value: "99%",
|
||||
},
|
||||
label: "Happy Customers", value: "99%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -109,32 +90,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Exterior Wash & Shine",
|
||||
description: "Our signature exterior wash includes a deep clean, rinse, and wax application for a brilliant shine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193558.jpg",
|
||||
imageAlt: "Car exterior being washed with foam",
|
||||
},
|
||||
title: "Exterior Wash & Shine", description: "Our signature exterior wash includes a deep clean, rinse, and wax application for a brilliant shine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193558.jpg", imageAlt: "Car exterior being washed with foam"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Interior Deep Clean",
|
||||
description: "Experience a meticulously clean interior with vacuuming, surface sanitization, and window cleaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-car-without-people-view-from-inside-car_169016-50660.jpg",
|
||||
imageAlt: "Car interior being deep cleaned",
|
||||
},
|
||||
title: "Interior Deep Clean", description: "Experience a meticulously clean interior with vacuuming, surface sanitization, and window cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-car-without-people-view-from-inside-car_169016-50660.jpg", imageAlt: "Car interior being deep cleaned"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Wax & Paint Protection",
|
||||
description: "Extend your car's lifespan and maintain its luster with our premium wax and paint protection services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hand-is-opening-car-door_1150-6630.jpg",
|
||||
imageAlt: "Car being waxed for paint protection",
|
||||
},
|
||||
title: "Wax & Paint Protection", description: "Extend your car's lifespan and maintain its luster with our premium wax and paint protection services.", imageSrc: "http://img.b2bpic.net/free-photo/man-hand-is-opening-car-door_1150-6630.jpg", imageAlt: "Car being waxed for paint protection"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Tire & Rim Detailing",
|
||||
description: "Give your wheels the attention they deserve with specialized cleaning, polishing, and tire dressing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg",
|
||||
imageAlt: "Car tire and rim being detailed",
|
||||
},
|
||||
title: "Tire & Rim Detailing", description: "Give your wheels the attention they deserve with specialized cleaning, polishing, and tire dressing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg", imageAlt: "Car tire and rim being detailed"},
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
description="From a quick exterior wash to a comprehensive interior detail, Shine Diamond offers a range of packages designed to keep your car looking its absolute best."
|
||||
@@ -148,63 +113,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic-sparkle",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$25",
|
||||
subtitle: "Quick & Effective",
|
||||
buttons: [
|
||||
id: "basic-sparkle", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$25", subtitle: "Quick & Effective", buttons: [
|
||||
{
|
||||
text: "Select Basic",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Basic", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Soft-touch exterior wash",
|
||||
"Spot-free rinse",
|
||||
"Tire shine application",
|
||||
"Vacuum interior",
|
||||
],
|
||||
"Soft-touch exterior wash", "Spot-free rinse", "Tire shine application", "Vacuum interior"],
|
||||
},
|
||||
{
|
||||
id: "diamond-shine",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$45",
|
||||
subtitle: "Our Most Recommended",
|
||||
buttons: [
|
||||
id: "diamond-shine", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "$45", subtitle: "Our Most Recommended", buttons: [
|
||||
{
|
||||
text: "Select Diamond",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Diamond", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Basic Sparkle features +",
|
||||
"Underbody rinse",
|
||||
"Triple foam polish",
|
||||
"Interior window cleaning",
|
||||
"Dashboard wipe",
|
||||
],
|
||||
"Basic Sparkle features +", "Underbody rinse", "Triple foam polish", "Interior window cleaning", "Dashboard wipe"],
|
||||
},
|
||||
{
|
||||
id: "ultimate-detail",
|
||||
badge: "Premium",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$75",
|
||||
subtitle: "Complete Transformation",
|
||||
buttons: [
|
||||
id: "ultimate-detail", badge: "Premium", badgeIcon: Sparkles,
|
||||
price: "$75", subtitle: "Complete Transformation", buttons: [
|
||||
{
|
||||
text: "Select Ultimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Ultimate", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Diamond Shine features +",
|
||||
"Rain-X surface protectant",
|
||||
"Air freshener",
|
||||
"Full interior detail",
|
||||
"Leather conditioning",
|
||||
],
|
||||
"Diamond Shine features +", "Rain-X surface protectant", "Air freshener", "Full interior detail", "Leather conditioning"],
|
||||
},
|
||||
]}
|
||||
title="Find Your Perfect Wash"
|
||||
@@ -219,33 +152,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Business Owner",
|
||||
testimonial: "Shine Diamond always leaves my car looking showroom ready. The attention to detail is truly impressive!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-her-phone-traveling-by-car_1163-2663.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Local Business Owner", testimonial: "Shine Diamond always leaves my car looking showroom ready. The attention to detail is truly impressive!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-her-phone-traveling-by-car_1163-2663.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark T.",
|
||||
role: "Daily Commuter",
|
||||
testimonial: "Fast, efficient, and friendly! My go-to car wash for a quick, quality clean. Highly recommend their ultimate package.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130136.jpg",
|
||||
},
|
||||
id: "2", name: "Mark T.", role: "Daily Commuter", testimonial: "Fast, efficient, and friendly! My go-to car wash for a quick, quality clean. Highly recommend their ultimate package.", imageSrc: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130136.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Family Driver",
|
||||
testimonial: "With kids and pets, my car takes a beating. Shine Diamond brings it back to life every time. Fantastic service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-polishing-his-car-with-rag_1303-21779.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Family Driver", testimonial: "With kids and pets, my car takes a beating. Shine Diamond brings it back to life every time. Fantastic service!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-polishing-his-car-with-rag_1303-21779.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Car Enthusiast",
|
||||
testimonial: "I'm very particular about my vehicle, and Shine Diamond exceeds my expectations. My paint always looks incredible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27485.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Car Enthusiast", testimonial: "I'm very particular about my vehicle, and Shine Diamond exceeds my expectations. My paint always looks incredible.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27485.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from drivers who trust Shine Diamond for an unmatched clean and exceptional service, every time."
|
||||
@@ -255,37 +168,26 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Ready for a sparkling clean car? Schedule your next car wash appointment or ask us a question. We're here to help!"
|
||||
title="Inquire About Our Premium House Sitting"
|
||||
description="Experience peace of mind with trusted, high-end house sitting services. Contact us today to discuss your needs and receive a personalized quote."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130108.jpg"
|
||||
imageAlt="Modern car wash bay with glowing lights"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-villa-home-with-swimming-pool_1150-1349.jpg"
|
||||
imageAlt="Luxurious home with a swimming pool, symbolizing premium house sitting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
buttonText="Get a Personalized Quote"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -293,66 +195,43 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Exterior Wash",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Home Security Monitoring", href: "#contact"},
|
||||
{
|
||||
label: "Interior Detail",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Pet & Plant Care", href: "#contact"},
|
||||
{
|
||||
label: "Wax & Protection",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Property Oversight", href: "#contact"},
|
||||
{
|
||||
label: "Tire & Rim",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Concierge Services", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Inquire Pricing", href: "#contact"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/shinediamond",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/shinediamond"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/shinediamond",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/shinediamond"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Shine Diamond. All rights reserved."
|
||||
bottomLeftText="© 2024 Shine Diamond. Your partner in premium home care."
|
||||
bottomRightText="Privacy Policy"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user