7 Commits

2 changed files with 77 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Users, Code, MessageSquare, Star, CheckCircle, ArrowRight } from "lucide-react";
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
export default function LandingPage() {
return (
@@ -56,7 +57,7 @@ export default function LandingPage() {
{ src: "https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", alt: "Design lead" }
]}
avatarText="Trusted by 200+ clients"
imageSrc="https://img.b2bpic.net/free-photo/copy-space-colourful-abstract-background_23-2148227075.jpg"
imageSrc="https://img.b2bpic.net/free-photo/empty-floor-front-modern-building_1127-3154.jpg?id=1242858&_wi=1"
imageAlt="Modern workspace with digital design tools"
mediaAnimation="slide-up"
marqueeItems={[
@@ -105,7 +106,7 @@ export default function LandingPage() {
title: "Research & Strategy",
subtitle: "Understanding Your Vision",
description: "We conduct comprehensive research and strategic planning to understand your goals, target audience, and market landscape.",
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/empty-floor-front-modern-building_1127-3154.jpg?id=1242858&_wi=2",
imageAlt: "Research and strategy phase"
},
{
@@ -206,6 +207,78 @@ export default function LandingPage() {
/>
</div>
<div id="pricingcardthree" data-section="pricingcardthree">
<PricingCardThree
plans={[
{
id: "starter",
price: "$29",
name: "Starter",
buttons: [
{
label: "Get Started",
href: "#contact",
dataWebildId: "pricing_starter_btn"
}
],
features: [
"Up to 5 projects",
"Basic design templates",
"Email support",
"1GB storage"
]
},
{
id: "professional",
badge: "Popular",
price: "$79",
name: "Professional",
buttons: [
{
label: "Choose Plan",
href: "#contact",
dataWebildId: "pricing_professional_btn"
}
],
features: [
"Unlimited projects",
"Advanced design tools",
"Priority support",
"50GB storage",
"Team collaboration"
]
},
{
id: "enterprise",
price: "$199",
name: "Enterprise",
buttons: [
{
label: "Contact Sales",
href: "#contact",
dataWebildId: "pricing_enterprise_btn"
}
],
features: [
"Custom solutions",
"Dedicated account manager",
"24/7 support",
"Unlimited storage",
"Advanced analytics"
]
}
]}
carouselMode="buttons"
animationType="fadeInUp"
title="Simple, Transparent Pricing"
description="Choose the perfect plan for your building projects. Scale as you grow."
tag="Pricing Plans"
textboxLayout="center"
useInvertedBackground="light"
ariaLabel="Webild pricing plans"
/>
</div>
<div id="footer-section" data-section="footer-section">
<FooterBase
columns={[

View File

@@ -7,7 +7,7 @@
--foreground: #0a1f3f;;
--primary-cta: rgba(10, 31, 63, 0.8);;
--secondary-cta: rgba(255, 255, 255, 0.9);;
--accent: #4a90e2;;
--accent: #2ecc71;;
--background-accent: rgba(168, 197, 232, 0.6);; */
--background: #f0f4f9;;
@@ -17,7 +17,7 @@
--primary-cta-text: #f7f6f7;;
--secondary-cta: rgba(255, 255, 255, 0.9);;
--secondary-cta-text: #1b0c25;;
--accent: #4a90e2;;
--accent: #2ecc71;;
--background-accent: rgba(168, 197, 232, 0.6);;
/* text sizing - set by ThemeProvider */