Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 09:09:22 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { CheckCircle, CreditCard, DollarSign, HeartHandshake, HelpCircle, MessageSquare, Phone, Palette, Rocket, Sparkles, Star, Store, Trending, TrendingUp, Users, Zap } from "lucide-react";
import { CheckCircle, CreditCard, DollarSign, HeartHandshake, HelpCircle, MessageSquare, Phone, Palette, Rocket, Sparkles, Star, Store, TrendingUp, Users, Zap } from "lucide-react";
const navItems = [
{ name: "Pricing", id: "pricing" },
@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Your Web - AI-Powered Websites for Your Business"
description="Get a professional, fully-designed website for your business in days, not months. Our AI-driven service delivers complete web solutions with investment options starting at just $50/month. Join hundreds of satisfied business owners across Chicago and beyond."
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "4.5★", label: "2+ Years Excellence" },
{ value: "500+", label: "Happy Businesses" },
@@ -270,7 +270,7 @@ export default function LandingPage() {
{ text: "✉️ Email: Thawawesomen1@gmail.com", href: "mailto:Thawawesomen1@gmail.com" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>