fix: logo and preview layout in Hero

This commit is contained in:
rzmk 2023-12-22 12:03:24 -05:00
parent 1407dde13d
commit 962ea346dc
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,7 @@ export const Hero = () => {
animate={{ opacity: 1, y: 0 }} animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.5, delay: 0.05 }} 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> */} {/* <span>qsv pro</span> */}
<img <img
src={qsvProLogo} src={qsvProLogo}

View file

@ -1,7 +1,6 @@
import { useState } from "react"; import { useState } from "react";
import { motion, AnimatePresence } from "framer-motion"; import { motion, AnimatePresence } from "framer-motion";
import datHereLogo from "../assets/logos/datHereLogo.png";
import qsvProLogo from "../assets/logos/qsv-pro-logo.png"; import qsvProLogo from "../assets/logos/qsv-pro-logo.png";
const navbarLinks = [ const navbarLinks = [

View file

@ -37,6 +37,8 @@ export const Pricing = () => {
Choose your plan Choose your plan
</h2> </h2>
<p className="mb-6 text-customGrayText"> <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 Select the subscription plan that suits your
needs and benefit from qsv pro. needs and benefit from qsv pro.
</p> </p>