Update src/app/page.tsx

This commit is contained in:
2026-03-08 02:30:09 +00:00
parent 5254d6c754
commit 9d7e5dbc2b

View File

@@ -14,7 +14,7 @@ import { Award, Code, CreditCard, Gauge, Lock, Palette, Quote, ShoppingCart, Sma
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
@@ -29,7 +29,7 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "About", id: "/about" },
{ name: "Services", id: "services" },
{ name: "Work", id: "testimonials" },
{ name: "Contact", id: "contact" },