Update src/app/page.tsx
This commit is contained in:
@@ -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 you’re 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user