Update src/app/page.tsx
This commit is contained in:
@@ -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 (
|
||||
@@ -72,6 +73,19 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user