From 8304cad63d3edf23cf28145a4277fc153d4e12bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:17:13 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6872645..de54408 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,7 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import SplitAbout from "@/components/sections/about/SplitAbout"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; @@ -50,20 +49,16 @@ export default function AboutPage() { bulletPoints={[ { title: "Affordable Pricing", description: - "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: undefined, - }, + "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts."}, { title: "Expert Support", description: - "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: undefined, - }, + "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed."}, { title: "Lightning Fast", description: - "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: undefined, - }, + "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged."}, { title: "Secure & Reliable", description: - "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: undefined, - }, + "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee."}, ]} buttons={[{ text: "Get Started", href: "https://app.webild.io/signup" }]} buttonAnimation="slide-up"