From c52ee2e0d2150cfc464156621bc7b7f9ca9acd7a Mon Sep 17 00:00:00 2001 From: Don Starwsburg Date: Wed, 20 Nov 2024 13:48:04 -0500 Subject: [PATCH] fixed merge conflict --- app/page.tsx | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) 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