diff --git a/src/app/page.tsx b/src/app/page.tsx index ed2c4e9..5f4607d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Zap, Lightbulb, Users, Gamepad2 } from "lucide-react"; +import { Zap, Lightbulb, Users, Gamepad2, Cpu, Zap as ZapIcon } from "lucide-react"; export default function LandingPage() { return ( @@ -23,7 +23,7 @@ export default function LandingPage() { cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="glass" - headingFontWeight="normal" + headingFontWeight="bold" >