import React from 'react'; import AppImage17 from '../../images/applications-image-17.jpg'; import AppImage18 from '../../images/applications-image-18.jpg'; import AppImage19 from '../../images/applications-image-19.jpg'; import AppImage20 from '../../images/applications-image-20.jpg'; function ShopCards06() { return ( {/* Card 1 */}
{/* Image */} Application 17 {/* Gradient */} {/* Content */}

Merchandise

Explore ->
{/* Card 2 */}
{/* Image */} Application 18 {/* Gradient */} {/* Content */}

Audiobooks

Explore ->
{/* Card 3 */}
{/* Image */} Application 19 {/* Gradient */} {/* Content */}

Design & Tech

Explore ->
{/* Card 4 */}
{/* Image */} Application 20 {/* Gradient */} {/* Content */}

Apps & Software

Explore ->
); } export default ShopCards06;