Merge version_2 into main #4
@@ -79,6 +79,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Simple Pricing"
|
||||
description="Choose the plan that fits your vehicle needs."
|
||||
plans={[
|
||||
{ id: "1", tag: "Standard", price: "$5", period: "per wash", description: "Basic cleaning for busy days.", button: { text: "Buy Now" }, featuresTitle: "Everything included:", features: ["Pressure Wash", "Foam Brush", "Rinse"] },
|
||||
{ id: "2", tag: "Advanced", price: "$10", period: "per wash", description: "Complete care package.", button: { text: "Buy Now" }, featuresTitle: "Includes standard plus:", features: ["Wax Treatment", "Tire Polish", "Undercarriage Spray"] },
|
||||
@@ -91,6 +92,7 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Customer Feedback"
|
||||
description="See why our community trusts us."
|
||||
testimonials={[
|
||||
@@ -106,12 +108,15 @@ export default function LandingPage() {
|
||||
title="Stop By Today"
|
||||
description="Find us open 24/7 for your convenience."
|
||||
buttons={[{ text: "Get Directions" }]}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
bottomLeftText="© 2024 Sun City Wash"
|
||||
bottomRightText="All rights reserved."
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Wash Bays" }, { label: "Detailing Supplies" }] },
|
||||
{ title: "Company", items: [{ label: "Privacy Policy" }, { label: "Terms of Service" }] }
|
||||
|
||||
Reference in New Issue
Block a user