diff --git a/src/app/page.tsx b/src/app/page.tsx
index b53c5d3..8bc562b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -51,50 +42,17 @@ export default function LandingPage() {
@@ -104,16 +62,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built for Professionals"
description="Cratex AI isn't just a library; it's a precision-engineered workspace designed for prompt engineers to push the boundaries of what AI can generate."
- metrics={[
- {
- value: "10K+",
- title: "Prompts Built",
- },
- {
- value: "500+",
- title: "Collaborations",
- },
- ]}
+ metrics={[{ value: "10K+", title: "Prompts Built" }, { value: "500+", title: "Collaborations" }]}
imageSrc="http://img.b2bpic.net/free-photo/factory-researchers-reviewing-system-health-metrics-with-mockup-laptop_482257-126912.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -126,21 +75,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: BookOpen,
- title: "Prompt Library",
- description: "Explore thousands of curated prompts across diverse industries.",
- },
- {
- icon: PenTool,
- title: "Custom Builder",
- description: "Drag-and-drop prompt builder to refine parameters and context.",
- },
- {
- icon: Users,
- title: "Real-time Collaboration",
- description: "Collaborate with your team to optimize prompts together in real-time.",
- },
+ { icon: BookOpen, title: "Prompt Library", description: "Explore thousands of curated prompts across diverse industries." },
+ { icon: PenTool, title: "Custom Builder", description: "Drag-and-drop prompt builder to refine parameters and context." },
+ { icon: Users, title: "Real-time Collaboration", description: "Collaborate with your team to optimize prompts together in real-time." },
]}
title="Intelligent Features"
description="Powerful tools to help you build, test, and perfect your AI prompts."
@@ -154,54 +91,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Tech",
- name: "SEO Content Writer",
- price: "Free",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-tech-design-with-low-poly-connecting-lines-dots_1048-14606.jpg",
- },
- {
- id: "p2",
- brand: "Marketing",
- name: "Ad Copy Generator",
- price: "$19",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg",
- },
- {
- id: "p3",
- brand: "Development",
- name: "Code Refactor Prompt",
- price: "$29",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/modern-particle-background-with-abstract-dots_1048-12011.jpg",
- },
- {
- id: "p4",
- brand: "Design",
- name: "UI/UX System Design",
- price: "$49",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173729.jpg",
- },
- {
- id: "p5",
- brand: "Analysis",
- name: "Data Insight Analyzer",
- price: "$39",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/unfocused-fluid-acrylic-balls_23-2148469325.jpg",
- },
- {
- id: "p6",
- brand: "Business",
- name: "Strategy Planner",
- price: "$59",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-user-friendly-template_23-2148599198.jpg",
- },
+ { id: "p1", brand: "Tech", name: "SEO Content Writer", price: "Free", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-tech-design-with-low-poly-connecting-lines-dots_1048-14606.jpg" },
+ { id: "p2", brand: "Marketing", name: "Ad Copy Generator", price: "$19", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg" },
+ { id: "p3", brand: "Development", name: "Code Refactor Prompt", price: "$29", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/modern-particle-background-with-abstract-dots_1048-12011.jpg" },
+ { id: "p4", brand: "Design", name: "UI/UX System Design", price: "$49", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173729.jpg" },
+ { id: "p5", brand: "Analysis", name: "Data Insight Analyzer", price: "$39", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-fluid-acrylic-balls_23-2148469325.jpg" },
+ { id: "p6", brand: "Business", name: "Strategy Planner", price: "$59", rating: 5, reviewCount: "305", imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-user-friendly-template_23-2148599198.jpg" },
]}
title="Top Prompt Templates"
description="High-performance prompts optimized for specific AI models."
@@ -215,21 +110,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "45%",
- description: "Improvement in output accuracy",
- },
- {
- id: "m2",
- value: "30%",
- description: "Faster workflow integration",
- },
- {
- id: "m3",
- value: "120+",
- description: "Optimized model architectures",
- },
+ { id: "m1", value: "45%", description: "Improvement in output accuracy" },
+ { id: "m2", value: "30%", description: "Faster workflow integration" },
+ { id: "m3", value: "120+", description: "Optimized model architectures" },
]}
title="Performance Impact"
description="Quantifiable results from our community-led optimization."
@@ -240,31 +123,11 @@ export default function LandingPage() {