mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-17 16:51:45 +00:00
Update Home.js
This commit is contained in:
committed by
GitHub
parent
d6fe7825ce
commit
738d7528b7
@@ -1,4 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import React from "react";
|
||||
import DownloadForm from "./DownloadForm";
|
||||
import { TypeAnimation } from "react-type-animation";
|
||||
@@ -7,19 +8,19 @@ const Home = () => {
|
||||
return (
|
||||
<div className="relative z-10 pt-20">
|
||||
<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
|
||||
sequence={[
|
||||
"From YouTube!",
|
||||
1200,
|
||||
"And Instagram",
|
||||
1200,
|
||||
1000,
|
||||
"And Instagram!",
|
||||
1000,
|
||||
"Download Now!",
|
||||
1200,
|
||||
1000,
|
||||
"HD Quality!",
|
||||
1200,
|
||||
1000,
|
||||
"DownLink!",
|
||||
1200,
|
||||
1000,
|
||||
]}
|
||||
wrapper="span"
|
||||
speed={30}
|
||||
|
||||
Reference in New Issue
Block a user