diff --git a/public/images/hero11.webp b/public/images/hero11.webp index f7da2aa..37f97d9 100644 Binary files a/public/images/hero11.webp and b/public/images/hero11.webp differ diff --git a/src/components/ui/apple-cards-carousel.tsx b/src/components/ui/apple-cards-carousel.tsx index 57f8bf6..b151594 100644 --- a/src/components/ui/apple-cards-carousel.tsx +++ b/src/components/ui/apple-cards-carousel.tsx @@ -73,7 +73,7 @@ export const Carousel = ({ items, initialScroll = 0 }: CarouselProps) => {
@@ -127,41 +127,41 @@ export const Card = ({ card: Card; layout?: boolean; }) => { - return ( -
-
+
{card.category} {card.title} -
- +
+ {card.description} -
- +
+
+
+ {card.title} +
); diff --git a/src/pages/home/HomeAurora.tsx b/src/pages/home/HomeAurora.tsx index eae692c..ae77980 100644 --- a/src/pages/home/HomeAurora.tsx +++ b/src/pages/home/HomeAurora.tsx @@ -8,7 +8,7 @@ export function HomeAurora() { className="relative bg-cover sm:bg-contain bg-right bg-no-repeat" style={{ backgroundImage: "url('/images/hero11.webp')" }} > -
+