fix(card): stories

This commit is contained in:
Junior Garcia 2023-10-05 12:01:02 -03:00
parent 3aac9bac26
commit 655599982d
21 changed files with 13 additions and 13 deletions

View File

@ -137,7 +137,7 @@ const WithAbsImageHeaderTemplate = (args: CardProps) => (
alt="Card background"
className="w-full h-[440px] object-cover"
height={440}
src={require("./assets/apple-event.jpeg")}
src={"/images/assets/apple-event.jpeg"}
width={330}
/>
</Card>
@ -159,7 +159,7 @@ const WithAbsImgHeaderFooterTemplate = (args: CardProps) => (
alt="Card background"
className="w-full h-[440px] pt-10 object-contain"
height={440}
src={require("./assets/homepod.jpeg")}
src={"/images/assets/homepod.jpeg"}
width={300}
/>
<CardFooter className="justify-between absolute bottom-0 z-10">
@ -244,7 +244,7 @@ const CoverImgTemplate = (args: CardProps) => (
<img
alt="Breathing app icon"
className="rounded-full w-10 h-11 bg-black"
src={require("./assets/breathing-app-icon.jpeg")}
src={"/images/assets/breathing-app-icon.jpeg"}
/>
<div className="flex flex-col">
<p className="text-xs text-white/60">Breathing App</p>
@ -268,7 +268,7 @@ const CenterImgTemplate = (args: CardProps) => (
<Image
isBlurred
alt="Card background"
src={require("./assets/local-image-1.jpeg")}
src={"/images/assets/local-image-1.jpeg"}
width={300}
/>
</CardBody>
@ -352,39 +352,39 @@ const CenterImgWithHeaderTemplate = (args: CardProps) => {
const list = [
{
title: "Mac",
img: require("./assets/mac.png"),
img: "/images/assets/mac.png",
},
{
title: "iPhone",
img: require("./assets/iphone.png"),
img: "/images/assets/iphone.png",
},
{
title: "iPad",
img: require("./assets/ipad.png"),
img: "/images/assets/ipad.png",
},
{
title: "Apple Watch",
img: require("./assets/apple-watch.png"),
img: "/images/assets/apple-watch.png",
},
{
title: "AirPods",
img: require("./assets/airpods.png"),
img: "/images/assets/airpods.png",
},
{
title: "AirTag",
img: require("./assets/airtag.png"),
img: "/images/assets/airtag.png",
},
{
title: "Apple TV",
img: require("./assets/appletv.png"),
img: "/images/assets/appletv.png",
},
{
title: "HomePod mini",
img: require("./assets/homepod-mini.png"),
img: "/images/assets/homepod-mini.png",
},
{
title: "Accessories",
img: require("./assets/accessories.png"),
img: "/images/assets/accessories.png",
},
];

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB