diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index a6d769d..fdfdba3 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -4,6 +4,7 @@ import Button from "@/components/ui/Button"; import TextAnimation from "@/components/ui/TextAnimation"; import ImageOrVideo from "@/components/ui/ImageOrVideo"; import Tag from "@/components/ui/Tag"; +import Card from "@/components/ui/Card"; const primaryButton = { text: "Our Story", @@ -36,12 +37,14 @@ const AboutInline = () => {