From dbf476b53b3e0b89f980c2a8a82ccecfc325dab1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 11:48:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc827ef..b2cad93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { BarChart3, Bot, CheckCircle, Code2, Layers, Zap } from "lucide-react"; +import { BarChart3, Bot, CheckCircle, Code2, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -39,6 +39,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Bhuvan Web Studios" + button={{ text: "Get Started", href: "#contact" }} /> @@ -74,6 +75,7 @@ export default function LandingPage() { description="We build robust digital solutions for your business." animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} features={[ { id: "s1", title: "Web Design", tags: ["Custom", "Responsive"] }, { id: "s2", title: "E-Commerce", tags: ["Scalable", "Fast"] }, @@ -85,8 +87,11 @@ export default function LandingPage() {
-- 2.49.1