Skip to content

Commit

Permalink
Add new video about my girl!
Browse files Browse the repository at this point in the history
  • Loading branch information
griffith1deady committed Dec 12, 2024
1 parent f0e5dcd commit a8d9b26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/main/BeautifulComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import {Box, Center, Container, SimpleGrid, VStack} from "@chakra-ui/react";
import Image, {StaticImageData} from "next/image";
import catGif from "@/app/cat.gif";
import myGirlfriend from "@/app/beatifulGirl.jpg";
import {Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious} from "@/components/ui/carousel";
import myGirlfriendOne from "@/app/beatifulGirl1.jpg";
import myGirlfriendTwo from "@/app/beatifulGirl2.jpg";
Expand Down Expand Up @@ -125,7 +124,7 @@ export default function BeautifulComponent() {
Beautiful girl!
</h2>
<VStack>
<Image src={myGirlfriend} alt='my-girlfriend' className='rounded-[16px] max-w-[300px] max-h-[300px]'/>
<video src='/beautiful.mp4' autoPlay loop muted className='rounded-[16px] max-w-[300px] max-h-[300px]'/>
<Box padding={4} className='text-center'>
<h2 className='font-bold text-[2.25rem] text-foreground'>
d-i, aka shin-a aka @garaset
Expand Down
Binary file added public/beautiful.mp4
Binary file not shown.

0 comments on commit a8d9b26

Please sign in to comment.