From dabd7ac67aa9f872289efcfca8e5adf310e9076c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 07:35:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 358 +++++++++++------------------------------------ 1 file changed, 80 insertions(+), 278 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0a6c3d..2f76916 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,33 +33,19 @@ export default function LandingPage() { @@ -68,20 +54,15 @@ export default function LandingPage() {
@@ -148,18 +107,12 @@ export default function LandingPage() { useInvertedBackground={true} title="About ArconFM" description={[ - "At ArconFM, we are driven by a passion for sonic innovation. We craft bespoke audio experiences that captivate and inspire, pushing the boundaries of what's possible in sound.", - "Our team of audio engineers, artists, and tech innovators collaborate to deliver solutions ranging from interactive sound environments to advanced broadcasting systems, ensuring every project resonates with impact and precision.", - ]} + "At ArconFM, we are driven by a passion for sonic innovation. We craft bespoke audio experiences that captivate and inspire, pushing the boundaries of what's possible in sound.", "Our team of audio engineers, artists, and tech innovators collaborate to deliver solutions ranging from interactive sound environments to advanced broadcasting systems, ensuring every project resonates with impact and precision."]} buttons={[ { - text: "Our Story", - href: "#about", - }, + text: "Our Story", href: "#about"}, { - text: "Our Team", - href: "#contact", - }, + text: "Our Team", href: "#contact"}, ]} />
@@ -171,32 +124,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "sound-design", - title: "Immersive Sound Design", - descriptions: [ - "Crafting detailed and captivating sonic environments for VR, AR, gaming, and interactive installations.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-playing-vr-headphones-dark-wall_179666-39917.jpg", - imageAlt: "Immersive sound design", - }, + id: "sound-design", title: "Immersive Sound Design", descriptions: [ + "Crafting detailed and captivating sonic environments for VR, AR, gaming, and interactive installations."], + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-playing-vr-headphones-dark-wall_179666-39917.jpg", imageAlt: "Immersive sound design"}, { - id: "broadcasting-tech", - title: "Advanced Broadcasting Technology", - descriptions: [ - "Developing and implementing next-gen audio systems for radio, podcasting, and live event broadcasting.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/digital-mixer-recording-studio-with-computer-recording-music-background-sound-engineer-work-concept-creativity-show-business_169016-4693.jpg", - imageAlt: "Advanced broadcasting technology", - }, + id: "broadcasting-tech", title: "Advanced Broadcasting Technology", descriptions: [ + "Developing and implementing next-gen audio systems for radio, podcasting, and live event broadcasting."], + imageSrc: "http://img.b2bpic.net/free-photo/digital-mixer-recording-studio-with-computer-recording-music-background-sound-engineer-work-concept-creativity-show-business_169016-4693.jpg", imageAlt: "Advanced broadcasting technology"}, { - id: "bespoke-audio", - title: "Bespoke Audio Installations", - descriptions: [ - "Designing custom audio solutions tailored to unique architectural spaces and experimental projects.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170096.jpg", - imageAlt: "Bespoke audio installations", - }, + id: "bespoke-audio", title: "Bespoke Audio Installations", descriptions: [ + "Designing custom audio solutions tailored to unique architectural spaces and experimental projects."], + imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170096.jpg", imageAlt: "Bespoke audio installations"}, ]} title="Our Creative Solutions" description="Discover how ArconFM blends art and science to deliver unparalleled audio innovation for diverse industries." @@ -205,25 +143,17 @@ export default function LandingPage() {
@@ -428,74 +261,43 @@ export default function LandingPage() { logoText="ArconFM" columns={[ { - title: "Solutions", - items: [ + title: "Solutions", items: [ { - label: "Immersive Sound", - href: "#solutions", - }, + label: "Immersive Sound", href: "#solutions"}, { - label: "Broadcasting Tech", - href: "#solutions", - }, + label: "Broadcasting Tech", href: "#solutions"}, { - label: "Custom Installations", - href: "#solutions", - }, + label: "Custom Installations", href: "#solutions"}, { - label: "AI Audio Synthesis", - href: "#solutions", - }, + label: "AI Audio Synthesis", href: "#solutions"}, { - label: "Spatial Mixing", - href: "#solutions", - }, + label: "Spatial Mixing", href: "#solutions"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Projects", - href: "#projects", - }, + label: "Our Projects", href: "#projects"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}