Skip to content

Commit

Permalink
Revert "Add new video about my girl!"
Browse files Browse the repository at this point in the history
This reverts commit a8d9b26.
  • Loading branch information
griffith1deady committed Dec 12, 2024
1 parent a8d9b26 commit 1eee9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/main/BeautifulComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
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 @@ -124,7 +125,7 @@ export default function BeautifulComponent() {
Beautiful girl!
</h2>
<VStack>
<video src='/beautiful.mp4' autoPlay loop muted className='rounded-[16px] max-w-[300px] max-h-[300px]'/>
<Image src={myGirlfriend} alt='my-girlfriend' 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 removed public/beautiful.mp4
Binary file not shown.

0 comments on commit 1eee9e2

Please sign in to comment.