Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e787971d9 | |||
| 5dbd7d5955 | |||
| 05addbdb25 |
@@ -11,6 +11,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
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";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -94,9 +95,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="shop" data-section="shop">
|
||||
<ProductCardThree
|
||||
title="Merch Store"
|
||||
description="Exclusive merchandise and collectibles. Show your support and take home a piece of Bibito's legacy."
|
||||
tag="Limited Edition"
|
||||
title="Shop All Products"
|
||||
description="Browse our complete collection of merchandise and exclusive items. Find everything you love in one place."
|
||||
tag="Complete Collection"
|
||||
tagIcon={ShoppingBag}
|
||||
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: "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"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -226,7 +233,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div id="contact-newsletter" data-section="contact-newsletter">
|
||||
<ContactSplit
|
||||
tag="Newsletter"
|
||||
tagIcon={Mail}
|
||||
@@ -242,6 +249,18 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<FooterBaseCard
|
||||
logoText="Bibito"
|
||||
|
||||
Reference in New Issue
Block a user