mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 21:59:24 +00:00
fix: logo and preview layout in Hero
This commit is contained in:
parent
1407dde13d
commit
962ea346dc
3 changed files with 3 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ export const Hero = () => {
|
|||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.5, delay: 0.05 }}
|
||||
>
|
||||
<div className="flex justify-center items-center ml-20">
|
||||
<div className="grid grid-cols-1 sm:flex sm:ml-20 place-items-center justify-center items-center">
|
||||
{/* <span>qsv pro</span> */}
|
||||
<img
|
||||
src={qsvProLogo}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import { useState } from "react";
|
||||
import { motion, AnimatePresence } from "framer-motion";
|
||||
|
||||
import datHereLogo from "../assets/logos/datHereLogo.png";
|
||||
import qsvProLogo from "../assets/logos/qsv-pro-logo.png";
|
||||
|
||||
const navbarLinks = [
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@ export const Pricing = () => {
|
|||
Choose your plan
|
||||
</h2>
|
||||
<p className="mb-6 text-customGrayText">
|
||||
After you complete your 7-day free trial, you'll
|
||||
need a license key to continue using qsv pro.
|
||||
Select the subscription plan that suits your
|
||||
needs and benefit from qsv pro.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue