diff --git a/src/app/page.tsx b/src/app/page.tsx
index 322d638..dc2d3fd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,39 +43,14 @@ export default function LandingPage() {
@@ -113,42 +74,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "BaziHandle Pro",
- price: "€89",
- imageSrc: "http://img.b2bpic.net/free-photo/engineer-working-construction-prototype-using-cad-software_482257-131556.jpg",
- },
- {
- id: "p2",
- name: "Allgäu Precision Roller",
- price: "€45",
- imageSrc: "http://img.b2bpic.net/free-photo/workout-weights-rack-barbell-dumbbells_1203-3784.jpg",
- },
- {
- id: "p3",
- name: "Artisan Brush Kit",
- price: "€120",
- imageSrc: "http://img.b2bpic.net/free-photo/oil-paint-tubes-painting_23-2149537669.jpg",
- },
- {
- id: "p4",
- name: "Flex-Grip Extension",
- price: "€65",
- imageSrc: "http://img.b2bpic.net/free-photo/shocked-male-uniformed-worker_273609-52198.jpg",
- },
- {
- id: "p5",
- name: "Master Spatula",
- price: "€35",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428259.jpg",
- },
- {
- id: "p6",
- name: "Innovation Gear Case",
- price: "€150",
- imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486997.jpg",
- },
+ { id: "p1", name: "BaziHandle Pro", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/engineer-working-construction-prototype-using-cad-software_482257-131556.jpg" },
+ { id: "p2", name: "Allgäu Precision Roller", price: "€45", imageSrc: "http://img.b2bpic.net/free-photo/workout-weights-rack-barbell-dumbbells_1203-3784.jpg" },
+ { id: "p3", name: "Artisan Brush Kit", price: "€120", imageSrc: "http://img.b2bpic.net/free-photo/oil-paint-tubes-painting_23-2149537669.jpg" },
]}
title="Patented Tool Series"
description="Ergonomic, precise, and built for professionals."
@@ -157,42 +85,13 @@ export default function LandingPage() {
@@ -344,45 +162,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-senior-painter-indoors_23-2150182575.jpg"
logoText="BaziFix"
columns={[
- {
- title: "About",
- items: [
- {
- label: "Philosophy",
- href: "#about",
- },
- {
- label: "Career",
- href: "#",
- },
- ],
- },
- {
- title: "Shop",
- items: [
- {
- label: "Tools",
- href: "#products",
- },
- {
- label: "Catalog",
- href: "#",
- },
- ],
- },
- {
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Impressum",
- href: "#",
- },
- ],
- },
+ { title: "About", items: [{ label: "Philosophy", href: "#about" }, { label: "Career", href: "#" }] },
+ { title: "Shop", items: [{ label: "Tools", href: "#products" }, { label: "Catalog", href: "#" }] },
+ { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Impressum", href: "#" }] },
]}
copyrightText="© 2025 BaziFix Malerfachbetrieb"
/>