diff --git a/src/pages/HomePage/sections/Beers.tsx b/src/pages/HomePage/sections/Beers.tsx index edd945d..7703486 100644 --- a/src/pages/HomePage/sections/Beers.tsx +++ b/src/pages/HomePage/sections/Beers.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import Button from '@/components/ui/Button'; +import { Button } from '@/components/ui/Button'; import Card from '@/components/ui/Card'; import ScrollReveal from '@/components/ui/ScrollReveal'; import TextAnimation from '@/components/ui/TextAnimation';