From e6611f89efc385c63835c6b800b8372a9f046f04 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:32:13 +0000 Subject: [PATCH 1/4] 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 418eb7e..99e4710 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 SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; @@ -50,20 +49,16 @@ const AboutPage = () => { imageAlt="Team collaboration and success" bulletPoints={[ { - title: "Affordable Pricing", description: - "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: DollarSign, + title: "Affordable Pricing", description: "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: DollarSign, }, { - title: "Expert Support", description: - "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: Headphones, + title: "Expert Support", description: "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: Headphones, }, { - title: "Lightning Fast", description: - "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: Zap, + title: "Lightning Fast", description: "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: Zap, }, { - title: "Secure & Reliable", description: - "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: Shield, + title: "Secure & Reliable", description: "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: Shield, }, ]} buttons={[{ text: "Get Started", href: "https://app.webild.io/signup" }]} -- 2.49.1 From dcf8e79f2cb0a67a7489acb9c9ae25c14da63a18 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:32:14 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d665831..1b780ec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/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 ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FaqDouble from "@/components/sections/faq/FaqDouble"; @@ -78,29 +77,21 @@ const ContactPage = () => { Date: Tue, 3 Mar 2026 11:32:16 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 73 ++++++++++++++++-------------------------------- 1 file changed, 24 insertions(+), 49 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1577e5..58e1fdb 100644 --- a/src/app/page.tsx +++ b/src/app/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 HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; @@ -77,23 +76,17 @@ const HomePage = () => { { imageAlt="Team collaboration and success" bulletPoints={[ { - title: "Affordable Pricing", description: - "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: DollarSign, + title: "Affordable Pricing", description: "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: DollarSign, }, { - title: "Expert Support", description: - "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: Headphones, + title: "Expert Support", description: "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: Headphones, }, { - title: "Lightning Fast", description: - "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: Zap, + title: "Lightning Fast", description: "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: Zap, }, { - title: "Secure & Reliable", description: - "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: Shield, + title: "Secure & Reliable", description: "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: Shield, }, ]} buttons={[{ text: "Learn More", href: "/about" }]} @@ -172,23 +161,17 @@ const HomePage = () => { { Date: Tue, 3 Mar 2026 11:32:18 +0000 Subject: [PATCH 4/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 7c16f5a..0012430 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/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 PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import FaqDouble from "@/components/sections/faq/FaqDouble"; @@ -82,29 +81,21 @@ const PricingPage = () => {