diff --git a/src/app/page.tsx b/src/app/page.tsx index c323dcf..539c66d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,9 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import HeroCentered from "@/components/sections/hero/HeroCentered"; -import { Sparkles, Linkedin, Twitter, Instagram } from "lucide-react"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; +import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; +import { PawPrint, Heart, ShoppingBag } from "lucide-react"; export default function PersonalLinkInBioPage() { return ( @@ -18,18 +19,35 @@ export default function PersonalLinkInBioPage() { secondaryButtonStyle="glass" headingFontWeight="bold" > - +
+ +
+ +
+ +
); } \ No newline at end of file