diff --git a/src/app/page.tsx b/src/app/page.tsx index b2a2466..9931ccc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,15 @@ export default function LandingPage() { @@ -54,17 +48,27 @@ export default function LandingPage() {
+
+
+

AI Security Advisor

+

Ask our security AI about potential threats or safe browsing practices.

+
+

AI Chat Interface Integration Placeholder

+
+
+
+
@@ -120,14 +109,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "CyberShield Inc", - "SecureNet Pro", - "Digital Guardian", - "SafeWeb Labs", - "ThreatWatch AI", - "Global Security", - "TechDefense Group", - ]} + "CyberShield Inc", "SecureNet Pro", "Digital Guardian", "SafeWeb Labs", "ThreatWatch AI", "Global Security", "TechDefense Group"]} title="Trusted by Experts" description="Our AI is refined by top cybersecurity analysts." /> @@ -140,50 +122,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Alice Johnson", - handle: "@alicesec", - testimonial: "Coo-GPT saved me from a massive phishing attempt yesterday. Essential tool.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rq8a8z", - imageAlt: "website safety inspection icon", - }, + id: "t1", name: "Alice Johnson", handle: "@alicesec", testimonial: "Coo-GPT saved me from a massive phishing attempt yesterday. Essential tool.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rq8a8z", imageAlt: "website safety inspection icon"}, { - id: "t2", - name: "Bob Smith", - handle: "@bobtech", - testimonial: "Incredibly fast and accurate. I use it for every new link I receive.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cl2rw3&_wi=2", - imageAlt: "website safety inspection icon", - }, + id: "t2", name: "Bob Smith", handle: "@bobtech", testimonial: "Incredibly fast and accurate. I use it for every new link I receive.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cl2rw3&_wi=2", imageAlt: "website safety inspection icon"}, { - id: "t3", - name: "Charlie Lee", - handle: "@cleedev", - testimonial: "The overview it gives is perfect for quick sanity checks.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iq549z", - imageAlt: "website safety inspection icon", - }, + id: "t3", name: "Charlie Lee", handle: "@cleedev", testimonial: "The overview it gives is perfect for quick sanity checks.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iq549z", imageAlt: "website safety inspection icon"}, { - id: "t4", - name: "Diana Prince", - handle: "@dianaq", - testimonial: "A must-have for anyone browsing the web frequently.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i2jqx8", - imageAlt: "website safety inspection icon", - }, + id: "t4", name: "Diana Prince", handle: "@dianaq", testimonial: "A must-have for anyone browsing the web frequently.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i2jqx8", imageAlt: "website safety inspection icon"}, { - id: "t5", - name: "Edward Norton", - handle: "@ednort", - testimonial: "Reliable, fast, and simple. Does exactly what it promises.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z2wvj2&_wi=1", - imageAlt: "website safety inspection icon", - }, + id: "t5", name: "Edward Norton", handle: "@ednort", testimonial: "Reliable, fast, and simple. Does exactly what it promises.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z2wvj2&_wi=1", imageAlt: "website safety inspection icon"}, ]} showRating={true} title="User Reviews" @@ -196,20 +148,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How does it work?", - content: "Our AI cross-references URLs against threat databases and analyzes page behavior.", - }, + id: "q1", title: "How does it work?", content: "Our AI cross-references URLs against threat databases and analyzes page behavior."}, { - id: "q2", - title: "Is it free?", - content: "Basic analysis is free for everyone.", - }, + id: "q2", title: "Is it free?", content: "Basic analysis is free for everyone."}, { - id: "q3", - title: "Can I trust the result?", - content: "Our engine maintains a 99.9% accuracy rate based on current threat vectors.", - }, + id: "q3", title: "Can I trust the result?", content: "Our engine maintains a 99.9% accuracy rate based on current threat vectors."}, ]} sideTitle="Common Questions" sideDescription="How Coo-GPT keeps you safe." @@ -224,22 +167,14 @@ export default function LandingPage() { description="Have questions or feedback? Send us a message." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - }} + name: "message", placeholder: "How can we help?"}} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z2wvj2&_wi=2" />
@@ -248,13 +183,9 @@ export default function LandingPage() {