Update src/app/page.tsx

This commit is contained in:
2026-05-13 21:24:57 +00:00
parent 1e92c9b517
commit 521d191a92

View File

@@ -10,7 +10,6 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import { CheckCircle, Briefcase, Building, PieChart, MessageSquare, FileText, LineChart, Headphones } from "lucide-react";
import Link from "next/link";
export default function Page() {
const navItems = [
@@ -20,7 +19,18 @@ 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}
@@ -121,6 +131,7 @@ export default function Page() {
description="Whether youre filing personal taxes or managing self-employed income, MIR Consultant delivers clarity, confidence, and dependable service."
buttons={[{ text: "Schedule Your Consultation", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>