Merge version_2 into main #7
@@ -67,7 +67,7 @@ export default function Home() {
|
||||
<HeroLogoBillboard
|
||||
logoText="Webild"
|
||||
description="Build amazing digital experiences with our components and tools."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "contact" },
|
||||
@@ -111,8 +111,9 @@ export default function Home() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Pricing Plans"
|
||||
description="Choose the plan that fits your needs."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", name: "Starter", price: "$29", badge: "Popular", badgeIcon: TrendingUp,
|
||||
@@ -128,16 +129,16 @@ export default function Home() {
|
||||
features: ["Everything in Pro", "Dedicated support", "Custom solutions"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Pricing Plans"
|
||||
description="Choose the plan that fits your needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Loved by Users"
|
||||
description="See what our customers have to say about Webild."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "CEO", company: "TechFlow Inc", rating: 5,
|
||||
@@ -154,9 +155,8 @@ export default function Home() {
|
||||
{ value: "500+", description: "Projects Built", icon: TrendingUp },
|
||||
{ value: "99.9%", description: "Uptime", icon: Award },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Loved by Users"
|
||||
description="See what our customers have to say about Webild."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user