diff --git a/src/app/page.tsx b/src/app/page.tsx
index eb85f1d..859677d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
-import { Sparkles, Zap, Heart, DollarSign, Headphones, Shield, CheckCircle, Star, Crown, Users, CreditCard, HelpCircle } from "lucide-react";
+import { Sparkles, Zap, Heart, DollarSign, Headphones, Shield, CheckCircle, Star, Crown } from "lucide-react";
export default function HomePage() {
return (
@@ -34,6 +34,7 @@ export default function HomePage() {
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
+ { name: "Blog", id: "https://blog.webild.io" },
]}
/>
@@ -44,24 +45,29 @@ export default function HomePage() {
description="Webild empowers businesses to build professional, stunning websites in minutes. No coding required. No expensive designers needed. Just your vision and our platform."
tag="Website Builder"
tagIcon={Sparkles}
- tagAnimation="slide-up"
- background={{ variant: "sparkles-gradient" }}
+ tagAnimation="entrance-slide"
+ background={{ variant: "circleGradient" }}
buttons={[
{ text: "Start Building Free", href: "https://app.webild.io/signup" },
{ text: "View Demo", href: "https://demo.webild.io" },
]}
- buttonAnimation="slide-up"
+ buttonAnimation="entrance-slide"
mediaItems={[
{
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772535454095-6526caf3.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-1772535454095-6526caf3.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-1772535454562-bb2403f8.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-1772535454562-bb2403f8.png", imageAlt: "Template selection screen"},
{
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-website-design-editor-workspace-showin-1772535453586-6b6ebe2c.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-1772535453586-6b6ebe2c.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-1772535454661-8cd1a108.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-1772535454661-8cd1a108.png", imageAlt: "Mobile responsive preview"},
{
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-website-publishing-and-deployment-inte-1772535453460-c4402e14.png", imageAlt: "Publishing and deployment"},
+ imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-website-publishing-and-deployment-inte-1772535453460-c4402e14.png", imageAlt: "Publishing and deployment"},
]}
ariaLabel="Website builder hero section showcasing platform capabilities"
useInvertedBackground={false}
@@ -72,30 +78,42 @@ export default function HomePage() {
@@ -105,80 +123,43 @@ export default function HomePage() {
description="We believe building a website should be simple, affordable, and accessible to everyone. Webild removes the barriers that have traditionally kept small businesses from having an online presence."
tag="Our Mission"
tagIcon={Heart}
- tagAnimation="slide-up"
+ tagAnimation="entrance-slide"
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--1772535453883-47f0bf1c.png"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspiring-image-of-a-diverse-team-of--1772535453883-47f0bf1c.png?_wi=1"
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" }]}
- buttonAnimation="slide-up"
+ buttonAnimation="entrance-slide"
mediaAnimation="blur-reveal"
/>
-
-
@@ -197,26 +178,38 @@ export default function HomePage() {
title="What Our Users Love About Webild"
description="Real stories from real businesses using Webild to transform their online presence."
tag="Testimonials"
- tagIcon={Users}
- tagAnimation="slide-up"
+ tagIcon={undefined}
+ tagAnimation="entrance-slide"
testimonials={[
{
- id: "1", title: "Built Our Store in Days, Not Weeks", quote: "As a small bakery, we didn't have the budget for a custom website. Webild's templates were perfect. We launched our online store in 3 days and made our first sale within a week!", name: "Sarah Martinez", role: "Owner, Sweet Delights Bakery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-wo-1772535453513-d68cffb3.png", imageAlt: "Sarah Martinez"},
+ id: "1", title: "Built Our Store in Days, Not Weeks", quote:
+ "As a small bakery, we didn't have the budget for a custom website. Webild's templates were perfect. We launched our online store in 3 days and made our first sale within a week!", name: "Sarah Martinez", role: "Owner, Sweet Delights Bakery", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-wo-1772535453513-d68cffb3.png?_wi=1", imageAlt: "Sarah Martinez"},
{
- id: "2", title: "Finally, a Platform That Grows With Us", quote: "We started with Webild as a startup to showcase our portfolio. Two years later, we're running our entire business on it. The platform has evolved with our needs perfectly.", name: "Marcus Johnson", role: "Founder & CEO, Design Innovations Lab", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-ma-1772535452847-e51365c6.png", imageAlt: "Marcus Johnson"},
+ id: "2", title: "Finally, a Platform That Grows With Us", quote:
+ "We started with Webild as a startup to showcase our portfolio. Two years later, we're running our entire business on it. The platform has evolved with our needs perfectly.", name: "Marcus Johnson", role: "Founder & CEO, Design Innovations Lab", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-ma-1772535452847-e51365c6.png?_wi=1", imageAlt: "Marcus Johnson"},
{
- id: "3", title: "Support Team Went Above and Beyond", quote: "I had zero technical skills, but the Webild support team guided me through every step. They made the process easy and actually enjoyable. Highly recommend!", name: "Jennifer Liu", role: "Consultant, Career Coaching Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772535452429-96e507dc.png", imageAlt: "Jennifer Liu"},
+ id: "3", title: "Support Team Went Above and Beyond", quote:
+ "I had zero technical skills, but the Webild support team guided me through every step. They made the process easy and actually enjoyable. Highly recommend!", name: "Jennifer Liu", role: "Consultant, Career Coaching Services", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772535452429-96e507dc.png?_wi=1", imageAlt: "Jennifer Liu"},
{
- id: "4", title: "Cut Costs and Improved Performance", quote: "We switched from an expensive design agency to Webild. Not only did we save thousands, but our website loads faster and converts better. Best decision we made.", name: "Robert Chen", role: "Marketing Manager, TechGear Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-man-in-his--1772535452599-9647d9b6.png", imageAlt: "Robert Chen"},
+ id: "4", title: "Cut Costs and Improved Performance", quote:
+ "We switched from an expensive design agency to Webild. Not only did we save thousands, but our website loads faster and converts better. Best decision we made.", name: "Robert Chen", role: "Marketing Manager, TechGear Solutions", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-man-in-his--1772535452599-9647d9b6.png", imageAlt: "Robert Chen"},
{
- id: "5", title: "Scaled Without Technical Headaches", quote: "Managing multiple websites used to be a nightmare. With Webild's centralized dashboard, I manage 15 client sites easily. It's a game-changer for agencies.", name: "Amanda Rodriguez", role: "Agency Owner, Digital Growth Agency", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772535453113-0672de4c.png", imageAlt: "Amanda Rodriguez"},
+ id: "5", title: "Scaled Without Technical Headaches", quote:
+ "Managing multiple websites used to be a nightmare. With Webild's centralized dashboard, I manage 15 client sites easily. It's a game-changer for agencies.", name: "Amanda Rodriguez", role: "Agency Owner, Digital Growth Agency", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772535453113-0672de4c.png", imageAlt: "Amanda Rodriguez"},
{
- id: "6", title: "The Best ROI on Our Software Investments", quote: "We measure everything at our company. Webild has the best ROI of any software we've invested in. The features and support are unmatched for the price.", name: "David Kim", role: "Business Operations Director, Global Logistics Partners", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-man-in-his--1772535453985-0407c289.png", imageAlt: "David Kim"},
+ id: "6", title: "The Best ROI on Our Software Investments", quote:
+ "We measure everything at our company. Webild has the best ROI of any software we've invested in. The features and support are unmatched for the price.", name: "David Kim", role: "Business Operations Director, Global Logistics Partners", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-man-in-his--1772535453985-0407c289.png", imageAlt: "David Kim"},
]}
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Read More Stories", href: "/case-studies" }]}
- buttonAnimation="slide-up"
+ buttonAnimation="entrance-slide"
/>
@@ -229,4 +222,4 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}