Compare commits

...

48 Commits

Author SHA1 Message Date
8efe967c34 Update src/app/page.tsx 2026-04-28 09:53:58 +00:00
fc061b661c Merge version_26 into main
Merge version_26 into main
2026-04-28 09:48:07 +00:00
8d0e067e3b Update src/app/page.tsx 2026-04-28 09:48:01 +00:00
341ead6f83 Merge version_26 into main
Merge version_26 into main
2026-04-28 09:44:17 +00:00
9cce63c0ba Update src/app/page.tsx 2026-04-28 09:44:13 +00:00
98665d8297 Merge version_25 into main
Merge version_25 into main
2026-04-28 09:39:41 +00:00
970c1255ae Update src/app/page.tsx 2026-04-28 09:39:38 +00:00
fd75934226 Merge version_24 into main
Merge version_24 into main
2026-04-28 09:38:54 +00:00
c9965d0c4c Update src/app/page.tsx 2026-04-28 09:38:47 +00:00
9dbcdf1a05 Merge version_23 into main
Merge version_23 into main
2026-04-28 09:28:38 +00:00
89c0da1ff1 Update src/app/page.tsx 2026-04-28 09:28:32 +00:00
758bf6aa94 Merge version_23 into main
Merge version_23 into main
2026-04-28 09:26:45 +00:00
7ec93fc1bb Update src/app/page.tsx 2026-04-28 09:26:39 +00:00
1326a34cd5 Merge version_23 into main
Merge version_23 into main
2026-04-28 09:23:14 +00:00
d8bca1154d Update src/app/page.tsx 2026-04-28 09:23:08 +00:00
4cb058b38f Merge version_23 into main
Merge version_23 into main
2026-04-28 09:22:19 +00:00
5d52e980fc Update src/app/page.tsx 2026-04-28 09:22:16 +00:00
4c04371d67 Merge version_23 into main
Merge version_23 into main
2026-04-28 09:13:46 +00:00
179491ffda Update src/app/page.tsx 2026-04-28 09:13:40 +00:00
fd5f8e47a9 Merge version_23 into main
Merge version_23 into main
2026-04-28 09:13:11 +00:00
29c9346e5e Update src/app/page.tsx 2026-04-28 09:13:07 +00:00
f95c096f70 Merge version_22 into main
Merge version_22 into main
2026-04-28 09:12:43 +00:00
7428f660a6 Update theme colors 2026-04-28 09:12:40 +00:00
08c32664bf Merge version_21 into main
Merge version_21 into main
2026-04-28 09:00:01 +00:00
10ee01e5d5 Update src/app/page.tsx 2026-04-28 08:59:58 +00:00
ba11200cf6 Merge version_20 into main
Merge version_20 into main
2026-04-28 08:38:52 +00:00
307ebea1b6 Update src/app/page.tsx 2026-04-28 08:38:49 +00:00
a0ec3a4e4a Merge version_20 into main
Merge version_20 into main
2026-04-28 00:53:29 +00:00
2663e8d61f Update src/app/page.tsx 2026-04-28 00:53:26 +00:00
0cf6a5c659 Switch to version 17: modified src/app/styles/variables.css 2026-04-28 00:25:30 +00:00
a2b50925db Switch to version 18: modified src/app/styles/variables.css 2026-04-28 00:25:19 +00:00
63bde2bc89 Merge version_19 into main
Merge version_19 into main
2026-04-28 00:17:39 +00:00
d7c529bc3d Update theme colors 2026-04-28 00:17:32 +00:00
30ce18d378 Merge version_18 into main
Merge version_18 into main
2026-04-27 23:18:24 +00:00
4d631261bf Update theme colors 2026-04-27 23:18:20 +00:00
9ff88fe8c7 Merge version_17 into main
Merge version_17 into main
2026-04-27 23:18:14 +00:00
6f64e685b6 Update theme colors 2026-04-27 23:18:11 +00:00
578ad5cf8c Merge version_16 into main
Merge version_16 into main
2026-04-27 23:17:36 +00:00
f1ee30c5da Update src/app/page.tsx 2026-04-27 23:17:33 +00:00
bf97843c19 Merge version_16 into main
Merge version_16 into main
2026-04-27 22:40:28 +00:00
d762b3748d Merge version_16 into main
Merge version_16 into main
2026-04-27 22:40:25 +00:00
f9c0482c60 Update theme fonts 2026-04-27 22:40:24 +00:00
26441d7b8c Update theme fonts 2026-04-27 22:40:23 +00:00
490673f186 Update theme fonts 2026-04-27 22:40:21 +00:00
83afe1f6cb Update theme fonts 2026-04-27 22:40:21 +00:00
53dce59f26 Merge version_16 into main
Merge version_16 into main
2026-04-27 22:39:04 +00:00
e478844808 Update src/app/page.tsx 2026-04-27 22:39:01 +00:00
996a7e7f19 Merge version_15 into main
Merge version_15 into main
2026-04-27 22:27:06 +00:00
4 changed files with 59 additions and 37 deletions

