Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-09 15:24:39 +00:00

View File

@@ -30,26 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Stock",
id: "products",
},
{
name: "Visit",
id: "faq",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Stock", id: "products" },
{ name: "Visit", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Sound Vinyl"
/>
@@ -57,33 +42,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Crystal Palace's home for vinyl"
description="Discover a hand-curated collection of classic, rare, and independent vinyl records. Come crate-dig with us on Church Road."
tag="Independent Record Shop"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/people-vinyl-records-side-view_23-2149726820.jpg",
imageAlt: "Record shop interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/people-vinyl-records-side-view_23-2149726820.jpg", imageAlt: "Record shop interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/retro-vinyl-scene_23-2151937348.jpg",
imageAlt: "Crate digging vinyl",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/assortment-antiques-market-objects_23-2148950922.jpg",
imageAlt: "Assortment of antiques market objects",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/retro-vinyl-scene_23-2151937355.jpg",
imageAlt: "Retro vinyl scene",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/retro-vinyl-scene_23-2151937354.jpg",
imageAlt: "Retro vinyl scene",
},
imageSrc: "http://img.b2bpic.net/free-photo/retro-vinyl-scene_23-2151937348.jpg", imageAlt: "Crate digging vinyl"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -98,18 +65,9 @@ export default function LandingPage() {
title="About Sound Vinyl"
description="Located at 42 Church Road, Sound Vinyl is a celebration of the analog experience. We believe that music is meant to be felt, held, and experienced. Our shop offers a curated selection of records for everyone from crate-digging veterans to curious newcomers."
bulletPoints={[
{
title: "Curated selection",
description: "Hand-picked albums across genres.",
},
{
title: "In-store experience",
description: "Classic crate-digging environment.",
},
{
title: "Local hub",
description: "Located in the heart of Crystal Palace.",
},
{ title: "Curated selection", description: "Hand-picked albums across genres." },
{ title: "In-store experience", description: "Classic crate-digging environment." },
{ title: "Local hub", description: "Located in the heart of Crystal Palace." },
]}
imageSrc="http://img.b2bpic.net/free-photo/people-checking-vinyl-records-shop-side-view_23-2149729309.jpg"
mediaAnimation="slide-up"
@@ -123,42 +81,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Classic Jazz Collection",
price: "£25.00",
imageSrc: "http://img.b2bpic.net/free-photo/two-women-browsing-vinyl-records-record-store_23-2151964218.jpg",
},
{
id: "p2",
name: "Indie Rock Essentials",
price: "£22.00",
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-mockup-pink-green-background_23-2147721819.jpg",
},
{
id: "p3",
name: "Psychedelic 70s",
price: "£30.00",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-space-assortment-with-astronaut_23-2149101762.jpg",
},
{
id: "p4",
name: "Modern Electronic",
price: "£28.00",
imageSrc: "http://img.b2bpic.net/free-photo/floral-vinyl-mockup_23-2147721857.jpg",
},
{
id: "p5",
name: "Blues Rare Cuts",
price: "£35.00",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-young-man-listening-music-vinyl-store_23-2148237234.jpg",
},
{
id: "p6",
name: "Soul Gems",
price: "£26.00",
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065093.jpg",
},
{ id: "p1", name: "Classic Jazz Collection", price: "£25.00", imageSrc: "http://img.b2bpic.net/free-photo/two-women-browsing-vinyl-records-record-store_23-2151964218.jpg" },
{ id: "p2", name: "Indie Rock Essentials", price: "£22.00", imageSrc: "http://img.b2bpic.net/free-photo/vinyl-mockup-pink-green-background_23-2147721819.jpg" },
{ id: "p3", name: "Psychedelic 70s", price: "£30.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-space-assortment-with-astronaut_23-2149101762.jpg" },
{ id: "p4", name: "Modern Electronic", price: "£28.00", imageSrc: "http://img.b2bpic.net/free-photo/floral-vinyl-mockup_23-2147721857.jpg" },
{ id: "p5", name: "Blues Rare Cuts", price: "£35.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-young-man-listening-music-vinyl-store_23-2148237234.jpg" },
{ id: "p6", name: "Soul Gems", price: "£26.00", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065093.jpg" },
]}
title="Fresh Picks"
description="Just arrived in store. Check out our latest selection of hand-picked titles."
@@ -171,41 +99,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "Vinyl Collector",
testimonial: "Amazing selection and the friendliest service in Crystal Palace.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg",
},
{
id: "t2",
name: "Mark D.",
role: "Jazz Fan",
testimonial: "Always finding hidden gems in the crates. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-guy-freelancer-working-listening-music-wireless-headphones_1258-245373.jpg",
},
{
id: "t3",
name: "Emily R.",
role: "Music Lover",
testimonial: "The atmosphere is pure bliss. A true gem of a shop.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-young-man-looking-vinyls-store_23-2148237226.jpg",
},
{
id: "t4",
name: "David K.",
role: "Newcomer",
testimonial: "Helpful staff and a great way to start my record collection.",
imageSrc: "http://img.b2bpic.net/free-photo/designers-using-3d-printer_23-2151037114.jpg",
},
{
id: "t5",
name: "Laura S.",
role: "Regular Customer",
testimonial: "Sound Vinyl is the heart of Church Road. Just love it.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525734.jpg",
},
{ id: "t1", name: "Sarah J.", role: "Vinyl Collector", testimonial: "Amazing selection and the friendliest service in Crystal Palace.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg" },
{ id: "t2", name: "Mark D.", role: "Jazz Fan", testimonial: "Always finding hidden gems in the crates. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-guy-freelancer-working-listening-music-wireless-headphones_1258-245373.jpg" },
{ id: "t3", name: "Emily R.", role: "Music Lover", testimonial: "The atmosphere is pure bliss. A true gem of a shop.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-young-man-looking-vinyls-store_23-2148237226.jpg" },
{ id: "t4", name: "David K.", role: "Newcomer", testimonial: "Helpful staff and a great way to start my record collection.", imageSrc: "http://img.b2bpic.net/free-photo/designers-using-3d-printer_23-2151037114.jpg" },
{ id: "t5", name: "Laura S.", role: "Regular Customer", testimonial: "Sound Vinyl is the heart of Church Road. Just love it.", imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525734.jpg" },
]}
title="Loved by Locals"
description="Hear what our fellow music enthusiasts are saying about us."
@@ -216,15 +114,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Discogs",
"Rough Trade",
"Bandcamp",
"Local Press",
"Vintage Music",
"Audio Phil",
"Analog Times",
]}
names={["Discogs", "Rough Trade", "Bandcamp", "Local Press", "Vintage Music", "Audio Phil", "Analog Times"]}
title="Music Partners"
description="Proud to collaborate with fellow independent music lovers."
/>
@@ -234,21 +124,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Where are you located?",
content: "We're at 42 Church Rd, London SE19 2EZ.",
},
{
id: "f2",
title: "What are your hours?",
content: "We are open from 12 pm until 5 pm daily.",
},
{
id: "f3",
title: "Do you accept trades?",
content: "Yes, we buy and trade used records in good condition. Come by and see us!",
},
{ id: "f1", title: "Where are you located?", content: "We're at 42 Church Rd, London SE19 2EZ." },
{ id: "f2", title: "What are your hours?", content: "We are open from 12 pm until 5 pm daily." },
{ id: "f3", title: "Do you accept trades?", content: "Yes, we buy and trade used records in good condition. Come by and see us!" },
]}
sideTitle="Visit Us"
sideDescription="Located at 42 Church Rd, London SE19 2EZ. Open daily from 12 pm to 5 pm."
@@ -259,21 +137,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Let's Talk"
title="Get in touch"
description="Need to ask about a specific record or want to join our mailing list? Call us at 07984 272851 or drop us a message."
buttons={[
{
text: "Call Now",
href: "tel:07984272851",
},
{
text: "Follow on Instagram",
href: "#",
},
{ text: "Call Now", href: "tel:07984272851" },
{ text: "Follow on Instagram", href: "#" },
]}
/>
</div>
@@ -282,41 +152,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Sound Vinyl"
columns={[
{
title: "Shop",
items: [
{
label: "About",
href: "#about",
},
{
label: "Featured",
href: "#products",
},
],
},
{
title: "Support",
items: [
{
label: "Visit Us",
href: "#faq",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Socials",
items: [
{
label: "Instagram",
href: "#",
},
],
},
{ title: "Shop", items: [{ label: "About", href: "#about" }, { label: "Featured", href: "#products" }] },
{ title: "Support", items: [{ label: "Visit Us", href: "#faq" }, { label: "Contact", href: "#contact" }] },
{ title: "Socials", items: [{ label: "Instagram", href: "#" }] },
]}
copyrightText="© 2024 Sound Vinyl. All rights reserved."
/>
@@ -324,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}