From a603ea4fab6c1c55128e0ff6560b99314abaeffb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:20:25 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 48 +++++++++++------------------------------- 1 file changed, 12 insertions(+), 36 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 874f2c8..6bb021b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import SplitAbout from "@/components/sections/about/SplitAbout"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Heart, CheckCircle } from "lucide-react"; +import { Heart, CheckCircle, DollarSign, Headphones, Zap, Shield } from "lucide-react"; const AboutPage = () => { const navItems = [ @@ -46,32 +46,24 @@ const AboutPage = () => { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspiring-image-of-a-diverse-team-of--1772536634315-a5ae75a9.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspiring-image-of-a-diverse-team-of--1772536634315-a5ae75a9.png" 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" as any, + 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" as any, + 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" as any, + 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" as any, + 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" }]} @@ -89,25 +81,9 @@ const AboutPage = () => { tagIcon={CheckCircle} tagAnimation="entrance-slide" names={[ - "TechStart Ventures", - "Creative Studio Co", - "Local Bakery Collective", - "Digital Marketing Agency", - "E-commerce Retailers", - "Professional Services", - "Healthcare Providers", - "Educational Institutions", - ]} + "TechStart Ventures", "Creative Studio Co", "Local Bakery Collective", "Digital Marketing Agency", "E-commerce Retailers", "Professional Services", "Healthcare Providers", "Educational Institutions"]} logos={[ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-minimalist-technology-company-l-1772536633501-49ecc282.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-creative-and-artistic-logo-for-creativ-1772536633831-9d3e0521.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-warm-and-inviting-logo-for-local-baker-1772536634444-6df39816.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-and-strategic-logo-for-di-1772536634354-f8573a1b.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-dynamic-logo-for-e-commerce-retailers--1772536632955-624938ad.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-sophisticated-logo-for-professional-se-1772536644095-c1fa3856.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-trusted-and-professional-logo-for-heal-1772536633317-fd9ad1e4.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspirational-logo-for-educational-in-1772536633727-77f6f3d0.png", - ]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-minimalist-technology-company-l-1772536633501-49ecc282.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-creative-and-artistic-logo-for-creativ-1772536633831-9d3e0521.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-warm-and-inviting-logo-for-local-baker-1772536634444-6df39816.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-and-strategic-logo-for-di-1772536634354-f8573a1b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-dynamic-logo-for-e-commerce-retailers--1772536632955-624938ad.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-sophisticated-logo-for-professional-se-1772536644095-c1fa3856.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-trusted-and-professional-logo-for-heal-1772536633317-fd9ad1e4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspirational-logo-for-educational-in-1772536633727-77f6f3d0.png"]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1 From f52b0a68582e8359e80c9e8a5c6524eb55653bec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:20:26 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 80 +++++++++++----------------------------- 1 file changed, 21 insertions(+), 59 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4398c0b..ecd7fac 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,34 +47,20 @@ const ContactPage = () => { description="Have questions about Webild? Our team is here to help. Reach out and we'll get back to you within 24 hours." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "name", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "your@email.com", - required: true, + name: "email", type: "email", placeholder: "your@email.com", required: true, }, { - name: "company", - type: "text", - placeholder: "Your Company (optional)", - required: false, + name: "company", type: "text", placeholder: "Your Company (optional)", required: false, }, { - name: "subject", - type: "text", - placeholder: "What's this about?", - required: true, + name: "subject", type: "text", placeholder: "What's this about?", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us how we can help...", - rows: 5, + name: "message", placeholder: "Tell us how we can help...", rows: 5, required: true, }} useInvertedBackground={false} @@ -92,53 +78,29 @@ const ContactPage = () => { Date: Tue, 3 Mar 2026 11:20:27 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ef388fd..4b4133c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,43 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Webild - Build Websites Without Code", - description: "Create beautiful, professional websites in minutes with Webild. No coding required. Perfect for small businesses and entrepreneurs. Free templates, e-commerce ready, SEO optimized.", - keywords: "website builder, drag and drop, no code, small business website, DIY website, free templates, e-commerce, online store", - robots: { + title: "Webild - Build Websites Without Code", description: "Create beautiful, professional websites in minutes with Webild. No coding required. Perfect for small businesses and entrepreneurs. Free templates, e-commerce ready, SEO optimized.", keywords: "website builder, drag and drop, no code, small business website, DIY website, free templates, e-commerce, online store", robots: { index: true, follow: true, }, openGraph: { - title: "Webild - Website Builder for Everyone", - description: "Build your professional website in minutes. No coding, no designers needed. Start free today.", - type: "website", - siteName: "Webild", - url: "https://webild.io", - images: [ + title: "Webild - Website Builder for Everyone", description: "Build your professional website in minutes. No coding, no designers needed. Start free today.", type: "website", siteName: "Webild", url: "https://webild.io", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536635620-6a9a807e.png", - alt: "Webild Website Builder Platform", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536635620-6a9a807e.png", alt: "Webild Website Builder Platform"}, ], }, twitter: { - card: "summary_large_image", - title: "Webild - Website Builder for Everyone", - description: "Build your professional website in minutes. No coding, no designers needed.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536635620-6a9a807e.png", - ], + card: "summary_large_image", title: "Webild - Website Builder for Everyone", description: "Build your professional website in minutes. No coding, no designers needed.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536635620-6a9a807e.png"], }, }; -- 2.49.1 From 7f9875fb736ce8598e4df2860c8c89ef6e3f55e2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:20:28 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 231 +++++++++++++++++------------------------------ 1 file changed, 84 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c572c7c..245c1f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Sparkles, Zap, Heart, CreditCard, CheckCircle, Users, HelpCircle, DollarSign, Headphones, Shield, Star } from "lucide-react"; +import { Sparkles, Zap, Heart, CreditCard, CheckCircle, Users, HelpCircle, DollarSign, Headphones, Shield, Star, Crown } from "lucide-react"; const HomePage = () => { const navItems = [ @@ -56,25 +56,15 @@ const HomePage = () => { buttonAnimation="entrance-slide" mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536635620-6a9a807e.png", - imageAlt: "Website builder dashboard interface", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536635620-6a9a807e.png", imageAlt: "Website builder dashboard interface"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-template-selection-screen-for-a-websit-1772536634855-aca5a3f5.png", - imageAlt: "Template selection screen", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-template-selection-screen-for-a-websit-1772536634855-aca5a3f5.png", imageAlt: "Template selection screen"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-website-design-editor-workspace-showin-1772536633972-5956a75e.png", - imageAlt: "Design editor with drag-and-drop", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-website-design-editor-workspace-showin-1772536633972-5956a75e.png", imageAlt: "Design editor with drag-and-drop"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-responsive-preview-mockup-showing-a-we-1772536633486-32481a49.png", - imageAlt: "Mobile responsive preview", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-responsive-preview-mockup-showing-a-we-1772536633486-32481a49.png", imageAlt: "Mobile responsive preview"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-website-publishing-and-deployment-inte-1772536634533-ad1c697e.png", - imageAlt: "Publishing and deployment", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-website-publishing-and-deployment-inte-1772536634533-ad1c697e.png", imageAlt: "Publishing and deployment"}, ]} ariaLabel="Website builder hero section showcasing platform capabilities" useInvertedBackground={false} @@ -87,53 +77,23 @@ const HomePage = () => { { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspiring-image-of-a-diverse-team-of--1772536634315-a5ae75a9.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspiring-image-of-a-diverse-team-of--1772536634315-a5ae75a9.png" 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" }]} @@ -203,25 +155,9 @@ const HomePage = () => { tagIcon={CheckCircle} tagAnimation="entrance-slide" names={[ - "TechStart Ventures", - "Creative Studio Co", - "Local Bakery Collective", - "Digital Marketing Agency", - "E-commerce Retailers", - "Professional Services", - "Healthcare Providers", - "Educational Institutions", - ]} + "TechStart Ventures", "Creative Studio Co", "Local Bakery Collective", "Digital Marketing Agency", "E-commerce Retailers", "Professional Services", "Healthcare Providers", "Educational Institutions"]} logos={[ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-minimalist-technology-company-l-1772536633501-49ecc282.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-creative-and-artistic-logo-for-creativ-1772536633831-9d3e0521.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-warm-and-inviting-logo-for-local-baker-1772536634444-6df39816.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-and-strategic-logo-for-di-1772536634354-f8573a1b.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-dynamic-logo-for-e-commerce-retailers--1772536632955-624938ad.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-sophisticated-logo-for-professional-se-1772536644095-c1fa3856.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-trusted-and-professional-logo-for-heal-1772536633317-fd9ad1e4.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspirational-logo-for-educational-in-1772536633727-77f6f3d0.png", - ]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-minimalist-technology-company-l-1772536633501-49ecc282.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-creative-and-artistic-logo-for-creativ-1772536633831-9d3e0521.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-warm-and-inviting-logo-for-local-baker-1772536634444-6df39816.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-and-strategic-logo-for-di-1772536634354-f8573a1b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-dynamic-logo-for-e-commerce-retailers--1772536632955-624938ad.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-sophisticated-logo-for-professional-se-1772536644095-c1fa3856.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-trusted-and-professional-logo-for-heal-1772536633317-fd9ad1e4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspirational-logo-for-educational-in-1772536633727-77f6f3d0.png"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -236,65 +172,23 @@ const HomePage = () => { { /> + {/* FAQ Section */} +
+ +
+ {/* Footer */}