Compare commits
42 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2fd4719d72 | |||
| bb19675b51 | |||
| 1a756f1c31 | |||
| a4977d11ed | |||
| db7bf447e9 | |||
| a346a04668 | |||
| c9d370c7ed | |||
| 2c54b5240e | |||
| 1ef5a8b168 | |||
| f716917f4a | |||
| 004a04c06a | |||
| 4374eb4424 | |||
| 6ffacdb1e6 | |||
| 0b793a498a | |||
| 3d7688580b | |||
| 3f4a221690 | |||
| aaf0174d6b | |||
| 6710044788 | |||
| 50fc33b1ec | |||
| cd0dff2ba6 | |||
| d147f6f159 | |||
| 369f7b1c8c | |||
| 12fad3e5eb | |||
| 1474fa8125 | |||
| 4729b451db | |||
| 3101dd3a82 | |||
| 4e452c9e80 | |||
| 5b046b49ca | |||
| 364fd71fd6 | |||
| 5efce18dd4 | |||
| ccb72caf72 | |||
| d2072b22a7 | |||
| 14097f71da | |||
| 841cf6ba1c | |||
| b664186d2c | |||
| 4ab74c6f03 | |||
| 636de4d870 | |||
| 289230f4d2 | |||
| c1cc6b8863 | |||
| a309f4c9e8 | |||
| aa15bd695d | |||
| a00f80863c |
@@ -7,6 +7,8 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Roboto } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Archivo } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -21,7 +23,12 @@ export const metadata: Metadata = {
|
||||
},
|
||||
};
|
||||
|
||||
const roboto = Roboto({ variable: "--font-roboto", subsets: ["latin"], weight: ["100", "300", "400", "500", "700", "900"] });
|
||||
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +38,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${roboto.variable} antialiased`}>
|
||||
<body className={`${archivo.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Flame, Music } from "lucide-react";
|
||||
import { Flame, Music, Youtube, Disc3 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,10 +54,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "Listen Now", href: "https://www.youtube.com/@IRONVENDETTA-h7v/videos"},
|
||||
{ text: "Get Tickets", href: "#"},
|
||||
{ text: "YouTube Music", href: "https://music.youtube.com/channel/UCVb1vUTT2irJ9Y9lPwvMCog"},
|
||||
{ text: "YouTube", href: "https://www.youtube.com/@IRONVENDETTA-h7v/videos"},
|
||||
{ text: "SoundCloud", href: "https://soundcloud.com"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/musicians-stage-concert_1321-454.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777664689788-wabyh3d7.png"
|
||||
imageAlt="metal band concert stage lighting"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -84,7 +85,7 @@ export default function LandingPage() {
|
||||
title="Forged in Chaos"
|
||||
description="We are not just a band; we are an relentless movement of sound and defiance. Founded in the underground scene, our music is a testament to our struggle and power."
|
||||
metrics={[
|
||||
{ value: "1 Yrs", title: "History"},
|
||||
{ value: "5 Yrs", title: "History"},
|
||||
{ value: "20+", title: "Gigs"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777580428726-qy5w25x7.jpg"
|
||||
@@ -117,10 +118,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "Merch", name: "Betrayed Warrior ", price: "$29", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232655-9ln049id.png?w=600&h=600"},
|
||||
{ id: "p2", brand: "Music", name: "Limited Vinyl", price: "$45", rating: 5, reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232656-uet0zilz.png?w=600&h=600"},
|
||||
{ id: "p3", brand: "Merch", name: "Dark ", price: "$65", rating: 4, reviewCount: "205", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232656-3um1iozw.png"},
|
||||
{ id: "p4", brand: "Merch", name: "Scorched Oaths ", price: "$15", rating: 5, reviewCount: "50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232656-31k9ioda.jpg"},
|
||||
{ id: "p1", brand: "Merch ", name: "Betrayed Warrior (COOMING SOON)", price: "$29", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777656657792-qz6pthl2.png"},
|
||||
{ id: "p2", brand: "Merch ", name: "Burn It Down! (COOMING SOON)", price: "$45", rating: 5, reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232656-uet0zilz.png?w=600&h=600"},
|
||||
{ id: "p3", brand: "Merch ", name: "Dark (COOMING SOON)", price: "$65", rating: 4, reviewCount: "205", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232656-3um1iozw.png"},
|
||||
{ id: "p4", brand: "Merch ", name: "Scorched Oaths (COOMING SOON)", price: "$15", rating: 5, reviewCount: "50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232656-31k9ioda.jpg"},
|
||||
]}
|
||||
imageClassName="aspect-square object-cover"
|
||||
title="Exclusive Vendetta Gear"
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-roboto), sans-serif;
|
||||
font-family: var(--font-archivo), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-roboto), sans-serif;
|
||||
font-family: var(--font-archivo), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ff0000;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #991b1b;
|
||||
--background-accent: #7f1d1d;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user