Update src/app/about/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user