From d091ae2feba0e69b5fa4480be4478d40346bbae6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:26:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 177 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 137 deletions(-) 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: "#"}, ], }, ]}