Compare commits

...

6 Commits

Author SHA1 Message Date
cd5bd89d5d Update src/app/page.tsx 2026-04-27 22:27:00 +00:00
63134dc006 Merge version_14 into main
Merge version_14 into main
2026-04-27 22:12:42 +00:00
63217c8db5 Update src/app/page.tsx 2026-04-27 22:12:39 +00:00
b3aeba0324 Merge version_13 into main
Merge version_13 into main
2026-04-27 22:10:37 +00:00
7f63c0ad73 Update src/app/page.tsx 2026-04-27 22:10:33 +00:00
68c3c82af5 Merge version_12 into main
Merge version_12 into main
2026-04-27 21:06:32 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroCentered from '@/components/sections/hero/HeroCentered'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
@@ -39,14 +39,12 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroSplit
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
title="I Bang Records" title="I Bang Records"
description="A Record Label that works with all Genres of Music. Specializes in Hip Hop, Rap and R & B. We are a Family that visions of Entertaining the World. We are making artist known and uplifting their careers in new ways." description="A Record Label that works with all Genres of Music. Specializes in Hip Hop, Rap and R & B. We are a Family that has visions of Entertaining the World. We are making artist known and uplifting their careers in new ways."
avatars={[ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg"
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg", alt: "I Bang Records Logo" }, imagePosition="right"
]}
avatarGroupClassName="aspect-[3/2] w-32"
buttons={[{ text: "Discover Artists", href: "#features" }]} buttons={[{ text: "Discover Artists", href: "#features" }]}
/> />
</div> </div>