Update src/app/page.tsx

This commit is contained in:
2026-06-10 19:43:05 +00:00
parent a0fce30ce6
commit 96dffde503

View File

@@ -104,6 +104,7 @@ export default function LandingPage() {
<FeatureBento
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
title: "Expert Maintenance & Repair", description: "Our certified technicians ensure your car runs smoothly with top-tier diagnostics and repairs.", bentoComponent: "reveal-icon", icon: Wrench,
@@ -161,7 +162,7 @@ export default function LandingPage() {
id: "basic-plan", badge: "Essential", badgeIcon: CheckCircle,
price: "$299/year", subtitle: "Basic maintenance for peace of mind.", buttons: [
{
text: "Select Basic"},
text: "Select Basic"}
],
features: [
"Annual Oil Change", "Tire Rotation", "Multi-Point Inspection", "Basic Fluid Top-Offs"],
@@ -170,7 +171,7 @@ export default function LandingPage() {
id: "premium-plan", badge: "Most Popular", badgeIcon: Star,
price: "$599/year", subtitle: "Comprehensive coverage for ultimate care.", buttons: [
{
text: "Select Premium"},
text: "Select Premium"}
],
features: [
"All Essential Features", "Brake Inspection & Cleaning", "HVAC System Check", "Advanced Diagnostic Scan", "24/7 Roadside Assistance"],
@@ -179,7 +180,7 @@ export default function LandingPage() {
id: "elite-plan", badge: "Ultimate", badgeIcon: Crown,
price: "$999/year", subtitle: "Exclusive benefits for the discerning owner.", buttons: [
{
text: "Select Elite"},
text: "Select Elite"}
],
features: [
"All Premium Features", "Full Vehicle Detailing", "Exclusive Loaner Car Service", "Extended Warranty Discount", "Priority Service Scheduling"],
@@ -250,7 +251,7 @@ export default function LandingPage() {
{
text: "Call Us Now", href: "tel:+1234567890"},
{
text: "Email Us", href: "mailto:info@autovilanovense.com"},
text: "Email Us", href: "mailto:info@autovilanovense.com"}
]}
/>
</div>
@@ -271,7 +272,7 @@ export default function LandingPage() {
label: "Vehicles", href: "#vehicles"},
{
label: "Services", href: "#services"},
],
]
},
{
title: "Our Services", items: [
@@ -282,8 +283,8 @@ export default function LandingPage() {
{
label: "Inspections", href: "#services"},
{
label: "Trade-Ins", href: "#contact"},
],
label: "Trade-Ins", href: "#contact"}
]
},
{
title: "Contact Us", items: [
@@ -294,9 +295,9 @@ export default function LandingPage() {
{
label: "Phone", href: "tel:+1234567890"},
{
label: "Schedule Appointment", href: "#contact"},
],
},
label: "Schedule Appointment", href: "#contact"}
]
}
]}
copyrightText="© 2024 Auto Vilanovense. All rights reserved."
/>