Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-05 17:25:38 +00:00

View File

@@ -7,9 +7,8 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Disc3, Music, Award, Star, Mail } from "lucide-react";
import { Disc3, Music, Award, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,8 +31,7 @@ export default function LandingPage() {
{ name: "Showcase", id: "showcase" },
{ name: "About", id: "about" },
{ name: "Why Us", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Reviews", id: "testimonials" }
]}
/>
</div>
@@ -163,21 +161,6 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Newsletter"
title="Join the Vinyl Community"
description="Get notified about rare finds, new arrivals, and exclusive updates. Subscribe to stay connected with Noma Vinyl."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe anytime."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Noma Vinyl"
@@ -192,8 +175,7 @@ export default function LandingPage() {
{
items: [
{ label: "Why Us", href: "#features" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Newsletter", href: "#contact" }
{ label: "Reviews", href: "#testimonials" }
]
},
{