diff --git a/assets/createDB.gif b/assets/createDB.gif
new file mode 100644
index 0000000..e875005
Binary files /dev/null and b/assets/createDB.gif differ
diff --git a/components/Dowload.tsx b/components/Dowload.tsx
index aa3718f..64a0178 100644
--- a/components/Dowload.tsx
+++ b/components/Dowload.tsx
@@ -3,38 +3,38 @@ export default function Download() {
window.location.href = OSLink;
};
return (
-
+
handleDownload(
- "https://github.com/open-source-labs/SeeQR/releases/download/v13.0.0/SeeQR-13.0.0.dmg"
+ 'https://github.com/open-source-labs/SeeQR/releases/download/v14.0.0/SeeQR-14.0.0-arm64.dmg'
)
}
- className="flex items-center rounded-md bg-white shadow-md px-4 py-2 mr-4 bg-gradient-to-r to-green-300 from-green-200 hover:-translate-y-1 transition duration-200 ease-out hover:bg-gradient-to-b hover:from-green-300 hover:to-green-200 hover:shadow-2xl hover:shadow-green-500/50"
+ className='flex items-center rounded-md bg-white shadow-md px-4 py-2 mr-4 bg-gradient-to-r to-green-300 from-green-200 hover:-translate-y-1 transition duration-200 ease-out hover:bg-gradient-to-b hover:from-green-300 hover:to-green-200 hover:shadow-2xl hover:shadow-green-500/50'
>
-
+
macOS
handleDownload(
- "https://github.com/open-source-labs/SeeQR/releases/download/v13.0.0/SeeQR.13.0.0.Setup.exe"
+ 'https://github.com/open-source-labs/SeeQR/releases/download/v14.0.0/SeeQR-Setup-14.0.0.exe'
)
}
- className="flex items-center bg-white shadow-md rounded-md px-4 py-2 mr-4 bg-gradient-to-r to-green-300 from-green-200 hover:-translate-y-1 transition duration-200 ease-out hover:bg-gradient-to-b hover:from-green-300 hover:to-green-200 hover:shadow-2xl hover:shadow-green-500/50"
+ className='flex items-center bg-white shadow-md rounded-md px-4 py-2 mr-4 bg-gradient-to-r to-green-300 from-green-200 hover:-translate-y-1 transition duration-200 ease-out hover:bg-gradient-to-b hover:from-green-300 hover:to-green-200 hover:shadow-2xl hover:shadow-green-500/50'
>
-
+
Windows
handleDownload(
- "https://github.com/open-source-labs/SeeQR/releases/download/v13.0.0/SeeQR-13.0.0.AppImage"
+ 'https://github.com/open-source-labs/SeeQR/releases/download/v14.0.0/SeeQR-14.0.0.AppImage'
)
}
- className="flex items-center bg-white shadow-md rounded-md px-4 py-2 bg-gradient-to-r to-green-300 from-green-200 hover:-translate-y-1 transition duration-200 ease-out hover:bg-gradient-to-b hover:from-green-300 hover:to-green-200 hover:shadow-2xl hover:shadow-green-500/50"
+ className='flex items-center bg-white shadow-md rounded-md px-4 py-2 bg-gradient-to-r to-green-300 from-green-200 hover:-translate-y-1 transition duration-200 ease-out hover:bg-gradient-to-b hover:from-green-300 hover:to-green-200 hover:shadow-2xl hover:shadow-green-500/50'
>
-
+
Linux
diff --git a/components/Footer.tsx b/components/Footer.tsx
index a2c752a..fe0368f 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -1,51 +1,51 @@
-import logo from "../public/1.png";
-import Link from 'next/link'
+import logo from '../public/1.png';
+import Link from 'next/link';
export default function Footer() {
return (
-
-
-
+
+
+
-
-
+
+
SeeQR
-
-
-
- © 2023{" "}
-
+
+
+ © 2024{' '}
+
SeeQR
. All Rights Reserved.
diff --git a/components/FooterTest.cy.tsx b/components/FooterTest.cy.tsx
index 4c4de69..785d6e3 100644
--- a/components/FooterTest.cy.tsx
+++ b/components/FooterTest.cy.tsx
@@ -2,32 +2,41 @@ import React from 'react';
import Footer from './Footer';
describe('', () => {
- beforeEach(() => {
- cy.mount();
- });
- it('should display the logo', () => {
- cy.get('img[alt="SeeQR Logo"]').should('be.visible');
- });
-
- it('should link to the correct homepage', () => {
- cy.get('a[href="http://seeqrapp.com/"]').should('have.length', 2);
- });
-
- it('should have Github link leading to the correct URL', () => {
- cy.get('a[href="https://github.com/open-source-labs/SeeQR"]').should('contain', 'Github');
- });
-
- it('should have Blog link leading to the correct URL', () => {
- cy.get('a[href="https://medium.com/p/59741756cfcb"]').should('contain', 'Blog');
- });
-
- it('should have Contact link leading to the correct URL', () => {
- cy.get('a[href="http://www.seeqrapp.com/team"]').should('contain', 'Contact');
- });
-
- it('should display the copyright message', () => {
- cy.get('span')
- .contains('© 2023 SeeQR. All Rights Reserved.')
- .should('be.visible');
- });
-});
\ No newline at end of file
+ beforeEach(() => {
+ cy.mount();
+ });
+ it('should display the logo', () => {
+ cy.get('img[alt="SeeQR Logo"]').should('be.visible');
+ });
+
+ it('should link to the correct homepage', () => {
+ cy.get('a[href="http://seeqrapp.com/"]').should('have.length', 2);
+ });
+
+ it('should have Github link leading to the correct URL', () => {
+ cy.get('a[href="https://github.com/open-source-labs/SeeQR"]').should(
+ 'contain',
+ 'Github'
+ );
+ });
+
+ it('should have Blog link leading to the correct URL', () => {
+ cy.get('a[href="https://medium.com/p/59741756cfcb"]').should(
+ 'contain',
+ 'Blog'
+ );
+ });
+
+ it('should have Contact link leading to the correct URL', () => {
+ cy.get('a[href="http://www.seeqrapp.com/team"]').should(
+ 'contain',
+ 'Contact'
+ );
+ });
+
+ it('should display the copyright message', () => {
+ cy.get('span')
+ .contains('© 2024 SeeQR. All Rights Reserved.')
+ .should('be.visible');
+ });
+});
diff --git a/components/MainComponents/MainHeading.tsx b/components/MainComponents/MainHeading.tsx
index 9e2a691..af0ba0b 100644
--- a/components/MainComponents/MainHeading.tsx
+++ b/components/MainComponents/MainHeading.tsx
@@ -1,31 +1,31 @@
-import authGif from "../../assets/SeeQRLogin.gif";
-import Download from "../Dowload";
+import authGif from '../../assets/SeeQRLogin.gif';
+import Download from '../Dowload';
export default function MainHeading() {
return (
-
-
-
-
+
+
+
+
- Make Database Management{" "}
-
+ Make Database Management{' '}
+
Easier
-
+
A user-friendly, entirely open-source platform for SQL database
administration and query performance testing.
-