Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import Link from 'next/link';
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function MediaPage() {
|
||||
const navItems = [
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import Link from 'next/link';
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function MerchPage() {
|
||||
const navItems = [
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function MusicPage() {
|
||||
{ name: "Shows", id: "/shows" },
|
||||
{ name: "Music", id: "/music" },
|
||||
{ name: "Media", id: "/media" },
|
||||
{ name: "Merch", id: "/merch" }
|
||||
{ name: "Merch", id: "/merch" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -24,29 +24,29 @@ export default function MusicPage() {
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Shows", href: "/shows" },
|
||||
{ label: "Music", href: "/music" }
|
||||
]
|
||||
{ label: "Music", href: "/music" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pages", items: [
|
||||
{ label: "Media", href: "/media" },
|
||||
{ label: "Merchandise", href: "/merch" },
|
||||
{ label: "Booking", href: "/booking" }
|
||||
]
|
||||
{ label: "Booking", href: "/booking" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "YouTube", href: "https://youtube.com" }
|
||||
]
|
||||
{ label: "YouTube", href: "https://youtube.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Email", href: "#" },
|
||||
{ label: "Book Us", href: "/booking" }
|
||||
]
|
||||
}
|
||||
{ label: "Book Us", href: "/booking" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -67,8 +67,7 @@ export default function MusicPage() {
|
||||
brandName="ASBEST"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Boek Asbest", href: "/booking"
|
||||
}}
|
||||
text: "Boek Asbest", href: "/booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,14 +95,11 @@ export default function MusicPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic T-Shirt", price: "€19,99", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-beautiful-girl-sits-table-with-makeup-tools-applying-powder-blush-isolated-olive-green-wall_141793-106162.jpg", imageAlt: "ASBEST Classic T-Shirt"
|
||||
},
|
||||
id: "1", name: "Classic T-Shirt", price: "€19,99", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-beautiful-girl-sits-table-with-makeup-tools-applying-powder-blush-isolated-olive-green-wall_141793-106162.jpg", imageAlt: "ASBEST Classic T-Shirt"},
|
||||
{
|
||||
id: "2", name: "Festival Hat", price: "€14,99", imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-head-see-clearly-while-keeping-hand-waist-t-shirt-cap-looking-focused-front-view_176474-54638.jpg", imageAlt: "ASBEST Festival Hat"
|
||||
},
|
||||
id: "2", name: "Festival Hat", price: "€14,99", imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-head-see-clearly-while-keeping-hand-waist-t-shirt-cap-looking-focused-front-view_176474-54638.jpg", imageAlt: "ASBEST Festival Hat"},
|
||||
{
|
||||
id: "3", name: "Logo Hoodie", price: "€44,99", imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-fashion-editorial_23-2151925541.jpg", imageAlt: "ASBEST Logo Hoodie"
|
||||
}
|
||||
id: "3", name: "Logo Hoodie", price: "€44,99", imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-fashion-editorial_23-2151925541.jpg", imageAlt: "ASBEST Logo Hoodie"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,20 +116,16 @@ export default function MusicPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Dirk van den Berg", role: "Festival Organizer", company: "Zwarte Cross", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-proposing-camera-summer-lifestyle-concept_197531-30454.jpg", imageAlt: "Dirk van den Berg"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-proposing-camera-summer-lifestyle-concept_197531-30454.jpg", imageAlt: "Dirk van den Berg"},
|
||||
{
|
||||
id: "2", name: "Maria de Vries", role: "Fan & Party Host", company: "Gelderland", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg", imageAlt: "Maria de Vries"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg", imageAlt: "Maria de Vries"},
|
||||
{
|
||||
id: "3", name: "Jelle Hartmann", role: "Sound Engineer", company: "Dutch Festivals", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg", imageAlt: "Jelle Hartmann"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg", imageAlt: "Jelle Hartmann"},
|
||||
{
|
||||
id: "4", name: "Petra Smit", role: "Band Fan", company: "Utrecht", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg", imageAlt: "Petra Smit"
|
||||
}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg", imageAlt: "Petra Smit"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function ShowsPage() {
|
||||
{ name: "Shows", id: "/shows" },
|
||||
{ name: "Music", id: "/music" },
|
||||
{ name: "Media", id: "/media" },
|
||||
{ name: "Merch", id: "/merch" }
|
||||
{ name: "Merch", id: "/merch" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -24,29 +24,29 @@ export default function ShowsPage() {
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Shows", href: "/shows" },
|
||||
{ label: "Music", href: "/music" }
|
||||
]
|
||||
{ label: "Music", href: "/music" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pages", items: [
|
||||
{ label: "Media", href: "/media" },
|
||||
{ label: "Merchandise", href: "/merch" },
|
||||
{ label: "Booking", href: "/booking" }
|
||||
]
|
||||
{ label: "Booking", href: "/booking" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "YouTube", href: "https://youtube.com" }
|
||||
]
|
||||
{ label: "YouTube", href: "https://youtube.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Email", href: "#" },
|
||||
{ label: "Book Us", href: "/booking" }
|
||||
]
|
||||
}
|
||||
{ label: "Book Us", href: "/booking" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -67,8 +67,7 @@ export default function ShowsPage() {
|
||||
brandName="ASBEST"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Boek Asbest", href: "/booking"
|
||||
}}
|
||||
text: "Boek Asbest", href: "/booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,14 +82,11 @@ export default function ShowsPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Zwarte Cross Festival", price: "July 12-14, 2025", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg", imageAlt: "live concert crowd dancing spotlight stage"
|
||||
},
|
||||
id: "1", name: "Zwarte Cross Festival", price: "July 12-14, 2025", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg", imageAlt: "live concert crowd dancing spotlight stage"},
|
||||
{
|
||||
id: "2", name: "Dauwpop Festival", price: "August 9-11, 2025", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", imageAlt: "festival stage setup lighting equipment"
|
||||
},
|
||||
id: "2", name: "Dauwpop Festival", price: "August 9-11, 2025", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", imageAlt: "festival stage setup lighting equipment"},
|
||||
{
|
||||
id: "3", name: "Local Barn Party", price: "August 23, 2025", imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg", imageAlt: "festival crowd dancing beer celebration party"
|
||||
}
|
||||
id: "3", name: "Local Barn Party", price: "August 23, 2025", imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg", imageAlt: "festival crowd dancing beer celebration party"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,20 +103,16 @@ export default function ShowsPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Dirk van den Berg", role: "Festival Organizer", company: "Zwarte Cross", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-proposing-camera-summer-lifestyle-concept_197531-30454.jpg", imageAlt: "Dirk van den Berg"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-proposing-camera-summer-lifestyle-concept_197531-30454.jpg", imageAlt: "Dirk van den Berg"},
|
||||
{
|
||||
id: "2", name: "Maria de Vries", role: "Fan & Party Host", company: "Gelderland", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg", imageAlt: "Maria de Vries"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg", imageAlt: "Maria de Vries"},
|
||||
{
|
||||
id: "3", name: "Jelle Hartmann", role: "Sound Engineer", company: "Dutch Festivals", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg", imageAlt: "Jelle Hartmann"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg", imageAlt: "Jelle Hartmann"},
|
||||
{
|
||||
id: "4", name: "Petra Smit", role: "Band Fan", company: "Utrecht", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg", imageAlt: "Petra Smit"
|
||||
}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg", imageAlt: "Petra Smit"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user