Merge version_1 into main #1
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -133,16 +133,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "10x", title: "Faster iteration", description: "Test and refine prompts in seconds instead of hours"
|
||||
id: "metric-1", value: "10x", title: "Faster iteration", description: "Test and refine prompts in seconds instead of hours", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2FJBUTKddFops0pNv53mXEOW2/a-clean-minimalist-icon-representing-pro-1773748048833-b0bf3a34.png", imageAlt: "Faster iteration icon"
|
||||
},
|
||||
{
|
||||
id: "metric-2", value: "40%", title: "Cost reduction", description: "Optimize token usage and reduce API spend per request"
|
||||
id: "metric-2", value: "40%", title: "Cost reduction", description: "Optimize token usage and reduce API spend per request", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2FJBUTKddFops0pNv53mXEOW2/a-minimalist-testing-icon-showing-iterat-1773748048434-e719d29a.png", imageAlt: "Cost reduction icon"
|
||||
},
|
||||
{
|
||||
id: "metric-3", value: "500K+", title: "Prompts tested", description: "Collectively tested across thousands of teams monthly"
|
||||
id: "metric-3", value: "500K+", title: "Prompts tested", description: "Collectively tested across thousands of teams monthly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2FJBUTKddFops0pNv53mXEOW2/a-clean-analytics-or-insights-icon-showi-1773748048079-2b5bcc4a.png", imageAlt: "Prompts tested icon"
|
||||
},
|
||||
{
|
||||
id: "metric-4", value: "99.9%", title: "Uptime SLA", description: "Enterprise-grade reliability and data security"
|
||||
id: "metric-4", value: "99.9%", title: "Uptime SLA", description: "Enterprise-grade reliability and data security", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2FJBUTKddFops0pNv53mXEOW2/a-minimalist-collaboration-icon-showing--1773748048521-68fd09c2.png", imageAlt: "Uptime SLA icon"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user