From c9a4c5cb932eead43567e720c00e732a4630f52f Mon Sep 17 00:00:00 2001 From: adity1raut Date: Thu, 13 Nov 2025 09:31:01 +0530 Subject: [PATCH 1/4] Update The Fotter Componants Signed-off-by: adity1raut --- src/components/Footer.tsx | 114 +++++++++++++++++--------------------- 1 file changed, 51 insertions(+), 63 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index d9477d5..6005e4d 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -59,7 +59,7 @@ export default function Footer() {
{/* Main footer content */} -
+
{/* Brand Section */}
@@ -139,7 +139,7 @@ export default function Footer() {
{/* Docs Links */} -
+

{t("docs")}

@@ -180,7 +180,7 @@ export default function Footer() {
{/* Getting Started Links */} -
+

{t("gettingStarted")}

@@ -221,7 +221,7 @@ export default function Footer() {
{/* Resources Links */} -
+

{t("resources")}

@@ -262,70 +262,58 @@ export default function Footer() {
+
- {/* Stay updated */} -
-

- {t("stayUpdated")} -

-
-
-
-
- - - -
- -
- -
+
+
+
+
+

+ {t("stayUpdated")} +

+

{t("privacyNotice")}

+
- {/* Success message (hidden by default) */} -
- +
- -
- {t("subscribed")} +
+
+ + + +
+ +
+ +
-

{t("privacyNotice")}

From a53830e951617fc3de53ba85e9c5d7eba055b0d9 Mon Sep 17 00:00:00 2001 From: adity1raut Date: Sat, 15 Nov 2025 13:36:01 +0530 Subject: [PATCH 2/4] Add Some Chnages Signed-off-by: adity1raut --- src/components/Footer.tsx | 120 ++++++++++++++++++++------------------ 1 file changed, 64 insertions(+), 56 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 6005e4d..692013b 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -41,7 +41,7 @@ export default function Footer() { }, []); return ( -
+
{/* Dark base background */}
@@ -57,30 +57,31 @@ export default function Footer() {
-
+
{/* Main footer content */} -
+
{/* Brand Section */} -
-
+
+
Kubestellar logo
-

+

{t("description")}

-
+ {/* Docs Links */} -
-

+
+

{t("docs")}

-
    +
    • {t("overview")} @@ -155,7 +159,7 @@ export default function Footer() {
    • {t("userGuide")} @@ -163,7 +167,7 @@ export default function Footer() {
    • {t("onboarding")} @@ -171,7 +175,7 @@ export default function Footer() {
    • {t("releasesNotes")} @@ -180,15 +184,15 @@ export default function Footer() {
{/* Getting Started Links */} -
-

+
+

{t("gettingStarted")}

-
    +
    • {t("installationPage")} @@ -196,7 +200,7 @@ export default function Footer() {
    • {t("ladder")} @@ -204,7 +208,7 @@ export default function Footer() {
    • {t("products")} @@ -212,7 +216,7 @@ export default function Footer() {
    • {t("contributeHandbook")} @@ -221,15 +225,15 @@ export default function Footer() {
{/* Resources Links */} -
-
-
-
-
-

+ {/* Newsletter Section */} +
+
+
+
+

{t("stayUpdated")}

+

{t("privacyNotice")}

@@ -280,11 +286,11 @@ export default function Footer() { id="newsletter-form" className="flex flex-col sm:flex-row gap-2 justify-end" > -
-
+
+
+
+ @@ -318,30 +326,30 @@ export default function Footer() {
{/* Divider and bottom section */} -
-
+
+
{/* Left side - copyright */} -

+

{t("copyright")}

{/* Right side - policy links */} -
+
{t("privacyPolicy")} {t("termsOfService")} {t("cookiePolicy")} @@ -353,12 +361,12 @@ export default function Footer() { {/* Floating back to top button */}