diff --git a/app/GlobalRedux/provider.tsx b/app/GlobalRedux/provider.tsx
index 1dfe341..f17cf08 100644
--- a/app/GlobalRedux/provider.tsx
+++ b/app/GlobalRedux/provider.tsx
@@ -4,8 +4,10 @@ import store from "./store";
import Navbar from "@/components/Navbar";
export default function GlobalReduxProvider({ children }: any) {
- return
-
- {children}
- ;
+ return (
+
+
+ {children}
+
+ );
}
diff --git a/app/about/page.tsx b/app/about/page.tsx
index b07a022..76092e3 100644
--- a/app/about/page.tsx
+++ b/app/about/page.tsx
@@ -3,6 +3,7 @@ import React from "react";
import Image from "next/image";
import { Carousel, OfferCard } from "@/components";
import Navbar from "@/components/Navbar";
+import Slider from "@/components/Slider";
const About = () => {
const carouselItems = [
@@ -38,8 +39,10 @@ const About = () => {
-
SHARKTANK
-
+
+ Sharktank
+
+
Welcome to Shark-Tank, a cutting-edge platform where aspiring
entrepreneurs converge with seasoned investors. Our sleek
interface transforms ideas into compelling pitches, fostering live
@@ -48,7 +51,7 @@ const About = () => {
future shaped by groundbreaking innovations.
- "Shark Tank" is a popular American television show that
- features aspiring entrepreneurs and inventors pitching their
+ Shark Tank is a popular American television show
+ that features aspiring entrepreneurs and inventors pitching their
business ideas or products to a panel of wealthy investors, known
- as "sharks". The entrepreneurs hope to secure investment
- deals from the sharks in exchange for a percentage of their
- company's equity. Each contestant has a limited time to make
- their pitch, after which the sharks can ask questions and
+ as Sharks. The entrepreneurs hope to secure
+ investment deals from the sharks in exchange for a percentage of
+ their company's equity. Each contestant has a limited time to
+ make their pitch, after which the sharks can ask questions and
negotiate terms. The show is known for its high-stakes drama,
candid feedback from the sharks, and the potential for
- life-changing investment offers. "Shark Tank" has not
- only provided a platform for entrepreneurs to showcase their
+ life-changing investment offers. Shark Tank has
+ not only provided a platform for entrepreneurs to showcase their
innovations but has also entertained and inspired millions of
viewers around the world.
See more →
diff --git a/app/user/[id]/page.tsx b/app/user/[id]/page.tsx
index 213751f..3a457cf 100644
--- a/app/user/[id]/page.tsx
+++ b/app/user/[id]/page.tsx
@@ -117,11 +117,10 @@ export default function Page({ params }: any) {
}
return (
- <>
-
-
-
-
+
+
+
+
User Information
{(userDatabase as any).User_Avatar ?
(
@@ -209,7 +208,7 @@ export default function Page({ params }: any) {
)}