18 Commits

Author SHA1 Message Date
cd2c4e1bd9 Update src/app/page.tsx 2026-05-01 17:19:59 +00:00
97e220741a Merge version_4 into main
Merge version_4 into main
2026-04-30 20:23:29 +00:00
d49b1d4145 Update src/app/page.tsx 2026-04-30 20:23:23 +00:00
d9c77c79d6 Merge version_3 into main
Merge version_3 into main
2026-04-30 20:21:45 +00:00
560fdd5d72 Update src/app/page.tsx 2026-04-30 20:21:42 +00:00
639b8b8927 Merge version_3 into main
Merge version_3 into main
2026-04-30 20:20:52 +00:00
9bf29faa34 Update src/app/page.tsx 2026-04-30 20:20:49 +00:00
5613c2b1c1 Merge version_3 into main
Merge version_3 into main
2026-04-30 20:20:21 +00:00
fa3320ed8a Update src/app/page.tsx 2026-04-30 20:20:14 +00:00
07b21d38e7 Merge version_3 into main
Merge version_3 into main
2026-04-30 20:05:01 +00:00
178b5ca20f Update src/app/page.tsx 2026-04-30 20:04:58 +00:00
ec9fdb8957 Merge version_3 into main
Merge version_3 into main
2026-04-30 20:04:40 +00:00
487a92e6d6 Update src/app/page.tsx 2026-04-30 20:04:36 +00:00
36cc3eff23 Merge version_3 into main
Merge version_3 into main
2026-04-30 20:04:14 +00:00
41371bb16b Update src/app/page.tsx 2026-04-30 20:04:11 +00:00
ec5519ba47 Merge version_3 into main
Merge version_3 into main
2026-04-30 20:02:39 +00:00
fc073d8c56 Update src/app/page.tsx 2026-04-30 20:02:33 +00:00
d259f1a4f1 Merge version_2 into main
Merge version_2 into main
2026-04-30 20:00:53 +00:00

View File

@@ -51,20 +51,20 @@ export default function LandingPage() {
<HeroSplitKpi
background={{
variant: "plain"}}
title="Iron Vendetta: Unleash the Fury"
description="True heavy metal forged in fire and grit. Experience the crushing weight of our latest album on all platforms."
title="Iron Vendetta"
description="Unleash raw power with our latest high-octane album, forged in fire and grit for an experience you'll feel in your core."
kpis={[
{
value: "1.2M", label: "Listeners"},
value: "500+", label: "Listeners"},
{
value: "15+", label: "Shows"},
value: "5+", label: "Shows"},
{
value: "5", label: "Anthems"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "Listen Now", href: "#"},
text: "Listen Now", href: "https://www.youtube.com/@IRONVENDETTA-h7v/videos"},
{
text: "Get Tickets", href: "#"},
]}
@@ -108,11 +108,11 @@ export default function LandingPage() {
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: "10 Yrs", title: "History"},
value: "1 Yrs", title: "History"},
{
value: "200+", title: "Gigs"},
value: "20+", title: "Gigs"},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-man-posing-with-universe-projection-texture_23-2149581273.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777580428726-qy5w25x7.jpg"
imageAlt="heavy metal band portrait moody"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -164,16 +164,16 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", brand: "Merch", name: "Classic Logo Tee", price: "$29", rating: 5,
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232655-9ln049id.png"},
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"},
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: "Vendetta Hoodie", price: "$65", rating: 4,
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: "Wristband Pack", price: "$15", rating: 5,
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"},
]}
title="Exclusive Vendetta Gear"
@@ -188,16 +188,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "1M+", title: "Streams", items: [
id: "m1", value: "500+", title: "Streams", items: [
"Spotify", "Apple Music", "YouTube"],
},
{
id: "m2", value: "12", title: "Countries", items: [
"US", "UK", "Germany", "Japan"],
id: "m2", value: "4 ", title: "Countries", items: [
"Romania ", "UK", "Germany", "Japan"],
},
{
id: "m3", value: "3", title: "Albums", items: [
"Vendetta I", "Vendetta II", "Vendetta III"],
id: "m3", value: "5 ", title: "Albums", items: [
"Betrayed Warrior ", "Burn It Down! ", "Dark "],
},
]}
title="By The Numbers"
@@ -210,7 +210,7 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/image-angry-distressed-asian-woman-screaming-ripping-hair-head-losing-temper-standing-h_1258-114377.jpg"},
id: "t1", name: "Alex R.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777580476379-nhwv4s3s.jpg"},
{
id: "t2", name: "Jordan M.", imageSrc: "http://img.b2bpic.net/free-photo/retro-summer-activities-with-80-s-inspired-aesthetic_23-2151425826.jpg"},
{
@@ -241,7 +241,7 @@ export default function LandingPage() {
title="FAQs"
description="Everything you need to know about Iron Vendetta."
faqsAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/stage-performance-with-modern-metallic-equipment-drum-kit-generative-ai_188544-7799.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777580497500-7p4qcokm.png"
imageAlt="Stage performance with modern metallic equipment and drum kit"
mediaAnimation="blur-reveal"
/>