diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3f29989..06f94d5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Poppins } from "next/font/google"; export const metadata: Metadata = { - title: 'Zap Softwares | Soluções em Softwares e Gestão Empresarial', - description: 'Softwares completos para gestão empresarial, ERP, RH, Logística e Agronegócio. Transforme sua empresa com a Zap Softwares.', + title: 'Zap Softwares | Soluções em Gestão Inteligente', + description: 'Software robusto para gestão empresarial, logística e agronegócio.', openGraph: { "title": "Zap Softwares", "description": "Tecnologia e inovação para sua empresa.", diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fa20b6..6438066 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,9 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Briefcase, FileText, Settings, ShoppingBag, Truck, Users } from "lucide-react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import { Briefcase, FileText, Settings, ShoppingBag, Truck, Users, Factory, Clipboard, Sprout } from "lucide-react"; export default function LandingPage() { return ( @@ -17,289 +17,101 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file