diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2d2da6b..cd13d9a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,17 +33,11 @@ export default function LandingPage() {
@@ -52,19 +46,14 @@ export default function LandingPage() {
@@ -99,24 +82,19 @@ export default function LandingPage() {
@@ -326,29 +221,19 @@ export default function LandingPage() {
logoText="Sinoculture"
columns={[
{
- title: "Academy",
- items: [
+ title: "Academy", items: [
{
- label: "Curriculum",
- href: "#features",
- },
+ label: "Curriculum", href: "#features"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "Admissions",
- href: "#contact",
- },
+ label: "Admissions", href: "#contact"},
{
- label: "Legal",
- href: "#",
- },
+ label: "Legal", href: "#"},
],
},
]}