diff --git a/src/app/page.tsx b/src/app/page.tsx
index bdf3aaf..067b287 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Clock, Pizza, Smile, Phone, Mail, Calendar } from "lucide-react";
+import { Clock, Pizza, Smile, Phone, Mail, Calendar, Truck, ShoppingBag } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,49 +32,40 @@ export default function LandingPage() {
@@ -87,136 +78,69 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1", name: "Gartengestaltung", price: "Individuell", variant: "Neuanlagen", imageSrc: "http://img.b2bpic.net/free-photo/landscaper-working-with-tools-garden_23-2148792067.jpg"},
- {
- id: "p2", name: "Rasenpflege", price: "Ab 50 €", variant: "Wöchentlich", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lawn-mower-grass_23-2148906511.jpg"},
- {
- id: "p3", name: "Baumpflege", price: "Auf Anfrage", variant: "Profi", imageSrc: "http://img.b2bpic.net/free-photo/tree-pruning-process-garden_23-2148820123.jpg"},
+ { id: "p1", name: "Margherita", price: "8,50 €", variant: "Klassisch", imageSrc: "https://img.b2bpic.net/free-photo/pizza-margherita_114579-2917.jpg" },
+ { id: "p2", name: "Salami Spezial", price: "10,50 €", variant: "Würzige Salami", imageSrc: "https://img.b2bpic.net/free-photo/pepperoni-pizza_114579-2819.jpg" },
+ { id: "p3", name: "Funghi", price: "9,50 €", variant: "Frische Pilze", imageSrc: "https://img.b2bpic.net/free-photo/pizza-mushrooms_114579-2821.jpg" },
]}
- title="Unsere Leistungen"
- description="Wir bieten professionelle Lösungen für alle Ihre gärtnerischen Anforderungen."
+ title="Unsere Auswahl"
+ description="Eine Vielfalt an Pizzen, die jeden Geschmack treffen."
/>
-
-
-
-
-
-
-
-