Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05addbdb25 |
@@ -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() {
|
||||||
@@ -226,7 +227,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 +243,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user