Compare commits
14 Commits
version_45
...
version_50
| Author | SHA1 | Date | |
|---|---|---|---|
| 46642ae505 | |||
| e15edef33e | |||
| 2c01d22855 | |||
| bbfe5573e6 | |||
| 0d51a67929 | |||
| 78a2364f03 | |||
| ed2930ff76 | |||
| 7076b776c3 | |||
| 0a0cc4ffa7 | |||
| b40f6b6a68 | |||
| 0159173442 | |||
| c7999b0bf8 | |||
| 5e61480f07 | |||
| 1f1ca30c4a |
@@ -8,6 +8,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -44,10 +45,9 @@ 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."
|
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."
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
imageClassName="border-none"
|
imageClassName="border-none"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=1"
|
||||||
imageAlt="I Bang Records Team"
|
imageAlt="I Bang Records Team"
|
||||||
buttons={[{ text: "Our Artists", href: "/features" }]
|
buttons={[{ text: "Our Artists", href: "#features" }]}
|
||||||
}
|
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -101,6 +101,22 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterMedia
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=2"
|
||||||
|
logoText="I Bang Records"
|
||||||
|
className="bg-black"
|
||||||
|
columns={[
|
||||||
|
{ title: "Socials", items: [
|
||||||
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
|
{ label: "X", href: "https://twitter.com" },
|
||||||
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
|
{ label: "TikTok", href: "https://tiktok.com" }
|
||||||
|
] }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #982626;
|
--background: #060000;
|
||||||
--card: #a21515;
|
--card: #1d0d0d;
|
||||||
--foreground: #000612e6;
|
--foreground: #ffe6e6;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #ff3d4a;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #1f0a0a;
|
||||||
--secondary-cta-text: #000612e6;
|
--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