diff --git a/src/pages/home/HomeAurora.tsx b/src/pages/home/HomeAurora.tsx index ba953a4..eae692c 100644 --- a/src/pages/home/HomeAurora.tsx +++ b/src/pages/home/HomeAurora.tsx @@ -1,4 +1,4 @@ -import { H1, H2, H5 } from "@/components/Texts" +import { H1, H5 } from "@/components/Texts" import { Button } from "@/components/Button" diff --git a/src/pages/home/StackSection.tsx b/src/pages/home/StackSection.tsx index 9d46d14..da38eba 100644 --- a/src/pages/home/StackSection.tsx +++ b/src/pages/home/StackSection.tsx @@ -2,7 +2,7 @@ import { motion } from "framer-motion"; import { StackedCubesLight } from "@/components/ui/StackedCubesLight"; -import { P, SectionHeader, Eyebrow, H3 } from "@/components/Texts"; +import { P, Eyebrow, H3 } from "@/components/Texts"; import { FadeIn } from "@/components/ui/FadeIn"; export function StackSectionLight() {