Compare commits

...

15 Commits

Author SHA1 Message Date
7428f660a6 Update theme colors 2026-04-28 09:12:40 +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
30ce18d378 Merge version_18 into main
Merge version_18 into main
2026-04-27 23:18:24 +00:00
9ff88fe8c7 Merge version_17 into main
Merge version_17 into main
2026-04-27 23:18:14 +00:00
578ad5cf8c Merge version_16 into main
Merge version_16 into main
2026-04-27 23:17:36 +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
53dce59f26 Merge version_16 into main
Merge version_16 into main
2026-04-27 22:39:04 +00:00
2 changed files with 9 additions and 26 deletions

View File

@@ -7,7 +7,6 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterMedia from '@/components/sections/footer/FooterMedia'; 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';
export default function LandingPage() { export default function LandingPage() {
@@ -31,7 +30,6 @@ 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: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="I Bang Records" brandName="I Bang Records"
@@ -52,7 +50,7 @@ export default function LandingPage() {
<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="Define Music for the Future with sounds of the Past. Build a Family in Entertainment."
tag="Our Mission" tag="Our Mission"
/> />
</div> </div>
@@ -64,37 +62,22 @@ 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: "Rap Legends", description: "Raw, unfiltered lyrical powerhouses.", 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: "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: "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-1777364639834-5z0ydlkf.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365007074-pw1w6q1b.jpg" } },
]} ]}
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."
/> />
</div> </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" },
]}
title="Artist Catalog"
description="Explore the latest drops from our roster."
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
tag="Contact Us" tag="Contact Us"
title="Join the Movement" title="Join the Movement"
description="Get in touch for booking, inquiries, or demo submissions." 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" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365377115-6w0jl634.jpg"
/> />
</div> </div>

View File

@@ -10,13 +10,13 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ac0909; --background: #921919;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #120006e6; --foreground: #000612e6;
--primary-cta: #f3e7e8; --primary-cta: #15479c;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6; --secondary-cta-text: #000612e6;
--accent: #e2e2e2; --accent: #e2e2e2;
--background-accent: #c4c4c4; --background-accent: #c4c4c4;