diff --git a/src/app/page.tsx b/src/app/page.tsx index 61bfdf5..edbc710 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,13 +157,13 @@ export default function HomePage() { id: "3", value: "", title: "Modern Design", description: "Your site will look professional and premium, period.", icon: Sparkles, }, { - id: "4", value: "Included", title: "SEO Ready", description: "Every site comes optimized for search engines from day one.", icon: Search, + id: "4", value: "", title: "SEO Ready", description: "Every site comes optimized for search engines from day one.", icon: Search, }, { - id: "5", value: "Nationwide", title: "Service", description: "We work with businesses across the country, no location limits.", icon: MapPin, + id: "5", value: "", title: "Service", description: "We work with businesses across the country, no location limits.", icon: MapPin, }, { - id: "6", value: "Simple", title: "Process", description: "No technical knowledge needed. We handle everything for you.", icon: CheckCircle, + id: "6", value: "", title: "Process", description: "No technical knowledge needed. We handle everything for you.", icon: CheckCircle, }, ]} gridVariant="uniform-all-items-equal"