diff --git a/src/app/beats/page.tsx b/src/app/beats/page.tsx new file mode 100644 index 0000000..7236644 --- /dev/null +++ b/src/app/beats/page.tsx @@ -0,0 +1,60 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; + +export default function BeatsCatalogPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 2578596..0382886 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,15 @@ export default function LandingPage() { @@ -54,98 +48,53 @@ export default function LandingPage() {
@@ -156,8 +105,7 @@ export default function LandingPage() { title="Crafted with Precision" buttons={[ { - text: "Learn More", - }, + text: "Learn More"}, ]} /> @@ -170,44 +118,20 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Midnight Vibe", - price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/vinyl-records-green-background_23-2147926836.jpg", - }, + id: "p1", name: "Midnight Vibe", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/vinyl-records-green-background_23-2147926836.jpg"}, { - id: "p2", - name: "Cloud Trap", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-shipping-internet-commerce-concept_53876-124434.jpg", - }, + id: "p2", name: "Cloud Trap", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-shipping-internet-commerce-concept_53876-124434.jpg"}, { - id: "p3", - name: "Sunset Funk", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_52683-92735.jpg", - }, + id: "p3", name: "Sunset Funk", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_52683-92735.jpg"}, { - id: "p4", - name: "Urban Pulse", - price: "$50", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627895.jpg", - }, + id: "p4", name: "Urban Pulse", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627895.jpg"}, { - id: "p5", - name: "Neon Dreams", - price: "$35", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-music-sound_23-2151065119.jpg", - }, + id: "p5", name: "Neon Dreams", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-music-sound_23-2151065119.jpg"}, { - id: "p6", - name: "Deep Space", - price: "$40", - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037666.jpg", - }, + id: "p6", name: "Deep Space", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037666.jpg"}, ]} title="Latest Beats" - description="Professional instrumentals for every genre." + description="Securely purchase using Stripe or PayPal." /> @@ -219,23 +143,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "500+", - description: "Beats Produced", - }, + id: "m1", value: "500+", description: "Beats Produced"}, { - id: "m2", - value: "120", - description: "Happy Artists", - }, + id: "m2", value: "120", description: "Happy Artists"}, { - id: "m3", - value: "100%", - description: "Royalty Free", - }, + id: "m3", value: "100%", description: "Secure Processing"}, ]} title="Proven Quality" - description="Our numbers speak for themselves." + description="Trusted by producers worldwide." /> @@ -246,43 +161,18 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "User 1", - handle: "@user1", - testimonial: "Amazing work!", - imageSrc: "http://img.b2bpic.net/free-photo/male-artist-with-brushes-posing_114579-85815.jpg", - }, + id: "t1", name: "User 1", handle: "@user1", testimonial: "Amazing work!", imageSrc: "http://img.b2bpic.net/free-photo/male-artist-with-brushes-posing_114579-85815.jpg"}, { - id: "t2", - name: "User 2", - handle: "@user2", - testimonial: "Incredible sound design.", - imageSrc: "http://img.b2bpic.net/free-photo/guitar-music-outdoors_23-2148079040.jpg", - }, + id: "t2", name: "User 2", handle: "@user2", testimonial: "Incredible sound design.", imageSrc: "http://img.b2bpic.net/free-photo/guitar-music-outdoors_23-2148079040.jpg"}, { - id: "t3", - name: "User 3", - handle: "@user3", - testimonial: "Fast delivery and great quality.", - imageSrc: "http://img.b2bpic.net/free-photo/male-artist-painting-studio-with-watercolors_23-2149908447.jpg", - }, + id: "t3", name: "User 3", handle: "@user3", testimonial: "Fast delivery and great quality.", imageSrc: "http://img.b2bpic.net/free-photo/male-artist-painting-studio-with-watercolors_23-2149908447.jpg"}, { - id: "t4", - name: "User 4", - handle: "@user4", - testimonial: "Highly recommended for artists.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-brushes-canvas-black-high-quality-photo_114579-63522.jpg", - }, + id: "t4", name: "User 4", handle: "@user4", testimonial: "Highly recommended for artists.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-brushes-canvas-black-high-quality-photo_114579-63522.jpg"}, { - id: "t5", - name: "User 5", - handle: "@user5", - testimonial: "My go-to store.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-performer-posing-window-while-playing-electric-guitar_23-2148680333.jpg", - }, + id: "t5", name: "User 5", handle: "@user5", testimonial: "My go-to store.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-performer-posing-window-while-playing-electric-guitar_23-2148680333.jpg"}, ]} title="What Our Clients Say" - description="Join our community of satisfied producers and artists." + description="Hear from our satisfied customers." /> @@ -291,22 +181,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How do I download?", - content: "Instant download after payment.", - }, + id: "q1", title: "Payment Methods", content: "We accept all major credit cards via Stripe and standard PayPal payments."}, { - id: "q2", - title: "Are beats royalty-free?", - content: "Yes, check our license.", - }, + id: "q2", title: "Refund Policy", content: "Digital products are non-refundable once downloaded, but we offer support to resolve technical issues."}, { - id: "q3", - title: "Can I request custom work?", - content: "Yes, contact us.", - }, + id: "q3", title: "Licensing Terms", content: "All beats come with standard usage rights, check our full policy documentation for details."}, ]} - sideTitle="Have questions?" + sideTitle="Payments & Policies" + sideDescription="Details on how we handle your transaction and licensing." faqsAnimation="slide-up" /> @@ -315,11 +197,10 @@ export default function LandingPage() { @@ -329,21 +210,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file