Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
@@ -226,7 +227,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 +243,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