Update src/app/page.tsx
This commit is contained in:
@@ -3,14 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { ShieldCheck, Clock, Zap, FileText, Server, Cpu } from "lucide-react";
|
||||
import { ShieldCheck, FileText, Server, Cpu } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -37,6 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="DocSecure"
|
||||
button={{ text: "Get Started" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
logoIcon: ShieldCheck,
|
||||
sidebarItems: [{ icon: FileText, active: true }, { icon: Server }, { icon: Cpu }],
|
||||
listItems: [{ icon: FileText, title: "New Certificate Verified", status: "Secure" }, { icon: ShieldCheck, title: "Wallet Link Verified", status: "Secure" }],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ttzi6"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ttzi6", buttons: [{ text: "Explore" }]
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,7 +77,8 @@ export default function LandingPage() {
|
||||
{ id: "f2", title: "Firebase Infrastructure", content: "High-availability storage systems ensuring your data is always accessible but never exposed." },
|
||||
{ id: "f3", title: "Multi-Factor Authentication", content: "Secure access protocols that prevent unauthorized document viewing." }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z348v8"
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-video.mp4"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,6 +93,8 @@ export default function LandingPage() {
|
||||
{ id: "t2", value: "Firebase", description: "Secure cloud persistence" },
|
||||
{ id: "t3", value: "AES-256", description: "Advanced encryption standard" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user