Compare commits
126 Commits
version_20
...
version_58
| Author | SHA1 | Date | |
|---|---|---|---|
| c7f357e25e | |||
| 00959a1752 | |||
| 774e9e66f2 | |||
| f4791e3ad9 | |||
| b31290bb65 | |||
| 1eeaef4b31 | |||
| 4e3d42b4fc | |||
| 8cd99e8ca6 | |||
| fdcbf1e484 | |||
| c75da6269b | |||
| 54913ab080 | |||
| 642dcad8c4 | |||
| bb28ee19c3 | |||
| c88c1d7de3 | |||
| c83f250ee5 | |||
| cd5c66f194 | |||
| 189a2cc26f | |||
| b8e6192e72 | |||
| efa080e860 | |||
| c092c5c4a4 | |||
| 77ecadd987 | |||
| 39840a4934 | |||
| 5787152ffc | |||
| 8b74733083 | |||
| 559f8c547b | |||
| 4def480319 | |||
| 7d6d91cce7 | |||
| 36e39e31a3 | |||
| 9c6703c969 | |||
| 3c1792b884 | |||
| 20cb3a727c | |||
| dbec4497ed | |||
| 46642ae505 | |||
| e15edef33e | |||
| 2c01d22855 | |||
| bbfe5573e6 | |||
| 0d51a67929 | |||
| 78a2364f03 | |||
| ed2930ff76 | |||
| 7076b776c3 | |||
| 0a0cc4ffa7 | |||
| b40f6b6a68 | |||
| 0159173442 | |||
| c7999b0bf8 | |||
| 350439b6da | |||
| 5e61480f07 | |||
| bf6d1e64ce | |||
| 1f1ca30c4a | |||
| ffc0cd052d | |||
| c9928d7912 | |||
| a9e9581800 | |||
| a373bf72ab | |||
| c2c549a76d | |||
| 73200064e2 | |||
| f84d6dc710 | |||
| 6366d24a2c | |||
| 92f1df090e | |||
| b43f9eceff | |||
| f366b0c963 | |||
| 6f291d3778 | |||
| 9b6b6e436f | |||
| c86008836b | |||
| 1693c2afb9 | |||
| aa1671600d | |||
| 342f49601d | |||
| d3125b0082 | |||
| f6a9dd6a41 | |||
| 7e1ed0882e | |||
| 96aee25ca4 | |||
| f8d4e66ee4 | |||
| d4bb273200 | |||
| 088583478f | |||
| 1bf8cae060 | |||
| 7784ac5e1b | |||
| 26b8633ab8 | |||
| 3b45f87f41 | |||
| 007e4c9abe | |||
| 91d8133827 | |||
| a42f07932f | |||
| 01ee6404b9 | |||
| 8c8bded483 | |||
| 5785e753ab | |||
| 60a3896b18 | |||
| f807060a28 | |||
| fb0db58554 | |||
| 4ebaaacfbf | |||
| da3ff3f654 | |||
| 7390472493 | |||
| 8efe967c34 | |||
| fc061b661c | |||
| 8d0e067e3b | |||
| 341ead6f83 | |||
| 9cce63c0ba | |||
| 98665d8297 | |||
| 970c1255ae | |||
| fd75934226 | |||
| c9965d0c4c | |||
| 9dbcdf1a05 | |||
| 89c0da1ff1 | |||
| 758bf6aa94 | |||
| 7ec93fc1bb | |||
| 1326a34cd5 | |||
| d8bca1154d | |||
| 4cb058b38f | |||
| 5d52e980fc | |||
| 4c04371d67 | |||
| 179491ffda | |||
| fd5f8e47a9 | |||
| 29c9346e5e | |||
| f95c096f70 | |||
| 7428f660a6 | |||
| 08c32664bf | |||
| 10ee01e5d5 | |||
| ba11200cf6 | |||
| 307ebea1b6 | |||
| a0ec3a4e4a | |||
| 2663e8d61f | |||
| 0cf6a5c659 | |||
| a2b50925db | |||
| 63bde2bc89 | |||
| 30ce18d378 | |||
| 9ff88fe8c7 | |||
| 578ad5cf8c | |||
| bf97843c19 | |||
| d762b3748d | |||
| 53dce59f26 |
104
src/app/page.tsx
104
src/app/page.tsx
@@ -4,11 +4,13 @@ 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 FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
||||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
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 TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,8 +33,9 @@ export default function LandingPage() {
|
|||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Artists", id: "features" },
|
{ name: "Artists", id: "features" },
|
||||||
{ name: "Releases", id: "products" },
|
{ name: "FAQ", id: "faq" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
|
{ name: "Support", id: "support" },
|
||||||
]}
|
]}
|
||||||
brandName="I Bang Records"
|
brandName="I Bang Records"
|
||||||
/>
|
/>
|
||||||
@@ -42,17 +45,19 @@ export default function LandingPage() {
|
|||||||
<HeroSplit
|
<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 has 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. Welcome to the family where music meets destiny."
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg"
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
buttons={[{ text: "Discover Artists", href: "#features" }]}
|
imageClassName="border-none"
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=1"
|
||||||
|
imageAlt="I Bang Records Team"
|
||||||
|
mediaAnimation="none"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Define Music for the Future with sounds of the Past. Build a Family in Entertainment. "
|
title="To Entertain the World while we expand our Artists Music Career while Creating a Family to last in the Music Industry. "
|
||||||
tag="Our Mission"
|
tag="Our Mission"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -64,48 +69,93 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
showStepNumbers={false}
|
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: "R&B Soul", description: "Deep, melodic vibes for the modern era.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777330442637-y85li8j7.jpg" }, phoneTwo: { imageSrc: "https://img.freepik.com/free-photo/urban-music-producer-studio_23-2149005458.jpg?_wi=1" } },
|
title: "King Art & Go Baby",
|
||||||
|
description: "Rising stars with unique sounds.",
|
||||||
|
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364749414-m8xbano6.jpg?_wi=1" },
|
||||||
|
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777415801291-8l9b7k6k.jpg" }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Royal Bizniz & Mikey 3ang",
|
||||||
|
description: "Core artists leading our vision.",
|
||||||
|
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364639834-5z0ydlkf.jpg?_wi=2" },
|
||||||
|
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365007074-pw1w6q1b.jpg?_wi=1" }
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Artists"
|
title="Meet 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>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="feature-card-three" data-section="feature-card-three">
|
||||||
<ProductCardThree
|
<FeatureCardThree
|
||||||
|
title="Meet Our Artist / Music Production"
|
||||||
|
description="We handle full-scale music production and career management for our artists."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
features={[
|
||||||
{ id: "r1", name: "City Lights", price: "Stream", imageSrc: "https://img.freepik.com/free-photo/urban-music-cover-art_23-2148496904.jpg" },
|
{ title: "Recording", description: "Professional studio recording sessions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777416050413-dklcfatd.jpg" },
|
||||||
{ id: "r2", name: "Concrete Soul", price: "Stream", imageSrc: "https://img.freepik.com/free-photo/urban-vinyl-release_23-2149075974.jpg" },
|
{ title: "Mixing", description: "High-quality audio engineering and mixing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777416160895-6vu5l7df.jpg" },
|
||||||
|
{ title: "Mastering", description: "Finalizing tracks for industry standards", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777416187294-q15x9tvh.jpg" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="faq" data-section="faq">
|
||||||
|
<FaqBase
|
||||||
|
title="Frequently Asked Questions"
|
||||||
|
description="Got questions about our process or joining the family? We're here to help."
|
||||||
|
faqsAnimation="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
faqs={[
|
||||||
|
{ id: "1", title: "How do I submit my demo?", content: "You can reach out via our contact section or you can reach out to us on any of our social media platforms. " },
|
||||||
|
{ id: "2", title: "What genres do you represent?", content: "We represent all genres, including Hip Hop, R&B, Rock, Country, K-Pop, and more." },
|
||||||
|
{ id: "3", title: "Can I book an artist?", content: "Yes, please send your booking inquiry through the contact form or our support email." }
|
||||||
]}
|
]}
|
||||||
title="Artist Catalog"
|
|
||||||
description="Explore the latest drops from our roster."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
|
tag="Contact Us"
|
||||||
|
title="Join the Family"
|
||||||
|
description="Get in touch for booking, inquiries, or demo submissions. "
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
tag="Contact Us"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365377115-6w0jl634.jpg?_wi=1"
|
||||||
title="Join the Movement"
|
mediaAnimation="none"
|
||||||
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"
|
</div>
|
||||||
|
|
||||||
|
<div id="support" data-section="support">
|
||||||
|
<ContactText
|
||||||
|
text="Need assistance? Reach out to our team for any inquiries."
|
||||||
|
useInvertedBackground={false}
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Send Message", onClick: () => {
|
||||||
|
window.location.href = "mailto:marcelawilliams@ibangrecords.com?cc=mikey3ang@ibangrecords.com,eddiebang@ibangrecords.com";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=2"
|
||||||
logoText="I Bang Records"
|
logoText="I Bang Records"
|
||||||
|
className="bg-black"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Artists", href: "#features" }] },
|
{ title: "Socials", items: [
|
||||||
{ title: "Contact", items: [{ label: "Support", href: "#contact" }] },
|
{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=61589022357123" },
|
||||||
|
{ label: "Instagram", href: "https://www.instagram.com/ibangrecords" }
|
||||||
|
] }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.freepik.com/free-photo/urban-vinyl-release_23-2149075974.jpg?_wi=2"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ac0909;
|
--background: #060000;
|
||||||
--card: #f9f9f9;
|
--card: #1d0d0d;
|
||||||
--foreground: #120006e6;
|
--foreground: #ffe6e6;
|
||||||
--primary-cta: #f3e7e8;
|
--primary-cta: #ff3d4a;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #1f0a0a;
|
||||||
--secondary-cta-text: #120006e6;
|
--secondary-cta-text: #ffe6e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #7b2d2d;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #b8111f;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user