refactor: simplify home slider and carousel components

- Removed unused DummyContent component and content prop from slider data
- Simplified Card component mapping by removing unnecessary index parameter
- Cleaned up whitespace in apple-cards-carousel component
- Streamlined data structure by removing unused content fields from slider items
This commit is contained in:
2025-10-27 13:50:57 +01:00
parent 3ea9e77a7b
commit 2ebdb14409
2 changed files with 2 additions and 26 deletions

View File

@@ -58,8 +58,6 @@ export const Carousel = ({ items, initialScroll = 0 }: CarouselProps) => {
}
};
return (
<div className="relative w-full">
<div