diff --git a/content/footer/_index.md b/content/footer/_index.md
index 40eed63..cb63b30 100644
--- a/content/footer/_index.md
+++ b/content/footer/_index.md
@@ -10,17 +10,19 @@ extra:
{% row(style="lean") %}
-##### Affiliate Projects
+##### Partners
ThreeFold
-###### [Incubaid](https://manual.grid.tf/threefold_token/buy_sell_tft/buy_sell_tft.html)
+###### [Incubaid](https://incubaid.com/)
-###### [Mazraa](https://dashboard.grid.tf/)
+###### [Mazraa](https://maazra.io/)
-###### [Freeflow Nation](https://manual.grid.tf/farmers/farmers.html)
+###### [Sikana](https://sikana.tv/)
+
+###### [VVerse](https://vverse.co/)
|||
@@ -30,13 +32,11 @@ extra:
OurWorld
-###### [Freezone](/)
-
OurPhone
-OurParadise
-
+ODEZ
+Habari
|||
@@ -45,8 +45,6 @@ extra:
-Manual
-
Telegram
@@ -54,8 +52,6 @@ extra:
Support
-Github
-
{% end %}
diff --git a/server.js b/server.js
deleted file mode 100644
index 5ac60fe..0000000
--- a/server.js
+++ /dev/null
@@ -1,59 +0,0 @@
-// server.js
-
-// Load environment variables from .env file
-require('dotenv').config();
-
-const express = require('express');
-const nodemailer = require('nodemailer');
-const bodyParser = require('body-parser');
-
-const app = express();
-const PORT = process.env.PORT || 3000;
-
-// Middleware to parse JSON and urlencoded form data
-app.use(bodyParser.json());
-app.use(bodyParser.urlencoded({ extended: true }));
-
-// POST endpoint to handle form submissions
-app.post('/api/contact', async (req, res) => {
- try {
- // Get form data from request body
- const { firstName, lastName, email, phoneNumber, message } = req.body;
-
- // Create transporter for sending emails (replace with your email service details)
- const transporter = nodemailer.createTransport({
- service: 'Gmail',
- auth: {
- user: process.env.EMAIL_USER, // Using environment variable for email user
- pass: process.env.EMAIL_PASS // Using environment variable for email password
- }
- });
-
- // Email content
- const mailOptions = {
- from: process.env.EMAIL_USER, // Replace with your email address
- to: 'recipient@example.com', // Replace with recipient email address
- subject: 'New Message from Contact Form',
- html: `
-
Name: ${firstName} ${lastName}
-Email: ${email}
-Phone Number: ${phoneNumber}
-Message:
${message}
At OurWorld, we value your feedback and inquiries. Whether you're interested in our ventures, have questions about our technologies, or want to collaborate, we're here to connect. Reach out to us today and let's build a better digital future together.
+At OurWorld, we value your feedback and inquiries. Whether you're interested in our ventures, have questions about our technologies, or want to collaborate, we're here to connect. Reach out to us today and let's build a better digital future together.