mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 10:46:44 -05:00
footer fixed, added stub content
This commit is contained in:
21
src/app/site/About/page.tsx
Normal file
21
src/app/site/About/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import constants from "@src/lib/constants";
|
||||
|
||||
export default function About() {
|
||||
|
||||
return (
|
||||
|
||||
(
|
||||
<section id="about" className="bg-gray-200 py-20">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<h3 className="text-3xl text-gray-700 font-bold mb-6 ">About Us</h3>
|
||||
<p className="text-gray-700">
|
||||
{constants.APP_NAME} is your go-to platform for customizing, building,
|
||||
and exploring firearm parts. Designed for enthusiasts by
|
||||
enthusiasts, we make firearm building easy and accessible.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
)
|
||||
}
|
||||
21
src/app/site/Blog/page.tsx
Normal file
21
src/app/site/Blog/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import constants from "@src/lib/constants";
|
||||
|
||||
export default function Blog() {
|
||||
|
||||
return (
|
||||
|
||||
(
|
||||
<section id="about" className="bg-gray-200 py-20">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<h3 className="text-3xl text-gray-700 font-bold mb-6 ">Blog</h3>
|
||||
<p className="text-gray-700">
|
||||
{constants.APP_NAME} is your go-to platform for customizing, building,
|
||||
and exploring firearm parts. Designed for enthusiasts by
|
||||
enthusiasts, we make firearm building easy and accessible.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
)
|
||||
}
|
||||
26
src/app/site/Contact/page.tsx
Normal file
26
src/app/site/Contact/page.tsx
Normal file
@@ -0,0 +1,26 @@
|
||||
import Link from "next/link";
|
||||
|
||||
export default function Contact() {
|
||||
|
||||
return (
|
||||
(
|
||||
<section id="contact" className="py-20">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<h3 className="text-3xl font-bold mb-6">Contact Us</h3>
|
||||
<p className="text-gray-700 mb-6">
|
||||
Have questions or feedback? We’d love to hear from you!
|
||||
</p>
|
||||
<span>
|
||||
<Link
|
||||
href="mailto:support@ballisticbuilder.com"
|
||||
className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
|
||||
|
||||
Email Us
|
||||
|
||||
</Link>
|
||||
</span>
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
)
|
||||
}
|
||||
21
src/app/site/Disclosure/page.tsx
Normal file
21
src/app/site/Disclosure/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import constants from "@src/lib/constants";
|
||||
|
||||
export default function Disclosure() {
|
||||
|
||||
return (
|
||||
|
||||
(
|
||||
<section id="about" className="bg-gray-200 py-20">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<h3 className="text-3xl text-gray-700 font-bold mb-6 ">Disclosure</h3>
|
||||
<p className="text-gray-700">
|
||||
{constants.APP_NAME} is your go-to platform for customizing, building,
|
||||
and exploring firearm parts. Designed for enthusiasts by
|
||||
enthusiasts, we make firearm building easy and accessible.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
)
|
||||
}
|
||||
16
src/app/site/Footer/page.tsx
Normal file
16
src/app/site/Footer/page.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import constants from "@src/lib/constants";
|
||||
|
||||
export default function Footer() {
|
||||
|
||||
return (
|
||||
(
|
||||
<footer className="bg-gray-950 text-white py-4">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<p>© {new Date().getFullYear()} {constants.APP_NAME}. All rights reserved.</p>
|
||||
<p>Built by Forward Group ⚡</p>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
)
|
||||
}
|
||||
21
src/app/site/Jobs/page.tsx
Normal file
21
src/app/site/Jobs/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import constants from "@src/lib/constants";
|
||||
|
||||
export default function Jobs() {
|
||||
|
||||
return (
|
||||
|
||||
(
|
||||
<section id="about" className="bg-gray-200 py-20">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<h3 className="text-3xl text-gray-700 font-bold mb-6 ">Jobs</h3>
|
||||
<p className="text-gray-700">
|
||||
{constants.APP_NAME} is your go-to platform for customizing, building,
|
||||
and exploring firearm parts. Designed for enthusiasts by
|
||||
enthusiasts, we make firearm building easy and accessible.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
)
|
||||
}
|
||||
21
src/app/site/PP/page.tsx
Normal file
21
src/app/site/PP/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import constants from "@src/lib/constants";
|
||||
|
||||
export default function PrivacyPolicy() {
|
||||
|
||||
return (
|
||||
|
||||
(
|
||||
<section id="about" className="bg-gray-200 py-20">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<h3 className="text-3xl text-gray-700 font-bold mb-6 ">Privacy Policy</h3>
|
||||
<p className="text-gray-700">
|
||||
{constants.APP_NAME} is your go-to platform for customizing, building,
|
||||
and exploring firearm parts. Designed for enthusiasts by
|
||||
enthusiasts, we make firearm building easy and accessible.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
)
|
||||
}
|
||||
21
src/app/site/Press/page.tsx
Normal file
21
src/app/site/Press/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import constants from "@src/lib/constants";
|
||||
|
||||
export default function About() {
|
||||
|
||||
return (
|
||||
|
||||
(
|
||||
<section id="about" className="bg-gray-200 py-20">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<h3 className="text-3xl text-gray-700 font-bold mb-6 ">Press</h3>
|
||||
<p className="text-gray-700">
|
||||
{constants.APP_NAME} is your go-to platform for customizing, building,
|
||||
and exploring firearm parts. Designed for enthusiasts by
|
||||
enthusiasts, we make firearm building easy and accessible.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
)
|
||||
}
|
||||
21
src/app/site/TOS/page.tsx
Normal file
21
src/app/site/TOS/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import constants from "@src/lib/constants";
|
||||
|
||||
export default function TOS() {
|
||||
|
||||
return (
|
||||
|
||||
(
|
||||
<section id="about" className="bg-gray-200 py-20">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<h3 className="text-3xl text-gray-700 font-bold mb-6 ">Terms of service</h3>
|
||||
<p className="text-gray-700">
|
||||
{constants.APP_NAME} is your go-to platform for customizing, building,
|
||||
and exploring firearm parts. Designed for enthusiasts by
|
||||
enthusiasts, we make firearm building easy and accessible.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user