diff --git a/src/app/page.tsx b/src/app/page.tsx index 573daa1..0ea7905 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,36 +19,26 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmall" - background="fluid" - cardStyle="layered-gradient" - primaryButtonStyle="primary-glow" + background="none" + cardStyle="outline" + primaryButtonStyle="flat" secondaryButtonStyle="solid" - headingFontWeight="extrabold" + headingFontWeight="bold" >
@@ -252,33 +133,9 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Services", - href: "#services", - }, - { - label: "Testimonials", - href: "#testimonials", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + label: "Services", href: "#services"}, ], }, ]} @@ -288,4 +145,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file