From bccd939ec2e3708bf93dc8c1d9e6c4b5780867da Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:23:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7e1096..a7388f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,16 +115,16 @@ export default function LandingPage() { tagIcon={DollarSign} tagAnimation="slide-up" plans={[ - { - id: "basic", badge: "Popular", badgeIcon: Sparkles, - price: "From $12/ft", subtitle: "Quality Chain Link & Basic Vinyl", features: [ - "Professional installation", "1-year warranty included", "Site preparation", "Permits assistance"], - }, { id: "pro", badge: "Best Value", badgeIcon: Star, price: "From $25/ft", subtitle: "Premium Vinyl & Composite", features: [ "Expert installation included", "5-year warranty", "Site assessment", "Design consultation", "Maintenance package"], }, + { + id: "basic", badge: "Popular", badgeIcon: Sparkles, + price: "From $12/ft", subtitle: "Quality Chain Link & Basic Vinyl", features: [ + "Professional installation", "1-year warranty included", "Site preparation", "Permits assistance"], + }, { id: "premium", badge: "Luxury", badgeIcon: Crown, price: "From $45/ft", subtitle: "Custom Metal & Hardwood", features: [ @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}