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 */}

Firearm Builder

- {/* 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 */}
@@ -79,20 +77,21 @@ export default function Home() {

Have questions or feedback? We’d love to hear from you!

- - + + Email Us - +
- {/* Footer Section */} -
+ ) ); } \ No newline at end of file