4 Commits

Author SHA1 Message Date
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 */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #060000;;
--card: #f9f9f9;; --card: #1d0d0d;;
--foreground: #120a00e6;; --foreground: #ffe6e6;;
--primary-cta: #ff8c42;; --primary-cta: #ff3d4a;;
--secondary-cta: #f9f9f9;; --secondary-cta: #1f0a0a;;
--accent: #e2e2e2;; --accent: #7b2d2d;;
--background-accent: #c4c4c4;; */ --background-accent: #b8111f;; */
--background: #ffffff;; --background: #060000;;
--card: #f9f9f9;; --card: #1d0d0d;;
--foreground: #120a00e6;; --foreground: #ffe6e6;;
--primary-cta: #ff8c42;; --primary-cta: #ff3d4a;;
--secondary-cta: #f9f9f9;; --secondary-cta: #1f0a0a;;
--accent: #e2e2e2;; --accent: #7b2d2d;;
--background-accent: #c4c4c4;; --background-accent: #b8111f;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
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"