diff --git a/components/ChapterSection.tsx b/components/ChapterSection.tsx index d5af852..ca7bf42 100644 --- a/components/ChapterSection.tsx +++ b/components/ChapterSection.tsx @@ -4,9 +4,13 @@ import { Chapters } from "@/constants/constants"; import { PinContainer } from "./ui/Pin"; import Image from "next/image"; import Link from "next/link"; +import Link from "next/link"; const ChapterSection = () => { return ( +
+

+ Our Core Societies

Our Core Societies diff --git a/components/Footer.tsx b/components/Footer.tsx index 60bce3b..e22c49a 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -2,6 +2,7 @@ import { FaLocationArrow } from "react-icons/fa6"; import { socialMedia } from "@/constants/constants"; import MagicButton from "./MagicButton"; import Image from "next/image"; +import Image from "next/image"; const Footer = () => { return ( diff --git a/components/PageHeading.tsx b/components/PageHeading.tsx index 44a5340..f334963 100644 --- a/components/PageHeading.tsx +++ b/components/PageHeading.tsx @@ -15,4 +15,4 @@ const PageHeading = ({ ); }; -export default memo(PageHeading); \ No newline at end of file +export default memo(PageHeading); diff --git a/components/Testimonials.tsx b/components/Testimonials.tsx index 3d0fbea..8cd8d1e 100644 --- a/components/Testimonials.tsx +++ b/components/Testimonials.tsx @@ -7,6 +7,7 @@ import { InfiniteMovingCards } from "./ui/InfiniteCards"; import MagicButton from "./MagicButton"; import { FaLocationArrow } from "react-icons/fa6"; import Image from "next/image"; +import Image from "next/image"; const Testimonials = () => { return ( diff --git a/components/magicui/animated-shiny-text.tsx b/components/magicui/animated-shiny-text.tsx index c5b7c73..8851aa1 100644 --- a/components/magicui/animated-shiny-text.tsx +++ b/components/magicui/animated-shiny-text.tsx @@ -8,7 +8,12 @@ interface AnimatedShinyTextProps { link?: string; } -const AnimatedShinyText: FC = ({ children, className, shimmerWidth = 100, link = "#" }) => { +const AnimatedShinyText: FC = ({ + children, + className, + shimmerWidth = 100, + link = "#", +}) => { return ( = ({ children, className, sh // Shimmer gradient "bg-gradient-to-r from-transparent via-black/80 via-50% to-transparent dark:via-white/80", - className, + className )} href={link} > diff --git a/layouts/TestimonialsPageLayout.tsx b/layouts/TestimonialsPageLayout.tsx index 9a5e99c..fb067c0 100644 --- a/layouts/TestimonialsPageLayout.tsx +++ b/layouts/TestimonialsPageLayout.tsx @@ -3,6 +3,7 @@ import { testimonials } from "@/constants/constants"; import { cn } from "@/lib/utils"; import styles from "./layouts.module.css"; import Image from "next/image"; +import Image from "next/image"; const TestimonialsPageLayout = () => { return (
@@ -16,6 +17,13 @@ const TestimonialsPageLayout = () => { style={{ gap: "3rem", padding: "4rem 0" }} > {testimonials.map((item, idx) => ( +