|
|
|
@@ -11,6 +11,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
|
|
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
import { Music, Sparkles, CalendarDays, Star, Zap, Heart, Mail, ShoppingBag } from "lucide-react";
|
|
|
|
import { Music, Sparkles, CalendarDays, Star, Zap, Heart, Mail, ShoppingBag } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
@@ -94,9 +95,9 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="shop" data-section="shop">
|
|
|
|
<div id="shop" data-section="shop">
|
|
|
|
<ProductCardThree
|
|
|
|
<ProductCardThree
|
|
|
|
title="Merch Store"
|
|
|
|
title="Shop All Products"
|
|
|
|
description="Exclusive merchandise and collectibles. Show your support and take home a piece of Bibito's legacy."
|
|
|
|
description="Browse our complete collection of merchandise and exclusive items. Find everything you love in one place."
|
|
|
|
tag="Limited Edition"
|
|
|
|
tag="Complete Collection"
|
|
|
|
tagIcon={ShoppingBag}
|
|
|
|
tagIcon={ShoppingBag}
|
|
|
|
products={[
|
|
|
|
products={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@@ -110,9 +111,15 @@ export default function LandingPage() {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "4", name: "Exclusive Poster", price: "$19.99", imageSrc: "https://img.b2bpic.net/free-vector/gradient-album-cover-template_52683-124660.jpg", imageAlt: "Exclusive Poster", initialQuantity: 1
|
|
|
|
id: "4", name: "Exclusive Poster", price: "$19.99", imageSrc: "https://img.b2bpic.net/free-vector/gradient-album-cover-template_52683-124660.jpg", imageAlt: "Exclusive Poster", initialQuantity: 1
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "5", name: "Premium Cap", price: "$24.99", imageSrc: "https://img.b2bpic.net/free-vector/gradient-album-cover-template_23-2150574681.jpg", imageAlt: "Premium Cap", initialQuantity: 1
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "6", name: "Collector's Box Set", price: "$89.99", imageSrc: "https://img.b2bpic.net/free-photo/mixing-engineer-pressing-sliders-control-desk-balance-tracks_482257-122057.jpg", imageAlt: "Collector's Box Set", initialQuantity: 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
@@ -226,7 +233,7 @@ export default function LandingPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact-newsletter" data-section="contact-newsletter">
|
|
|
|
<ContactSplit
|
|
|
|
<ContactSplit
|
|
|
|
tag="Newsletter"
|
|
|
|
tag="Newsletter"
|
|
|
|
tagIcon={Mail}
|
|
|
|
tagIcon={Mail}
|
|
|
|
@@ -242,6 +249,18 @@ export default function LandingPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
|
|
|
<ContactText
|
|
|
|
|
|
|
|
text="Ready to work together? Get in touch with Bibito's team for inquiries, collaborations, and bookings."
|
|
|
|
|
|
|
|
animationType="entrance-slide"
|
|
|
|
|
|
|
|
buttons={[
|
|
|
|
|
|
|
|
{ text: "Send Message", href: "mailto:booking@bibito.music" },
|
|
|
|
|
|
|
|
{ text: "Schedule Call", href: "#" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
useInvertedBackground="invertDefault"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterBaseCard
|
|
|
|
<FooterBaseCard
|
|
|
|
logoText="Bibito"
|
|
|
|
logoText="Bibito"
|
|
|
|
@@ -273,4 +292,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|