6 Commits

Author SHA1 Message Date
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
3a65397888 Update src/app/page.tsx 2026-03-11 08:04:26 +00:00
8b2cfe0e54 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:02:37 +00:00
748904e87f Merge version_1 into main
Merge version_1 into main
2026-03-11 08:02:13 +00:00
fbfab19550 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:01:20 +00:00

View File

@@ -47,10 +47,22 @@ export default function LandingPage() {
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32339.jpg", alt: "Professional car detailing"
src: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", alt: "Customer 1"
},
{
src: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", alt: "Customer 2"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", alt: "Customer 3"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 4"
},
{
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="Trusted by 500+ satisfied customers"
avatarText="500+ Happy Customers"
buttons={[
{ text: "Book Your Appointment", href: "contact" },
{ text: "Learn More", href: "services" }
@@ -102,17 +114,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"]
}
]}
@@ -250,4 +262,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}