5 Commits

Author SHA1 Message Date
d833bdb7c5 Update src/app/globals.css 2026-01-19 14:57:55 +00:00
875584dc7b Update src/app/globals.css 2026-01-19 14:45:54 +00:00
3e9a7dbf4c Update src/app/page.tsx 2026-01-19 14:40:31 +00:00
d2176661dd Update src/app/globals.css 2026-01-19 14:40:30 +00:00
d683b8a49b Update src/app/page.tsx 2026-01-19 14:38:31 +00:00
2 changed files with 15 additions and 47 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
/* --background: #020008;;
--card: #0b1a1d;;
--foreground: #f0e6ff;;
--primary-cta: #c89bff;;
--secondary-cta: #0b0717;;
--accent: #684f7b;;
--background-accent: #65417c;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #020008;;
--card: #0b1a1d;;
--foreground: #f0e6ff;;
--primary-cta: #c89bff;;
--secondary-cta: #0b0717;;
--accent: #684f7b;;
--background-accent: #65417c;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,11 +1,10 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactFaq from '@/components/sections/contact/ContactFaq';
@@ -98,37 +97,6 @@ export default function LandingPage() {
/>
</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">
<TestimonialCardTwo
title="Customer Reviews"