Update src/app/page.tsx

This commit is contained in:
2026-03-15 09:53:23 +00:00
parent 83f00d151a
commit 3dd4c9aa11

View File

@@ -139,17 +139,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "step-1", value: "1", title: "Sign Up", description: "Create your free Webild.io account in seconds", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AybyE5JXl6byNmK0nNG0MQUa7g/an-illustration-for-sign-up-step-show-a--1773568082229-2298a10a.png", imageAlt: "Sign Up Step", videoSrc: ""},
id: "step-1", value: "1", title: "Sign Up", description: "Create your free Webild.io account in seconds", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AybyE5JXl6byNmK0nNG0MQUa7g/an-illustration-for-sign-up-step-show-a--1773568082229-2298a10a.png"},
{
id: "step-2", value: "2", title: "Choose a Template", description: "Browse hundreds of professionally designed templates", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AybyE5JXl6byNmK0nNG0MQUa7g/an-illustration-for-choose-a-template-st-1773568082219-3fb47c58.png", imageAlt: "Choose Template Step", videoSrc: ""},
id: "step-2", value: "2", title: "Choose a Template", description: "Browse hundreds of professionally designed templates", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AybyE5JXl6byNmK0nNG0MQUa7g/an-illustration-for-choose-a-template-st-1773568082219-3fb47c58.png"},
{
id: "step-3", value: "3", title: "Customize Your Website", description: "Drag, drop, and customize to match your brand", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AybyE5JXl6byNmK0nNG0MQUa7g/an-illustration-for-customize-your-websi-1773568082867-219d3815.png", imageAlt: "Customize Website Step", videoSrc: ""},
id: "step-3", value: "3", title: "Customize Your Website", description: "Drag, drop, and customize to match your brand", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AybyE5JXl6byNmK0nNG0MQUa7g/an-illustration-for-customize-your-websi-1773568082867-219d3815.png"},
{
id: "step-4", value: "4", title: "Publish and Start Selling", description: "Go live and start growing your business", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AybyE5JXl6byNmK0nNG0MQUa7g/an-illustration-for-publish-and-start-se-1773568082881-b2144d64.png", imageAlt: "Publish and Sell Step", videoSrc: ""},
id: "step-4", value: "4", title: "Publish and Start Selling", description: "Go live and start growing your business", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AybyE5JXl6byNmK0nNG0MQUa7g/an-illustration-for-publish-and-start-se-1773568082881-b2144d64.png"},
]}
/>
</div>