Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09b3192608 | |||
| a06d511c03 | |||
| a7befa12db |
@@ -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,9 +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: "https://img.b2bpic.net/free-photo/gothic-candles-dark-aesthetic.jpg", imageAlt: "Gothic candle arrangement" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/vintage-skull-decor.jpg", imageAlt: "Curated gothic skull decor" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/dark-boutique-interiors.jpg", imageAlt: "Atmospheric boutique interior" }
|
||||
{ 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"
|
||||
/>
|
||||
@@ -66,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="https://img.b2bpic.net/free-photo/gothic-boutique-display.jpg"
|
||||
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: "https://img.b2bpic.net/free-photo/vintage-watch-detail.jpg", imageAlt: "gothic vintage pocket watch decor" },
|
||||
{ title: "Seasonal Collections", description: "Changing displays to match the shifting seasons.", buttonIcon: Sparkles, imageSrc: "https://img.b2bpic.net/free-photo/seasonal-candle-arrangement.jpg", imageAlt: "seasonal candle arrangement" },
|
||||
{ title: "Artisan Partnerships", description: "Supporting local makers of dark luxury art.", buttonIcon: Award, imageSrc: "https://img.b2bpic.net/free-photo/artisan-skull-decor.jpg", imageAlt: "artisan skull decor" },
|
||||
{ title: "Global Sourcing", description: "Finding the rare and unusual worldwide.", buttonIcon: Shield, imageSrc: "https://img.b2bpic.net/free-photo/antique-globes-curiosities.jpg", imageAlt: "global antique sourcing" },
|
||||
{ title: "Bespoke Framing", description: "Custom-fitted ornate frames for your dark collection.", buttonIcon: Frame, imageSrc: "https://img.b2bpic.net/free-photo/ornate-antique-frame.jpg", imageAlt: "bespoke ornate framing" }
|
||||
{ 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."
|
||||
|
||||
Reference in New Issue
Block a user