From 04d49b4d251ae96e93a05f85215bf042e751757c Mon Sep 17 00:00:00 2001 From: mukesh13 Date: Wed, 25 Jun 2025 17:35:51 +0530 Subject: [PATCH] first commit --- src/app/page.tsx | 1 - src/components/Home/HeroSection.tsx | 2 +- src/components/Home/PublicCloudInfoSection.tsx | 8 ++++---- src/components/Home/ServicesSection.tsx | 1 - src/components/Layout/Footer.tsx | 3 ++- src/components/Layout/Header.tsx | 3 ++- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 301f40d..e0a1109 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,3 @@ -import Image from "next/image"; import type { Metadata } from 'next' import Header from "@/components/Layout/Header"; import Footer from "@/components/Layout/Footer"; diff --git a/src/components/Home/HeroSection.tsx b/src/components/Home/HeroSection.tsx index 909bf55..9626643 100644 --- a/src/components/Home/HeroSection.tsx +++ b/src/components/Home/HeroSection.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { ArrowRight, Cloud, Database, Code, Gift } from 'lucide-react'; +import { ArrowRight } from 'lucide-react'; const HeroSection = () => { return ( diff --git a/src/components/Home/PublicCloudInfoSection.tsx b/src/components/Home/PublicCloudInfoSection.tsx index c7ab7ce..d6e15b8 100644 --- a/src/components/Home/PublicCloudInfoSection.tsx +++ b/src/components/Home/PublicCloudInfoSection.tsx @@ -51,7 +51,7 @@ const PublicCloudInfoSection = () => { High availability, simplicity, flexibility, and reversibility

- Our Public Cloud is hosted in our datacentres, on servers assembled by our team. This empowers us to improve our performance and maintain control over our production chain, from manufacturing to launch. Public Cloud is easy to use, so feel free to manage it however you want. You can adapt it to your specific needs, thanks to its flexibility. What's more, because we use standard APIs, your data is reversible. Lastly, our cloud is also interoperable. + Our Public Cloud is hosted in our datacentres, on servers assembled by our team. This empowers us to improve our performance and maintain control over our production chain, from manufacturing to launch. Public Cloud is easy to use, so feel free to manage it however you want. You can adapt it to your specific needs, thanks to its flexibility. What's more, because we use standard APIs, your data is reversible. Lastly, our cloud is also interoperable.

@@ -64,7 +64,7 @@ const PublicCloudInfoSection = () => { How does Public Cloud work?

- Public cloud is a model for deploying cloud computing services. Everything is shared—including resources, such as computing power or storage, as well as the physical infrastructure that supports them. Unlike the private cloud, where all physical resources are dedicated to each customer, they are shared between the provider's users in the public cloud. + Public cloud is a model for deploying cloud computing services. Everything is shared—including resources, such as computing power or storage, as well as the physical infrastructure that supports them. Unlike the private cloud, where all physical resources are dedicated to each customer, they are shared between the provider's users in the public cloud.

@@ -74,7 +74,7 @@ const PublicCloudInfoSection = () => { Who maintains the infrastructure?

- Like other types of cloud solutions, 3engines maintains the physical servers and network, and manages the virtualisation layer. This means we can manage resource allocation, and ensure that our customers' services are isolated. Automation is one of the cornerstones of Public Cloud. You can deploy instances (virtual machines) in a datacentre of your choice, via the 3engines Control Panel or API, with guaranteed resources in terms of storage capacity and computing power. + Like other types of cloud solutions, 3engines maintains the physical servers and network, and manages the virtualisation layer. This means we can manage resource allocation, and ensure that our customers' services are isolated. Automation is one of the cornerstones of Public Cloud. You can deploy instances (virtual machines) in a datacentre of your choice, via the 3engines Control Panel or API, with guaranteed resources in terms of storage capacity and computing power.

@@ -84,7 +84,7 @@ const PublicCloudInfoSection = () => { Where is 3engines Public Cloud deployed?

- You can find all of 3engines's infrastructure locations in India. + You can find all of 3engines's infrastructure locations in India.

diff --git a/src/components/Home/ServicesSection.tsx b/src/components/Home/ServicesSection.tsx index b3353ce..2719a48 100644 --- a/src/components/Home/ServicesSection.tsx +++ b/src/components/Home/ServicesSection.tsx @@ -16,7 +16,6 @@ import { Monitor, Cpu, Globe, - Lock } from 'lucide-react'; interface Service { diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index 25319d3..adf2b3b 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import Image from 'next/image'; import Link from 'next/link'; const Footer = () => { @@ -8,7 +9,7 @@ const Footer = () => { {/* Logo Section */}
- 3engine Logo { @@ -10,7 +11,7 @@ const Header = () => {
{/* Logo */} -