Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd0c2b0162 | |||
| 9f8de0f5dd |
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
|||||||
<div id="repair-details" data-section="repair-details">
|
<div id="repair-details" data-section="repair-details">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Reparaturleistungen im Überblick"
|
title="Reparaturleistungen im Überblick"
|
||||||
description="Alle unsere Dienstleistungen im Detail – schnell, professionell, zuverlässig"
|
description="Alle unsere Dienstleistungen im Detail – schnell, professionell, zuverlässig. Preisrange: Von €50–€90 für die meisten Services."
|
||||||
tag="Detaillierte Services"
|
tag="Detaillierte Services"
|
||||||
tagIcon={Smartphone}
|
tagIcon={Smartphone}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -94,22 +94,22 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "display", name: "Displayreparatur", price: "ab 80€", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=2", imageAlt: "Display Reparatur"
|
id: "display", name: "Displayreparatur", price: "€80–€90", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=2", imageAlt: "Display Reparatur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "battery", name: "Akkutausch", price: "ab 60€", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=3", imageAlt: "Akkutausch Service"
|
id: "battery", name: "Akkutausch", price: "€60–€75", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=3", imageAlt: "Akkutausch Service"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "charging", name: "Ladebuchse", price: "ab 70€", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=4", imageAlt: "Ladebuchsenreparatur"
|
id: "charging", name: "Ladebuchse", price: "€70–€85", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=4", imageAlt: "Ladebuchsenreparatur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "water", name: "Wasserschaden", price: "auf Anfrage", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=5", imageAlt: "Wasserschaden Diagnose"
|
id: "water", name: "Wasserschaden", price: "€50–€80", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=5", imageAlt: "Wasserschaden Diagnose"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "camera", name: "Kamera-Reparatur", price: "ab 90€", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=6", imageAlt: "Kamera Reparatur"
|
id: "camera", name: "Kamera-Reparatur", price: "€80–€90", imageSrc: "http://img.b2bpic.net/free-photo/professional-uses-plastic-opener-tool-unplug-screen-cables-from-motherboard-smarthone-deattach-it-replace_346278-1199.jpg?_wi=6", imageAlt: "Kamera Reparatur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "software", name: "Software-Fehler", price: "ab 50€", imageSrc: "http://img.b2bpic.net/free-photo/technician-clearing-circuit-board-disassembled-laptop_1098-13785.jpg?_wi=2", imageAlt: "Softwarereparatur"
|
id: "software", name: "Software-Fehler", price: "€50–€70", imageSrc: "http://img.b2bpic.net/free-photo/technician-clearing-circuit-board-disassembled-laptop_1098-13785.jpg?_wi=2", imageAlt: "Softwarereparatur"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user