diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 599740b..1ff2d77 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -48,64 +36,17 @@ export default function LandingPage() {
@@ -139,30 +68,10 @@ export default function LandingPage() {
logoText="ELARA"
columns={[
{
- title: "Studio",
- items: [
- {
- label: "Gallery",
- href: "/gallery",
- },
- {
- label: "Biography",
- href: "/about",
- },
- ],
+ title: "Studio", items: [{ label: "Gallery", href: "/gallery" }, { label: "Biography", href: "/about" }],
},
{
- title: "Connect",
- items: [
- {
- label: "Contact",
- href: "/contact",
- },
- {
- label: "Instagram",
- href: "#",
- },
- ],
+ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }],
},
]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index c77056c..db69e10 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,105 +40,44 @@ export default function LandingPage() {
@@ -198,12 +107,7 @@ export default function LandingPage() {
title="Collaborators"
description="Proudly working alongside visionary institutions."
names={[
- "Art Basel",
- "MoMA",
- "Digital Arts Council",
- "Gallery X",
- "Tech Creative Lab",
- ]}
+ "Art Basel", "MoMA", "Digital Arts Council", "Gallery X", "Tech Creative Lab"]}
/>
@@ -214,21 +118,9 @@ export default function LandingPage() {
sideDescription="Everything you need to know about commissioning or licensing."
faqsAnimation="blur-reveal"
faqs={[
- {
- id: "q1",
- title: "How to commission?",
- content: "Reach out via email to discuss your vision.",
- },
- {
- id: "q2",
- title: "Shipping process?",
- content: "Secure handling for all fine art pieces.",
- },
- {
- id: "q3",
- title: "Licensing works?",
- content: "Inquire regarding usage rights for commercial projects.",
- },
+ { id: "q1", title: "How to commission?", content: "Reach out via email to discuss your vision." },
+ { id: "q2", title: "Shipping process?", content: "Secure handling for all fine art pieces." },
+ { id: "q3", title: "Licensing works?", content: "Inquire regarding usage rights for commercial projects." },
]}
/>
@@ -238,30 +130,10 @@ export default function LandingPage() {
logoText="ELARA"
columns={[
{
- title: "Studio",
- items: [
- {
- label: "Gallery",
- href: "/gallery",
- },
- {
- label: "Biography",
- href: "/about",
- },
- ],
+ title: "Studio", items: [{ label: "Gallery", href: "/gallery" }, { label: "Biography", href: "/about" }],
},
{
- title: "Connect",
- items: [
- {
- label: "Contact",
- href: "/contact",
- },
- {
- label: "Instagram",
- href: "#",
- },
- ],
+ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }],
},
]}
/>