Update Home.js

This commit is contained in:
Arkaprabha Chakraborty
2024-08-14 21:40:58 +05:30
committed by GitHub
parent d6fe7825ce
commit 738d7528b7

View File

@@ -1,4 +1,5 @@
"use client"; "use client";
import React from "react"; import React from "react";
import DownloadForm from "./DownloadForm"; import DownloadForm from "./DownloadForm";
import { TypeAnimation } from "react-type-animation"; import { TypeAnimation } from "react-type-animation";
@@ -7,19 +8,19 @@ const Home = () => {
return ( return (
<div className="relative z-10 pt-20"> <div className="relative z-10 pt-20">
<div className="max-w-4xl mx-auto text-center"> <div className="max-w-4xl mx-auto text-center">
<h1 className="text-white mb-4 text-4xl sm:text-5xl lg:text-6xl font-extrabold"> <h1 className="text-white mb-4 text-4xl sm:text-5xl lg:text-6xl xl:text-8xl font-extrabold">
<TypeAnimation <TypeAnimation
sequence={[ sequence={[
"From YouTube!", "From YouTube!",
1200, 1000,
"And Instagram", "And Instagram!",
1200, 1000,
"Download Now!", "Download Now!",
1200, 1000,
"HD Quality!", "HD Quality!",
1200, 1000,
"DownLink!", "DownLink!",
1200, 1000,
]} ]}
wrapper="span" wrapper="span"
speed={30} speed={30}