Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 15:36:11 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="fluid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "Start Your Council", href: "contact" },
{ text: "Learn More" }
]}
background={{ variant: "fluid" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfVfs4D4Jd09ItKU7AL1PGH3mF/a-sophisticated-ai-dashboard-interface-s-1772984034504-ff3f5496.png"
imageAlt="LLM Council dashboard with multiple AI models collaborating"
frameStyle="browser"
@@ -86,8 +86,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfVfs4D4Jd09ItKU7AL1PGH3mF/clean-modern-interface-showing-transpare-1772984033194-ed0311c0.png", imageAlt: "Transparent peer review process visualization"
},
{
id: "3", title: "Intelligent Synthesis", author: "Chairman Model", description: "A designated Chairman model synthesizes peer reviews and top-ranked responses into a final, high-confidence answer. Get consensus-driven results that leverage collective intelligence.", tags: ["Synthesis", "Consensus"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfVfs4D4Jd09ItKU7AL1PGH3mF/visual-representation-of-final-answer-sy-1772984032873-cf3bf21a.png", imageAlt: "Chairman model synthesizing final answer"
id: "3", title: "Intelligent Synthesis", author: "Chairman Model", description: "A designated Chairman model synthesizes peer reviews and top-ranked responses into a final, high-confidence answer. Get consensus-driven results that leverage collective intelligence.", tags: ["Synthesis", "Consensus"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfVfs4D4Jd09ItKU7AL1PGH3mF/visual-representation-of-final-answer-sy-1772984032873-cf3bf21a.png", imageAlt: "Chairman model synthesizing final answer"
}
]}
animationType="slide-up"
@@ -181,6 +180,9 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
names={[
"OpenAI", "Anthropic", "Mistral", "DeepSeek", "Together AI", "Hugging Face", "Groq", "NVIDIA"
]}
logos={[
"http://img.b2bpic.net/free-vector/artificial-intelligence-background-abstract-style_23-2147884016.jpg", "http://img.b2bpic.net/free-photo/working-architect-colleagues-discussing-layout-project_482257-8116.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220592.jpg", "http://img.b2bpic.net/free-vector/gradient-ai-logo-collection_23-2148909318.jpg", "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310879.jpg", "http://img.b2bpic.net/free-vector/technology-logo-collection-gradient-style_52683-13894.jpg", "http://img.b2bpic.net/free-vector/technology-logo-template_23-2150529469.jpg", "http://img.b2bpic.net/free-vector/gradient-code-logo-template_23-2148836610.jpg"
]}