View File

@@ -6,6 +6,8 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import { Inter_Tight } from "next/font/google";
@@ -19,9 +21,12 @@ export const metadata: Metadata = {
},
};
const raleway = Raleway({
variable: "--font-raleway",
const interTight = Inter_Tight({
variable: "--font-inter-tight",
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export default function RootLayout({
@@ -32,7 +37,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${raleway.variable} antialiased`}>
<body className={`${interTight.variable} antialiased`}>
{children}
<script

View File

@@ -7,8 +7,9 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TextAbout from '@/components/sections/about/TextAbout';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FaqBase from '@/components/sections/faq/FaqBase';
export default function LandingPage() {
return (
@@ -31,7 +32,7 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Artists", id: "features" },
{ name: "Releases", id: "products" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="I Bang Records"
@@ -45,14 +46,14 @@ export default function LandingPage() {
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."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg"
imagePosition="right"
buttons={[{ text: "Discover Artists", href: "#features" }]}
imageClassName="border-none"
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Defining Modern Urban Culture"
title="Entertain the World while Creating not only Artist but Family in the Music Industry. "
tag="Our Mission"
/>
</div>
@@ -64,26 +65,42 @@ export default function LandingPage() {
useInvertedBackground={true}
showStepNumbers={false}
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: "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: "King Art Southside Shade ", description: "", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364749414-m8xbano6.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365027886-q4uam6x8.jpg" } },
{ title: "Royal Business Mikey 3ang ", description: "", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364639834-5z0ydlkf.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365007074-pw1w6q1b.jpg" } },
]}
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. We welcome all Genres. Country - Rap/Hip-Hop - Gospel - Rock - Latin - Latin Trap - Trap - R & B - K-Pop"
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "r1", name: "City Lights", price: "Stream", imageSrc: "https://img.freepik.com/free-photo/urban-music-cover-art_23-2148496904.jpg" },
{ id: "r2", name: "Concrete Soul", price: "Stream", imageSrc: "https://img.freepik.com/free-photo/urban-vinyl-release_23-2149075974.jpg" },
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Got questions about our process, booking, or label services? We've got answers."
faqs={[
{ id: "1", title: "How can I submit my demo?", content: "You can submit your demos through our contact page or by sending a private Soundcloud link via our official email." },
{ id: "2", title: "What genres do you specialize in?", content: "While we love all music, our core focus is on Hip Hop, Rap, and R&B."},
{ id: "3", title: "How do you support new artists?", content: "We provide comprehensive artist development, from production guidance to marketing and distribution strategy." }
]}
title="Artist Catalog"
description="Explore the latest drops from our roster."
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
showCard={false}
/>
</div>
<div id="contact-faq" data-section="contact-faq">
<FaqBase
title="Contact FAQ"
description="Have specific questions regarding our contact process or business inquiries? Find answers here."
faqs={[
{ id: "1", title: "What information should I include in my email?", content: "Please include your name, artist profile, genre, and a brief description of your inquiry." },
{ id: "2", title: "How long will it take to hear back?", content: "We typically review inquiries within 5-7 business days." },
{ id: "3", title: "Is there a specific format for demo submissions?", content: "Yes, please send only private SoundCloud links; attachments may not be opened." }
]}
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
@@ -92,9 +109,9 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
tag="Contact Us"
title="Join the Movement"
description="Get in touch for booking, inquiries, or demo submissions."
imageSrc="https://img.freepik.com/free-photo/urban-music-producer-studio_23-2149005458.jpg?_wi=2"
title="Join the Family"
description="Get in touch for booking, inquiries, or demo submissions. "
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365377115-6w0jl634.jpg"
/>
</div>
@@ -102,10 +119,10 @@ export default function LandingPage() {
<FooterMedia
logoText="I Bang Records"
columns={[
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Artists", href: "#features" }] },
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Artists", href: "#features" }, { label: "FAQ", href: "#faq" }] },
{ title: "Contact", items: [{ label: "Support", href: "#contact" }] },
]}
imageSrc="https://img.freepik.com/free-photo/urban-vinyl-release_23-2149075974.jpg?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777368505901-018ujma6.jpg"
/>
</div>
</ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-raleway), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-raleway), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #ff4d00;
--primary-cta-text: #fafffb;
--secondary-cta: #333333;
--secondary-cta-text: #001a0a;
--accent: #555555;
--background-accent: #222222;
--background: #921919;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);