diff --git a/app/page.tsx b/app/page.tsx
index 93054e3..f8161b8 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,3 +1,4 @@
+import { BackgroundBoxesDemo } from "@/components/BackgroundLast";
import { StickyScrollRevealDemo } from "@/components/CertificationCall";
import Grid from "@/components/Grid";
import Hero from "@/components/Hero";
@@ -18,7 +19,7 @@ export default function Home() {
{ name: "About", link: "#about", icon: },
{ name: "My Projects", link: "#projects", icon: },
{ name: "Services", link: "#services", icon: },
- { name: "Contact", link: "#", icon: },
+ { name: "Contact", link: "#contact", icon: },
]}
/>
@@ -27,6 +28,7 @@ export default function Home() {
+
);
diff --git a/components/BackgroundLast.tsx b/components/BackgroundLast.tsx
new file mode 100644
index 0000000..47704d7
--- /dev/null
+++ b/components/BackgroundLast.tsx
@@ -0,0 +1,72 @@
+"use client";
+import React from "react";
+import { Boxes } from "@/components/ui/background-boxes";
+import { cn } from "@/utils/cn";
+import Link from "next/link";
+
+export function BackgroundBoxesDemo() {
+ return (
+
+
+
+
+
+ Ready to take your digital presence
+ to the next level?
+
+
+ Reach out to me today and let's discuss how I can help you achieve your
+ goals.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/components/CertificationCall.tsx b/components/CertificationCall.tsx
index 1088215..a6ed4d7 100644
--- a/components/CertificationCall.tsx
+++ b/components/CertificationCall.tsx
@@ -7,7 +7,7 @@ const content = [
{
title: "SQL Advanced HackerRank",
description:
- "Work together in real time with your team, clients, and stakeholders. Collaborate on documents, share ideas, and make decisions quickly. With our platform, you can streamline your workflow and increase productivity.",
+ "I have earned the SQL Advanced Certification from HackerRank, showcasing my ability to handle complex queries, optimize database performance, and manage large datasets effectively. This certification highlights my advanced skills in SQL and my commitment to continuous learning in database management.",
content: (