From 791a2d6457f0d170cb79fcf808dc6e8584ef138d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:26:55 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 161 +++++++++-------------------------------------- 1 file changed, 31 insertions(+), 130 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc1e247..8e7f426 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,19 +31,13 @@ export default function LandingPage() { @@ -53,13 +47,9 @@ export default function LandingPage() { description="AI-Generated Music. No Copyright. Infinite Creativity. Power your content with the future of sound." buttons={[ { - text: "Explore Music", - href: "#tracks", - }, + text: "Explore Music", href: "#tracks"}, { - text: "Meet The Creator", - href: "/xalphyn", - }, + text: "Meet The Creator", href: "/xalphyn"}, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-rainbow-nature_23-2151498298.jpg" /> @@ -70,18 +60,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "The Digital Music Revolution", - }, + type: "text", content: "The Digital Music Revolution"}, { - type: "image", - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgMQVM840iKtrmj88Cn6c5EwJ5/uploaded-1776803164070-4koag6ze.jpg", - }, + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgMQVM840iKtrmj88Cn6c5EwJ5/uploaded-1776803164070-4koag6ze.jpg"}, ]} buttons={[ { - text: "Learn More", - }, + text: "Learn More"}, ]} /> @@ -93,20 +78,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "AI Music Creation", - description: "Cutting-edge algorithmic compositions.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139258.jpg", - }, + title: "AI Music Creation", description: "Cutting-edge algorithmic compositions.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139258.jpg"}, { - title: "Visual Edits", - description: "Cinematic music and visual storytelling.", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-home-office-urban-apartment-decorated-with-wooden-furniture_482257-119606.jpg", - }, + title: "Visual Edits", description: "Cinematic music and visual storytelling.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-home-office-urban-apartment-decorated-with-wooden-furniture_482257-119606.jpg"}, { - title: "100% Copyright-Free", - description: "Impactful sound without the strikes.", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637780.jpg", - }, + title: "100% Copyright-Free", description: "Impactful sound without the strikes.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637780.jpg"}, ]} title="Our Agency Ecosystem" description="Next-generation tools for creators." @@ -115,52 +91,23 @@ export default function LandingPage() {
@@ -268,13 +173,9 @@ export default function LandingPage() { -- 2.49.1 From 876515d52e4df2457f7d29674a2677eefd5cd35a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:26:55 +0000 Subject: [PATCH 2/2] Update src/app/xalphyn/page.tsx --- src/app/xalphyn/page.tsx | 120 ++++++++++++++------------------------- 1 file changed, 42 insertions(+), 78 deletions(-) diff --git a/src/app/xalphyn/page.tsx b/src/app/xalphyn/page.tsx index 71efaf7..fffc8a2 100644 --- a/src/app/xalphyn/page.tsx +++ b/src/app/xalphyn/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FaqBase from '@/components/sections/faq/FaqBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -export default function LandingPage() { +export default function XalphynPage() { return ( - + -
- -
+
+ +
-
- -
- - +
+ +
+ +
); -- 2.49.1