Update src/app/how-it-works/page.tsx
This commit is contained in:
@@ -92,7 +92,7 @@ const HowItWorksPage = () => {
|
||||
title: "Depth Estimation (Stage 1)",
|
||||
description: "Advanced neural networks analyze the image to estimate depth information, creating a detailed depth map that serves as the foundation for 3D reconstruction.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAQFNq26yZuXeGP7d6vMShiX4X/a-visual-representation-of-image-analysi-1773940161552-a9a5776f.png?_wi=2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAQFNq26yZuXeGP7d6vMShiX4X/a-visual-representation-of-image-analysi-1773940161552-a9a5776f.png",
|
||||
imageAlt: "AI image analysis and depth map creation",
|
||||
},
|
||||
items: [
|
||||
@@ -106,7 +106,7 @@ const HowItWorksPage = () => {
|
||||
title: "Mesh Generation (Stage 2)",
|
||||
description: "Convert the depth map into a full 3D mesh with optimized geometry. Our algorithm balances detail with performance for smooth, production-ready models.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAQFNq26yZuXeGP7d6vMShiX4X/a-technical-visualization-of-mesh-genera-1773940162605-b1470866.png?_wi=4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAQFNq26yZuXeGP7d6vMShiX4X/a-technical-visualization-of-mesh-genera-1773940162605-b1470866.png",
|
||||
imageAlt: "Point cloud to mesh conversion",
|
||||
},
|
||||
items: [
|
||||
@@ -120,7 +120,7 @@ const HowItWorksPage = () => {
|
||||
title: "Texture & Refinement (Stage 3)",
|
||||
description: "Apply source image textures, refine surfaces, and enhance visual quality. Adjust smoothing levels and quality settings before exporting.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAQFNq26yZuXeGP7d6vMShiX4X/a-modern-interface-showing-texture-mappi-1773940161487-0f614c3d.png?_wi=4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAQFNq26yZuXeGP7d6vMShiX4X/a-modern-interface-showing-texture-mappi-1773940161487-0f614c3d.png",
|
||||
imageAlt: "Texture mapping and model refinement",
|
||||
},
|
||||
items: [
|
||||
@@ -144,7 +144,7 @@ const HowItWorksPage = () => {
|
||||
tag="By The Numbers"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
|
||||
Reference in New Issue
Block a user