4 Commits

Author SHA1 Message Date
e62f5cb1b0 Update src/app/page.tsx 2026-03-11 08:18:31 +00:00
a0f5f2d5b3 Merge version_3 into main
Merge version_3 into main
2026-03-11 08:13:14 +00:00
92792cd50f Update src/app/page.tsx 2026-03-11 08:13:10 +00:00
64568b52bb Merge version_2 into main
Merge version_2 into main
2026-03-11 08:04:30 +00:00

View File

@@ -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"]
}
]}