diff --git a/src/app/page.tsx b/src/app/page.tsx index 106b625..71b45a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,45 +44,28 @@ export default function LandingPage() {
@@ -100,18 +75,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Philosophy of", - }, + type: "text", content: "Our Philosophy of"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/portrait-fashion-elegant-long-haired-young-man-attractive-handsome-male-model-black-suit-with-mustache-street-night_158538-13776.jpg", - alt: "Design studio process", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/portrait-fashion-elegant-long-haired-young-man-attractive-handsome-male-model-black-suit-with-mustache-street-night_158538-13776.jpg", alt: "Design studio process"}, { - type: "text", - content: "Visual Excellence", - }, + type: "text", content: "Visual Excellence"}, ]} /> @@ -120,44 +88,21 @@ export default function LandingPage() { @@ -233,42 +151,27 @@ export default function LandingPage() { logoText="Aura Studio" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Work", - href: "#work", - }, + label: "Work", href: "#work"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { - title: "Studio", - items: [ + title: "Studio", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Behance", - href: "#", - }, + label: "Behance", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}