Update src/app/page.tsx

This commit is contained in:
2026-03-06 17:42:48 +00:00
parent 507812ce29
commit 40a1e235ca

View File

@@ -183,11 +183,11 @@ export default function HomePage() {
products={[
{
id: "1", brand: "OpenAI", name: "ChatGPT Pro", price: "$20/month", rating: 5,
reviewCount: "12.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/chatgpt-pro-interface-screenshot-showing-1772818372587-4f0fa379.png", imageAlt: "ChatGPT Pro interface"
reviewCount: "12.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/chatgpt-pro-interface-screenshot-showing-1772818372587-4f0fa379.png?_wi=1", imageAlt: "ChatGPT Pro interface"
},
{
id: "2", brand: "Anthropic", name: "Claude 3 Opus", price: "Custom", rating: 5,
reviewCount: "8.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/claude-3-opus-dashboard-showing-the-inte-1772818372525-ce375258.png", imageAlt: "Claude 3 Opus dashboard"
reviewCount: "8.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/claude-3-opus-dashboard-showing-the-inte-1772818372525-ce375258.png?_wi=1", imageAlt: "Claude 3 Opus dashboard"
},
{
id: "3", brand: "Google", name: "Gemini Advanced", price: "$20/month", rating: 4,
@@ -195,7 +195,7 @@ export default function HomePage() {
},
{
id: "4", brand: "Midjourney", name: "AI Image Generator", price: "$10/month", rating: 5,
reviewCount: "15.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/midjourney-image-generation-interface-sh-1772818371131-5117e15f.png", imageAlt: "Midjourney generation example"
reviewCount: "15.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/midjourney-image-generation-interface-sh-1772818371131-5117e15f.png?_wi=1", imageAlt: "Midjourney generation example"
},
{
id: "5", brand: "Runway", name: "Video AI Studio", price: "$15/month", rating: 4,
@@ -224,13 +224,13 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "Best for Code", title: "GitHub Copilot", description: "AI-powered code completion and generation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/chatgpt-pro-interface-screenshot-showing-1772818372587-4f0fa379.png", imageAlt: "GitHub Copilot interface"
id: "1", value: "Best for Code", title: "GitHub Copilot", description: "AI-powered code completion and generation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/chatgpt-pro-interface-screenshot-showing-1772818372587-4f0fa379.png?_wi=2", imageAlt: "GitHub Copilot interface"
},
{
id: "2", value: "Best for Design", title: "Midjourney", description: "Creative AI image generation and design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/midjourney-image-generation-interface-sh-1772818371131-5117e15f.png", imageAlt: "Midjourney design tool"
id: "2", value: "Best for Design", title: "Midjourney", description: "Creative AI image generation and design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/midjourney-image-generation-interface-sh-1772818371131-5117e15f.png?_wi=2", imageAlt: "Midjourney design tool"
},
{
id: "3", value: "Best for Writing", title: "Claude 3 Opus", description: "Advanced language model for content creation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/claude-3-opus-dashboard-showing-the-inte-1772818372525-ce375258.png", imageAlt: "Claude 3 Opus writing interface"
id: "3", value: "Best for Writing", title: "Claude 3 Opus", description: "Advanced language model for content creation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa6B6Nab987RVltEHQ53KP70Jb/claude-3-opus-dashboard-showing-the-inte-1772818372525-ce375258.png?_wi=2", imageAlt: "Claude 3 Opus writing interface"
},
]}
animationType="slide-up"