Compare commits

...

11 Commits

Author SHA1 Message Date
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
23d5557f56 Update src/app/page.tsx 2026-04-27 21:06:29 +00:00
3fe9207904 Merge version_11 into main
Merge version_11 into main
2026-04-27 21:05:24 +00:00
aecc6dae3c Update src/app/page.tsx 2026-04-27 21:05:21 +00:00
5ab9c497c7 Merge version_11 into main
Merge version_11 into main
2026-04-27 21:05:03 +00:00
891a1aa330 Update src/app/page.tsx 2026-04-27 21:04:59 +00:00
d2b836db72 Merge version_10 into main
Merge version_10 into main
2026-04-27 21:02:16 +00:00
ee8021dca9 Update src/app/page.tsx 2026-04-27 21:02:13 +00:00
0e0c78ecff Merge version_9 into main
Merge version_9 into main
2026-04-27 20:57:26 +00:00
e7b5d902a9 Merge version_9 into main
Merge version_9 into main
2026-04-27 20:56:56 +00:00

View File

@@ -3,16 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
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 HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
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 TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
import { Globe, Headphones, Music, Waves, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -46,13 +42,13 @@ export default function LandingPage() {
<HeroCentered <HeroCentered
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
title="I Bang Records" title="I Bang Records"
description="The ultimate urban label for Rap and R&B visionaries. Shaping the sound of the streets." 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."
avatars={[ avatars={[
{ src: "https://img.freepik.com/free-photo/urban-artist-recording-music_23-2149417585.jpg", alt: "Rapper profile" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg", alt: "I Bang Records Logo" },
{ src: "https://img.freepik.com/free-photo/cool-urban-rapper-portrait_23-2149417590.jpg", alt: "Artist profile" },
{ src: "https://img.freepik.com/free-photo/portrait-young-urban-musician_23-2151916009.jpg", alt: "RnB artist" },
]} ]}
buttons={[{ text: "Discover Artists", href: "#features" }]} avatarGroupClassName="aspect-[16/9] w-full max-w-sm"
buttons={[{ text: "Discover Artists", href: "#features" }]
}
/> />
</div> </div>
@@ -69,11 +65,11 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
showStepNumbers={false}
features={[ features={[
{ title: "Rap Legends", description: "Raw, unfiltered lyrical powerhouses.", phoneOne: { imageSrc: "https://img.freepik.com/free-photo/cool-urban-rapper-portrait_23-2149417590.jpg" }, phoneTwo: { imageSrc: "https://img.freepik.com/free-photo/artist-posing-graffiti-wall_23-2149489847.jpg" } }, { title: "Rap Legends", description: "Raw, unfiltered lyrical powerhouses.", phoneOne: { imageSrc: "https://img.freepik.com/free-photo/cool-urban-rapper-portrait_23-2149417590.jpg" }, phoneTwo: { imageSrc: "https://img.freepik.com/free-photo/artist-posing-graffiti-wall_23-2149489847.jpg" } },
{ title: "R&B Soul", description: "Deep, melodic vibes for the modern era.", phoneOne: { imageSrc: "https://img.freepik.com/free-photo/portrait-young-urban-musician_23-2151916009.jpg" }, phoneTwo: { imageSrc: "https://img.freepik.com/free-photo/urban-music-producer-studio_23-2149005458.jpg?_wi=1" } }, { title: "R&B Soul", description: "Deep, melodic vibes for the modern era.", phoneOne: { imageSrc: "https://img.freepik.com/free-photo/portrait-young-urban-musician_23-2151916009.jpg" }, phoneTwo: { imageSrc: "https://img.freepik.com/free-photo/urban-music-producer-studio_23-2149005458.jpg?_wi=1" } },
]} ]}
showStepNumbers={false}
title="Our Artists" title="Our Artists"
description="We house the most influential Rap and R&B voices in the scene." description="We house the most influential Rap and R&B voices in the scene."
/> />