Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user