Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Wrench, Tool } from "lucide-react";
|
||||
import { Wrench, Settings } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
title: "Meisterwerkstatt", description: "Reparaturen und Wartung direkt bei Ihnen oder in unserer Fachwerkstatt.", media: { imageSrc: "http://img.b2bpic.net/free-photo/drone-spraying-fertilizer-vegetable-green-plants-agriculture-technology-farm-automation_35913-2603.jpg" },
|
||||
items: [
|
||||
{ icon: Wrench, text: "Spezialisierte Reparaturen" },
|
||||
{ icon: Tool, text: "Ersatzteilservice" }
|
||||
{ icon: Settings, text: "Ersatzteilservice" }
|
||||
],
|
||||
reverse: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user