Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #12.
This commit is contained in:
2026-06-02 18:31:37 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, Sparkles, Award, Shield, Frame, Upload } from "lucide-react";
import { Zap, Sparkles, Award, Shield, Frame } 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,7 +12,6 @@ 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 (
@@ -46,8 +45,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
title="Where Darkness Becomes Luxury"
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={[
buttons={[{ text: "Enter the Sanctuary", href: "#about" }]}n mediaItems={[
{ 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" }
@@ -73,19 +71,6 @@ export default function LandingPage() {
/>
</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"
@@ -111,7 +96,7 @@ 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.b2-bpic.net/free-vector/rectangular-ornamental-frame-black-background_1115-649.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: "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" }
]}
@@ -160,7 +145,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: "Email Our Curators", href: "#" }]}
buttons={[{ text: "Email Our Curators", href: "#" }]}}
/>
</div>
@@ -177,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}