Update src/app/about/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Shows", href: "/shows" },
|
||||
@@ -29,24 +28,21 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pages",
|
||||
items: [
|
||||
title: "Pages", items: [
|
||||
{ label: "Media", href: "/media" },
|
||||
{ label: "Merchandise", href: "/merch" },
|
||||
{ label: "Booking", href: "/booking" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "YouTube", href: "https://youtube.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Email", href: "#" },
|
||||
{ label: "Book Us", href: "/booking" },
|
||||
],
|
||||
@@ -79,7 +75,7 @@ export default function AboutPage() {
|
||||
title="The ASBEST Story"
|
||||
description="Born from the muddy fields and barn parties of rural Netherlands, ASBEST emerged as a force dedicated to preserving and amplifying the authentic spirit of boerenrock. We're not just a band—we're a movement. Our music channels the legacy of Dutch countryside culture through screaming amplifiers and infectious energy. From local festivals to international stages, we bring the unmistakable sound of true boerenrock."
|
||||
tag="Our Journey"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/guitar-nature_169016-2242.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/guitar-nature_169016-2242.jpg"
|
||||
imageAlt="ASBEST band members"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -100,32 +96,14 @@ export default function AboutPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
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?_wi=2",
|
||||
imageAlt: "Dirk van den Berg",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria de Vries",
|
||||
role: "Band Enthusiast",
|
||||
company: "Gelderland",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg?_wi=2",
|
||||
imageAlt: "Maria de Vries",
|
||||
},
|
||||
id: "2", name: "Maria de Vries", role: "Band Enthusiast", company: "Gelderland", rating: 5,
|
||||
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 Professional",
|
||||
company: "Dutch Festivals",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg?_wi=2",
|
||||
imageAlt: "Jelle Hartmann",
|
||||
},
|
||||
id: "3", name: "Jelle Hartmann", role: "Sound Professional", company: "Dutch Festivals", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg", imageAlt: "Jelle Hartmann"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user