Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d683b8a49b |
@@ -5,7 +5,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps';
|
import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
@@ -98,37 +97,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
|
||||||
<ProductCardTwo
|
|
||||||
title="Core Features"
|
|
||||||
description="Powerful capabilities designed to elevate every aspect of project management and team collaboration."
|
|
||||||
tag="Premium Features"
|
|
||||||
tagIcon={Zap}
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "1", brand: "Webild", name: "AI Project Generator", price: "$79/mo", rating: 5,
|
|
||||||
reviewCount: "2.3k", imageSrc: "https://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-29391.jpg", imageAlt: "AI-powered project generation dashboard"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", brand: "Webild", name: "Smart Workflow Engine", price: "$129/mo", rating: 5,
|
|
||||||
reviewCount: "1.8k", imageSrc: "https://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148358960.jpg", imageAlt: "Automated workflow management system"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", brand: "Webild", name: "Team Collaboration Suite", price: "$99/mo", rating: 5,
|
|
||||||
reviewCount: "3.1k", imageSrc: "https://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-31485.jpg", imageAlt: "Collaborative team workspace interface"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="invertDefault"
|
|
||||||
buttons={[
|
|
||||||
{ text: "View Pricing", href: "contact" }
|
|
||||||
]}
|
|
||||||
ariaLabel="Webild Core Features and Pricing"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
title="Customer Reviews"
|
title="Customer Reviews"
|
||||||
|
|||||||
Reference in New Issue
Block a user