Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e62f5cb1b0 | |||
| a0f5f2d5b3 | |||
| 92792cd50f | |||
| 64568b52bb |
@@ -62,7 +62,8 @@ export default function LandingPage() {
|
||||
src: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", alt: "Customer 5"
|
||||
}
|
||||
]}
|
||||
avatarText="500+ Happy Customers"
|
||||
avatarText="Trusted by 500+ Happy Customers"
|
||||
titleClassName="text-4xl md:text-5xl font-bold tracking-tight"
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "contact" },
|
||||
{ text: "Learn More", href: "services" }
|
||||
@@ -114,17 +115,17 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Popular", badgeIcon: Star,
|
||||
price: "$49", subtitle: "Perfect for quick refreshes", buttons: [{ text: "Select Plan", href: "contact" }],
|
||||
price: "$70", subtitle: "Perfect for quick refreshes", buttons: [{ text: "Select Plan", href: "contact" }],
|
||||
features: ["Complete exterior wash", "Tire and rim cleaning", "Interior vacuum and wipe", "Air freshener"]
|
||||
},
|
||||
{
|
||||
id: "premium", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "$99", subtitle: "Complete detailing package", buttons: [{ text: "Select Plan", href: "contact" }],
|
||||
price: "$150", subtitle: "Complete detailing package", buttons: [{ text: "Select Plan", href: "contact" }],
|
||||
features: ["Premium exterior wash", "Clay bar treatment", "Paint polish and wax", "Interior deep clean", "Leather conditioning", "Engine bay detailing"]
|
||||
},
|
||||
{
|
||||
id: "elite", badge: "Premium", badgeIcon: Award,
|
||||
price: "$199", subtitle: "Ultimate protection and shine", buttons: [{ text: "Select Plan", href: "contact" }],
|
||||
price: "$200", subtitle: "Ultimate protection and shine", buttons: [{ text: "Select Plan", href: "contact" }],
|
||||
features: ["Complete premium detailing", "Ceramic coating application", "Paint protection film options", "Full interior restoration", "Engine detailing", "Headlight restoration", "One-year protection guarantee"]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user