Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09b3192608 | |||
| a06d511c03 | |||
| a7befa12db | |||
| fb3e0d1fde | |||
| 9c8bfc1033 | |||
| b0a02d02de | |||
| 0ee8bcc1a4 | |||
| c8c2d9126d | |||
| e4d5b2e20c | |||
| 74b18ebec5 | |||
| a71b28e3fc | |||
| eb6a7fd5ec | |||
| abed4fe0ec | |||
| 15cff88ccd | |||
| e3c00189df | |||
| a8a625ff3d | |||
| 8a279452f4 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Sparkles, Award, Shield, Frame } from "lucide-react";
|
||||
import { Zap, Sparkles, Award, Shield, Frame, Upload } from "lucide-react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -12,6 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextBox from '@/components/Textbox';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,11 +48,9 @@ export default function LandingPage() {
|
||||
description="Step into an atmospheric sanctuary of rare antiques, bespoke decor, and curated mystique. Sinister Sisters is where the beautifully dark come to belong."
|
||||
buttons={[{ text: "Enter the Sanctuary", href: "#about" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-long-candles-dark-wall_179666-39563.jpg?_wi=1", imageAlt: "Gothic sanctuary interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/skull-candle-arrangement-still-life_23-2150569394.jpg?_wi=1", imageAlt: "Curated dark decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-objects-arrangement-still-life_23-2150348594.jpg?_wi=1", imageAlt: "Atmospheric boutique detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-woman-black-dress-posing-cozy-dark-room-with-christmas-decor_8353-8831.jpg", imageAlt: "Shadowy elegance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-touching-marble-bust_171337-16535.jpg", imageAlt: "Antique luxury pieces" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNTOheG6UvDdEJ2DwnpjfM96IF/uploaded-1780424204630-eogc74ad.jpg", imageAlt: "Gothic candle arrangement" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNTOheG6UvDdEJ2DwnpjfM96IF/uploaded-1780424223364-nhjg9dc6.jpg", imageAlt: "Curated gothic skull decor" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNTOheG6UvDdEJ2DwnpjfM96IF/uploaded-1780424235300-ng6cscj9.jpg", imageAlt: "Atmospheric boutique interior" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -68,22 +67,35 @@ export default function LandingPage() {
|
||||
{ title: "Bespoke Decor", description: "Custom artisan pieces exclusive to our shop." },
|
||||
{ title: "Atmospheric Curation", description: "A sensory shopping experience like no other." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-keeps-chair-leans-wall-with-paintings-cafe_8353-9341.jpg?_wi=1"
|
||||
imageAlt="Sinister Sisters boutique interior"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNTOheG6UvDdEJ2DwnpjfM96IF/uploaded-1780424710023-og4mrmur.jpg"
|
||||
imageAlt="Sinister Sisters boutique interior display"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="bulk-upload" data-section="bulk-upload">
|
||||
<TextBox
|
||||
title="Bulk Photo Upload"
|
||||
description="Easily contribute to our aesthetic archives by dragging and dropping your gothic photography for consideration in our collections."
|
||||
textboxLayout="split-actions"
|
||||
tag="Uploads"
|
||||
tagIcon={Upload}
|
||||
center={true}
|
||||
buttons={[{ text: "Select Files", onClick: () => alert("File picker opened") }]}
|
||||
className="py-16"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Private Consultations", description: "Personalized aesthetic planning for your space.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-objects-arrangement_23-2150348544.jpg", imageAlt: "gothic vintage pocket watch decor" },
|
||||
{ title: "Seasonal Collections", description: "Changing displays to match the shifting seasons.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-long-candles-dark-wall_179666-39563.jpg?_wi=2", imageAlt: "gothic vintage pocket watch decor" },
|
||||
{ title: "Artisan Partnerships", description: "Supporting local makers of dark luxury art.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/skull-candle-arrangement-still-life_23-2150569394.jpg?_wi=2", imageAlt: "gothic vintage pocket watch decor" },
|
||||
{ title: "Global Sourcing", description: "Finding the rare and unusual worldwide.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/vintage-objects-arrangement-still-life_23-2150348594.jpg?_wi=2", imageAlt: "gothic vintage pocket watch decor" },
|
||||
{ title: "Bespoke Framing", description: "Custom-fitted ornate frames for your dark collection.", buttonIcon: Frame, imageSrc: "http://img.b2bpic.net/free-photo/girl-keeps-chair-leans-wall-with-paintings-cafe_8353-9341.jpg?_wi=2", imageAlt: "gothic vintage pocket watch decor" }
|
||||
{ title: "Private Consultations", description: "Personalized aesthetic planning for your space.", buttonIcon: Zap, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNTOheG6UvDdEJ2DwnpjfM96IF/uploaded-1780424745342-zl4mp9tg.jpg", imageAlt: "gothic vintage pocket watch decor" },
|
||||
{ title: "Seasonal Collections", description: "Changing displays to match the shifting seasons.", buttonIcon: Sparkles, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNTOheG6UvDdEJ2DwnpjfM96IF/uploaded-1780424778658-8dnyk41i.jpg", imageAlt: "seasonal candle arrangement" },
|
||||
{ title: "Artisan Partnerships", description: "Supporting local makers of dark luxury art.", buttonIcon: Award, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNTOheG6UvDdEJ2DwnpjfM96IF/uploaded-1780424812840-cxq758vl.jpg", imageAlt: "artisan skull decor" },
|
||||
{ title: "Global Sourcing", description: "Finding the rare and unusual worldwide.", buttonIcon: Shield, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNTOheG6UvDdEJ2DwnpjfM96IF/uploaded-1780424835317-2cqvza83.jpg", imageAlt: "global antique sourcing" },
|
||||
{ title: "Bespoke Framing", description: "Custom-fitted ornate frames for your dark collection.", buttonIcon: Frame, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNTOheG6UvDdEJ2DwnpjfM96IF/uploaded-1780424882151-c2fq7t14.jpg", imageAlt: "bespoke ornate framing" }
|
||||
]}
|
||||
title="The Sinister Experience"
|
||||
description="More than a shop, we provide an immersive aesthetic journey for the discerning dark decor collector."
|
||||
@@ -99,12 +111,12 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "p1", name: "Victorian Candlestick", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/vintage-chandelier-two-positions-white-background-studio-photo-vintage-retro-old-fashioned-style-candle-holder_482257-33029.jpg" },
|
||||
{ id: "p2", name: "Velvet Raven Cushion", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/garlic-with-twigs-near-frame_23-2147694973.jpg" },
|
||||
{ id: "p3", name: "Ornate Bone Frame", price: "$195", imageSrc: "http://img.b2bpic.net/free-vector/rectangular-ornamental-frame-black-background_1115-649.jpg" },
|
||||
{ id: "p3", name: "Ornate Bone Frame", price: "$195", imageSrc: "http://img.b2-bpic.net/free-vector/rectangular-ornamental-frame-black-background_1115-649.jpg" },
|
||||
{ id: "p4", name: "Glazed Crypt Jar", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46793.jpg" },
|
||||
{ id: "p5", name: "Obsidian Figurine", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/witch-hand-with-long-nails_23-2147680165.jpg" }
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Explore our current selection of rare finds and bespoke gothic creations."
|
||||
description="Explore our current selection of rare finds and bespoke gothic creations. Shop our curated dark decor pieces to find your next statement piece."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,11 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Evelyn Thorne", role: "Collector", company: "Dark Aesthetic", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shooting-with-projector_23-2149424929.jpg" },
|
||||
{ id: "t2", name: "Victor Blackwood", role: "Architect", company: "Blackwood Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/goth-student-attending-school_23-2150576834.jpg" },
|
||||
{ id: "t3", name: "Morgana Le Fey", role: "Curator", company: "Mystic Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-casual-dressed-woman_23-2148321290.jpg" },
|
||||
{ id: "t4", name: "Dorian Grey", role: "Designer", company: "Grey Interiors", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tired-exhausted-woman-sitting-black-couch-putting-magazine-head-slender-model-wearing-black-elegant-overall-concept-vogue-fashion-industry_132075-12029.jpg" },
|
||||
{ id: "t5", name: "Lenore Raven", role: "Collector", company: "Shadow Lane", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wise-man-with-beard-sitting-chair-with-cane_52683-99966.jpg" }
|
||||
{ id: "t1", name: "Evelyn Thorne", role: "Collector", company: "Dark Aesthetic", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/evelyn-thorne-portrait.jpg", imageAlt: "Evelyn Thorne portrait" },
|
||||
{ id: "t2", name: "Victor Blackwood", role: "Architect", company: "Blackwood Studio", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/victor-blackwood-portrait.jpg", imageAlt: "Victor Blackwood portrait" },
|
||||
{ id: "t3", name: "Morgana Le Fey", role: "Curator", company: "Mystic Arts", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/morgana-le-fey-portrait.jpg", imageAlt: "Morgana Le Fey portrait" },
|
||||
{ id: "t4", name: "Dorian Grey", role: "Designer", company: "Grey Interiors", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/dorian-grey-portrait.jpg", imageAlt: "Dorian Grey portrait" },
|
||||
{ id: "t5", name: "Lenore Raven", role: "Collector", company: "Shadow Lane", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/lenore-raven-portrait.jpg", imageAlt: "Lenore Raven portrait" }
|
||||
]}
|
||||
title="Voices from the Shadows"
|
||||
description="Discover what our devoted patrons say about their encounters within our sanctuary."
|
||||
@@ -148,7 +160,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="The sanctuary awaits. Visit us or reach out for inquiries about our current collections and bespoke services."
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
buttons={[{ text: "Email Our Curators", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user