Compare commits
14 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 369f7b1c8c | |||
| 1474fa8125 | |||
| 4729b451db | |||
| 3101dd3a82 | |||
| 4e452c9e80 | |||
| 364fd71fd6 | |||
| ccb72caf72 | |||
| 14097f71da | |||
| b664186d2c | |||
| 636de4d870 | |||
| c1cc6b8863 | |||
| a309f4c9e8 | |||
| aa15bd695d | |||
| a00f80863c |
@@ -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,8 +54,9 @@ 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"
|
||||
imageAlt="metal band concert stage lighting"
|
||||
@@ -117,10 +118,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "CD ", name: "Betrayed Warrior ", 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: "CD ", name: "Burn It Down! ", 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: "CD ", 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: "CD ", 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 ", 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! ", 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"},
|
||||
]}
|
||||
imageClassName="aspect-square object-cover"
|
||||
title="Exclusive Vendetta Gear"
|
||||
|
||||
Reference in New Issue
Block a user