Update src/app/page.tsx

This commit is contained in:
2026-03-27 12:44:03 +00:00
parent f3d811c196
commit e000767c89

View File

@@ -9,7 +9,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import MediaAbout from '@/components/sections/about/MediaAbout';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Zap, Shield, Star, Heart, Smile, Users } from 'lucide-react';
import { Zap, Shield, Star, Smile, Users } from 'lucide-react';
const navItems = [
{ name: "Home", id: "/" }
@@ -17,7 +17,18 @@ const navItems = [
export default function Page() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered navItems={navItems} />
</div>