Merge version_4 into main #3
@@ -95,17 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Wax & Seal", price: "$80", variant: "Basic", imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122045.jpg"},
|
||||
id: "p1", name: "Wax & Seal", price: "$45", variant: "Introductory", imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122045.jpg"},
|
||||
{
|
||||
id: "p2", name: "Ceramic Kit", price: "$400", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg"},
|
||||
id: "p2", name: "Ceramic Protection", price: "$250", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg"},
|
||||
{
|
||||
id: "p3", name: "Rim Detailing", price: "$50", variant: "Add-on", imageSrc: "http://img.b2bpic.net/free-photo/closeup-headlight-black-luxury-car-lights-against-grey-background_181624-25350.jpg"},
|
||||
id: "p3", name: "Express Rim Care", price: "$30", variant: "Quick Add-on", imageSrc: "http://img.b2bpic.net/free-photo/closeup-headlight-black-luxury-car-lights-against-grey-background_181624-25350.jpg"},
|
||||
{
|
||||
id: "p4", name: "Interior Protect", price: "$120", variant: "Refresh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-board-panel-view_23-2148332901.jpg"},
|
||||
id: "p4", name: "Interior Sanitization", price: "$75", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-board-panel-view_23-2148332901.jpg"},
|
||||
{
|
||||
id: "p5", name: "Full Exterior Polish", price: "$250", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194126.jpg"},
|
||||
id: "p5", name: "Full Exterior Polish", price: "$150", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194126.jpg"},
|
||||
{
|
||||
id: "p6", name: "Interior Deep Clean", price: "$150", variant: "Deep", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193595.jpg"},
|
||||
id: "p6", name: "Deep Interior Detail", price: "$95", variant: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193595.jpg"},
|
||||
]}
|
||||
title="Featured Service Gallery"
|
||||
description="See the precision and care we put into every detail."
|
||||
@@ -119,26 +119,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", tag: "Standard", price: "$80+", period: "per service", description: "Quick refresh wash and wax.", button: {
|
||||
text: "Book Basic", href: "#contact"},
|
||||
id: "basic", tag: "Starter", price: "$45+", period: "per service", description: "Quick wash and spray wax for a daily glow.", button: {
|
||||
text: "Start Here", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Hand Wash", "Wax", "Tire Shine", "Window Cleaning"],
|
||||
"Hand Wash", "Spray Wax", "Tire Shine"],
|
||||
},
|
||||
{
|
||||
id: "pro", tag: "POPULAR", price: "$200+", period: "per service", description: "Full interior and exterior detail.", button: {
|
||||
text: "Book Full Detail", href: "#contact"},
|
||||
id: "pro", tag: "BEST VALUE", price: "$120+", period: "per service", description: "Comprehensive interior and exterior maintenance.", button: {
|
||||
text: "Choose Pro", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Interior Refresh", "Exterior Polish", "Wheel Shine", "Carpet Shampoo"],
|
||||
"Everything in Starter", "Interior Vacuum", "Window Cleaning", "Dashboard Detail"],
|
||||
},
|
||||
{
|
||||
id: "premium", tag: "ELITE", price: "$400+", period: "starting", description: "Premium ceramic coating and paint correction.", button: {
|
||||
text: "Book Premium", href: "#contact"},
|
||||
id: "premium", tag: "ELITE", price: "$250+", period: "starting", description: "Total deep cleaning and long-term protection.", button: {
|
||||
text: "Choose Elite", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Ceramic Coating", "1-Step Polish", "Full Deep Detail", "Lifetime Shine"],
|
||||
"Everything in Pro", "Carpet Shampoo", "Ceramic Protection", "Leather Conditioning"],
|
||||
},
|
||||
]}
|
||||
title="Service & Pricing"
|
||||
description="Transparent, honest pricing for reliable detailing results."
|
||||
title="Simplified Pricing"
|
||||
description="Affordable, high-quality care for new and loyal customers alike."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user