fixed name and pull products from api

This commit is contained in:
2024-11-20 13:49:58 -05:00
parent 0d7f42b06c
commit 15bc578fa4
3 changed files with 73 additions and 42 deletions

View File

@@ -6,7 +6,7 @@ export default function Home() {
{/* Header Section */}
<header className="bg-gray-800 text-white py-4 shadow-md">
<div className="container mx-auto px-6 flex justify-between items-center">
<h1 className="text-2xl font-bold">Firearm Builder</h1>
<h1 className="text-2xl font-bold">Ballistic Builder</h1>
<nav>
<ul className="flex space-x-4">
<li><Link href="#features" className="hover:underline">Features</Link></li>