Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 015833e466 | |||
| 395f88af8a | |||
| 958392dfd9 | |||
| 8b1ac0f706 |
@@ -7,9 +7,8 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,8 +31,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Showcase", id: "showcase" },
|
{ name: "Showcase", id: "showcase" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Why Us", id: "features" },
|
{ name: "Why Us", id: "features" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" }
|
||||||
{ name: "Contact", id: "contact" }
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -163,21 +161,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText="Noma Vinyl"
|
logoText="Noma Vinyl"
|
||||||
@@ -192,8 +175,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Why Us", href: "#features" },
|
{ label: "Why Us", href: "#features" },
|
||||||
{ label: "Reviews", href: "#testimonials" },
|
{ label: "Reviews", href: "#testimonials" }
|
||||||
{ label: "Newsletter", href: "#contact" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user