diff --git a/src/app/page.tsx b/src/app/page.tsx index 50577ee..7687ea6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,63 +48,40 @@ export default function LandingPage() {
@@ -125,19 +94,13 @@ export default function LandingPage() { metrics={[ { icon: Scale, - label: "Cases Heard", - value: "100+", - }, + label: "Cases Heard", value: "100+"}, { icon: AlertTriangle, - label: "Secrets Revealed", - value: "500+", - }, + label: "Secrets Revealed", value: "500+"}, { icon: Shield, - label: "Verdict Accuracy", - value: "99%", - }, + label: "Verdict Accuracy", value: "99%"}, ]} metricsAnimation="blur-reveal" /> @@ -151,41 +114,17 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "1", - name: "Pineapple", - role: "The Accused", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-anime-kid-cartoon-scene_23-2151035243.jpg", - }, + id: "1", name: "Pineapple", role: "The Accused", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-anime-kid-cartoon-scene_23-2151035243.jpg"}, { - id: "2", - name: "Orange", - role: "Prosecution", - imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-illustration-indian-businessman_183364-114500.jpg", - }, + id: "2", name: "Orange", role: "Prosecution", imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-illustration-indian-businessman_183364-114500.jpg"}, { - id: "3", - name: "Avocado", - role: "Defense", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-cacti-with-friendly-face_23-2151298161.jpg", - }, + id: "3", name: "Avocado", role: "Defense", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-cacti-with-friendly-face_23-2151298161.jpg"}, { - id: "4", - name: "Magistrate Banana", - role: "The Judge", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-man-working-justice-law-field_23-2151228058.jpg", - }, + id: "4", name: "Magistrate Banana", role: "The Judge", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-man-working-justice-law-field_23-2151228058.jpg"}, { - id: "5", - name: "Lemon", - role: "Witness", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-sushi-arrangement_23-2151977828.jpg", - }, + id: "5", name: "Lemon", role: "Witness", imageSrc: "http://img.b2bpic.net/free-photo/colorful-sushi-arrangement_23-2151977828.jpg"}, { - id: "6", - name: "Cactus", - role: "Bailiff", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-cacti-with-friendly-face_23-2151298059.jpg", - }, + id: "6", name: "Cactus", role: "Bailiff", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-cacti-with-friendly-face_23-2151298059.jpg"}, ]} title="Meet the Key Players" description="Every character hides a truth behind their colorful exterior." @@ -194,46 +133,23 @@ export default function LandingPage() {
@@ -363,15 +221,9 @@ export default function LandingPage() { description="Sign up for updates on our next release." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Your Email", - }, + name: "email", type: "email", placeholder: "Your Email"}, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-high-angle-shot-church-frankfurt_181624-3626.jpg" /> @@ -383,25 +235,17 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Watch", - href: "#product", - }, + label: "Watch", href: "#product"}, ], }, { items: [ { - label: "Blog", - href: "#blog", - }, + label: "Blog", href: "#blog"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, ]}