Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -8,7 +8,7 @@ import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Vinyl2, Heart, Music, Mail, Instagram, Music as MusicIcon, Facebook } from "lucide-react";
|
||||
import { Heart, Music, Mail, Instagram, Music as MusicIcon, Facebook, Disc3 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -43,35 +43,35 @@ export default function LandingPage() {
|
||||
title="Welcome to The Analog Nook"
|
||||
description="Discover curated books and vinyl records in our cozy 1970s-inspired sanctuary. Experience the warmth of analog culture, from vintage paperbacks to classic albums."
|
||||
tag="Independent Bookstore & Record Shop"
|
||||
tagIcon={Vinyl2}
|
||||
tagAnimation="entrance-slide"
|
||||
tagIcon={Disc3}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bookshelf-books-education-knowledge-study_53876-163302.jpg?_wi=1", imageAlt: "Vintage bookshelf display"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bookshelf-books-education-knowledge-study_53876-163302.jpg", imageAlt: "Vintage bookshelf display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-books-shelf-near-decorations_23-2147767568.jpg?_wi=1", imageAlt: "Cozy reading nook"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-books-shelf-near-decorations_23-2147767568.jpg", imageAlt: "Cozy reading nook"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg?_wi=1", imageAlt: "Vinyl record collection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg", imageAlt: "Vinyl record collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gramophone-icons-set-with-turntable-vinyl-record-player-phonograph-microphone-music-notes-vintage-style-isolated_1284-38453.jpg?_wi=1", imageAlt: "Record player setup"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gramophone-icons-set-with-turntable-vinyl-record-player-phonograph-microphone-music-notes-vintage-style-isolated_1284-38453.jpg", imageAlt: "Record player setup"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg?_wi=2", imageAlt: "Vinyl records display"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg", imageAlt: "Vinyl records display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gramophone-icons-set-with-turntable-vinyl-record-player-phonograph-microphone-music-notes-vintage-style-isolated_1284-38453.jpg?_wi=2", imageAlt: "Turntable and records"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gramophone-icons-set-with-turntable-vinyl-record-player-phonograph-microphone-music-notes-vintage-style-isolated_1284-38453.jpg", imageAlt: "Turntable and records"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bookshelf-books-education-knowledge-study_53876-163302.jpg?_wi=2", imageAlt: "Book collection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bookshelf-books-education-knowledge-study_53876-163302.jpg", imageAlt: "Book collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-books-shelf-near-decorations_23-2147767568.jpg?_wi=2", imageAlt: "Reading space"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-books-shelf-near-decorations_23-2147767568.jpg", imageAlt: "Reading space"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
{ text: "Explore Now", href: "picks" },
|
||||
{ text: "Check Events", href: "calendar" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
description="Handpicked selections from our team—books that transport you and records that define an era."
|
||||
tag="Curator's Selection"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "book-1", name: "The Great Gatsby (1st Edition Replica)", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/ancient-book-luxury-table_23-2147767249.jpg", imageAlt: "The Great Gatsby book cover"},
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Browse All Picks", href: "#" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,24 +109,24 @@ export default function LandingPage() {
|
||||
description="Join us for intimate live acoustic sessions, vinyl listening parties, and book discussions in our cozy space."
|
||||
tag="Live at The Nook"
|
||||
tagIcon={Music}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Friday Night Vinyl Spin", description: "Every Friday at 7pm. Bring your favorite record or discover something new from our collection. Perfect for music lovers and casual listeners alike.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg?_wi=3", imageAlt: "Friday Night Vinyl Spin"},
|
||||
title: "Friday Night Vinyl Spin", description: "Every Friday at 7pm. Bring your favorite record or discover something new from our collection. Perfect for music lovers and casual listeners alike.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg", imageAlt: "Friday Night Vinyl Spin"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Acoustic Open Mic", description: "Saturdays at 6pm. Local musicians perform intimate sets in our warm, candlelit space. All skill levels welcome. Coffee and snacks available.", imageSrc: "http://img.b2bpic.net/free-photo/bookshelf-books-education-knowledge-study_53876-163302.jpg?_wi=3", imageAlt: "Acoustic Open Mic"},
|
||||
title: "Acoustic Open Mic", description: "Saturdays at 6pm. Local musicians perform intimate sets in our warm, candlelit space. All skill levels welcome. Coffee and snacks available.", imageSrc: "http://img.b2bpic.net/free-photo/bookshelf-books-education-knowledge-study_53876-163302.jpg", imageAlt: "Acoustic Open Mic"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Book Club Discussions", description: "Monthly on Sundays at 2pm. We discuss literature, swap recommendations, and enjoy tea. Current selection: Vintage Science Fiction.", imageSrc: "http://img.b2bpic.net/free-photo/pile-books-shelf-near-decorations_23-2147767568.jpg?_wi=3", imageAlt: "Book Club Discussions"},
|
||||
title: "Book Club Discussions", description: "Monthly on Sundays at 2pm. We discuss literature, swap recommendations, and enjoy tea. Current selection: Vintage Science Fiction.", imageSrc: "http://img.b2bpic.net/free-photo/pile-books-shelf-near-decorations_23-2147767568.jpg", imageAlt: "Book Club Discussions"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Record Fair", description: "Third Saturday monthly. Browse rare and hard-to-find vinyl from local collectors. Exchange, buy, and celebrate analog culture together.", imageSrc: "http://img.b2bpic.net/free-vector/retro-gramophone-icons-set-with-turntable-vinyl-record-player-phonograph-microphone-music-notes-vintage-style-isolated_1284-38453.jpg?_wi=3", imageAlt: "Record Fair"},
|
||||
title: "Record Fair", description: "Third Saturday monthly. Browse rare and hard-to-find vinyl from local collectors. Exchange, buy, and celebrate analog culture together.", imageSrc: "http://img.b2bpic.net/free-vector/retro-gramophone-icons-set-with-turntable-vinyl-record-player-phonograph-microphone-music-notes-vintage-style-isolated_1284-38453.jpg", imageAlt: "Record Fair"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
<TeamCardTen
|
||||
title="Our Reading Corners"
|
||||
tag="Gallery"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "The Armchair Alcove", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-chair-reading-book-home_171337-19442.jpg", imageAlt: "Cozy armchair reading nook"},
|
||||
@@ -157,13 +157,13 @@ export default function LandingPage() {
|
||||
title="Join Our Community"
|
||||
description="Subscribe to our newsletter for updates on new arrivals, exclusive events, and special in-store performances. We celebrate the magic of analog culture."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/vintage-music-festival-invitation-with-radio-design_23-2147596916.jpg"
|
||||
imageAlt="Vintage newsletter signup"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your inbox. Unsubscribe anytime. We share stories about books, vinyl, and the artists behind them."
|
||||
|
||||
Reference in New Issue
Block a user