@@ -33,7 +33,7 @@ export const Footer = () => {
- >
+ >)
);
}
diff --git a/app/components/Header/index.tsx b/app/components/Header/index.tsx
index 312c75e..2dc7f12 100644
--- a/app/components/Header/index.tsx
+++ b/app/components/Header/index.tsx
@@ -21,41 +21,39 @@ export default class Header extends Component {
render() {
return (
-
)
+ );
}
}
diff --git a/app/components/Info/Copyright/index.tsx b/app/components/Info/Copyright/index.tsx
index 5ae1961..8bb59ea 100644
--- a/app/components/Info/Copyright/index.tsx
+++ b/app/components/Info/Copyright/index.tsx
@@ -10,16 +10,15 @@ import styled from '@emotion/styled'
export default class Copyright extends Component {
render() {
return (
-
+ (
© {new Date().getFullYear()} {' '}
-
{COMPANY_NAME}
+ {COMPANY_NAME}
{' '}
All Rights Reserved.
-
-
- )
+ )
+ );
}
}
diff --git a/app/page.tsx b/app/page.tsx
index 8c443e7..3f88a2e 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -2,22 +2,21 @@ import Link from "next/link";
export default function Home() {
return (
-
+ (
{/* Header Section */}
-
{/* Hero Section */}
@@ -25,14 +24,15 @@ export default function Home() {
Customize every component of your firearm with ease and precision.
-
-
+
+
Get Started
-
+
-
{/* Features Section */}
@@ -59,7 +59,6 @@ export default function Home() {
-
{/* About Section */}
@@ -71,7 +70,6 @@ export default function Home() {
-
{/* Contact Section */}
-
{/* Footer Section */}
-
+
)
);
}
\ No newline at end of file
diff --git a/pages/oldindex.js b/pages/oldindex.js
index 8c443e7..3f88a2e 100644
--- a/pages/oldindex.js
+++ b/pages/oldindex.js
@@ -2,22 +2,21 @@ import Link from "next/link";
export default function Home() {
return (
-