mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05: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 }}
|
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}
|
||||||
|
|
|
||||||
|
|
@ -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 = [
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue