diff --git a/public/images/3phone.png b/public/images/3phone.png new file mode 100644 index 0000000..0febbc2 Binary files /dev/null and b/public/images/3phone.png differ diff --git a/public/images/3router.png b/public/images/3router.png new file mode 100644 index 0000000..af42eb4 Binary files /dev/null and b/public/images/3router.png differ diff --git a/public/images/aibox.png b/public/images/aibox.png new file mode 100644 index 0000000..189483f Binary files /dev/null and b/public/images/aibox.png differ diff --git a/public/images/hgu-04.png b/public/images/hgu-04.png new file mode 100644 index 0000000..6313f98 Binary files /dev/null and b/public/images/hgu-04.png differ diff --git a/src/components/Products.tsx b/src/components/Products.tsx index fb25fa3..6e34978 100644 --- a/src/components/Products.tsx +++ b/src/components/Products.tsx @@ -27,7 +27,7 @@ const products = [ id: 3, colSpan: "lg:col-span-2", rounded: "rounded-[calc(var(--radius-lg)+1px)] lg:rounded-bl-[calc(2rem+1px)]", - img: "/images/3nodes.png", + img: "/images/aibox.png", title: "AIBox", desc: "A self-hosted AI compute solution powered by ThreeFold.", color: "indigo-400", @@ -37,7 +37,7 @@ const products = [ id: 4, colSpan: "lg:col-span-2", rounded: "rounded-[calc(var(--radius-lg)+1px)]", - img: "/images/3nodes.png", + img: "/images/3phone.png", title: "3Phone", desc: "OwnPhone is the first secure device in the 3Phone family designed to work seamlessly with the ThreeFold Grid.", color: "indigo-400", @@ -47,7 +47,7 @@ const products = [ id: 5, colSpan: "lg:col-span-2", rounded: "rounded-[calc(var(--radius-lg)+1px)] max-lg:rounded-b-[calc(2rem+1px)] lg:rounded-br-[calc(2rem+1px)]", - img: "/images/3nodes.png", + img: "/images/3router.png", title: "3Router", desc: "Smart routers ensure shortest-path connections between nodes and phones with end-to-end encryption.", color: "indigo-400", @@ -58,7 +58,7 @@ const products = [ export function ProductsPreview() { return ( -
+
{/* Gradient Blob Component */}
@@ -87,16 +87,16 @@ export function ProductsPreview() {
-
+
2 ? 'lg:h-48' : 'lg:h-40'} lg:w-1/4 p-2`}> {`${product.title}
-
+

{product.title}

-

+

{product.desc}