Update src/app/page.tsx
This commit is contained in:
@@ -73,15 +73,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Reparaties", title: "Telefoon Reparaties", subtitle: "Alle Merken", description: "Wij repareren bijna alle smartphone merken. Van schermvervangingen tot batterij vervangingen en oplaadpoort reparaties.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dissasembled-drowned-phone-with-removed-battery-deattached-screen-professional-repairment-lab_346278-1207.jpg", imageAlt: "iPhone repair service", buttons: [{ text: "Details", href: "#contact" }]
|
||||
tag: "Reparaties", title: "Telefoon Reparaties", subtitle: "Alle Merken", description: "Wij repareren bijna alle smartphone merken. Van schermvervangingen tot batterij vervangingen en oplaadpoort reparaties.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dissasembled-drowned-phone-with-removed-battery-deattached-screen-professional-repairment-lab_346278-1207.jpg?_wi=1", imageAlt: "iPhone repair service", buttons: [{ text: "Details", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Snelheid", title: "Snelle Reparaties", subtitle: "30-60 Minuten", description: "Veel reparaties zijn klaar binnen 30-60 minuten. Waterschade diagnose en complexe reparaties worden snel afgehandeld.", imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphones-ilustrated_23-2151500018.jpg", imageAlt: "Screen replacement service", buttons: [{ text: "Informatie", href: "#contact" }]
|
||||
tag: "Snelheid", title: "Snelle Reparaties", subtitle: "30-60 Minuten", description: "Veel reparaties zijn klaar binnen 30-60 minuten. Waterschade diagnose en complexe reparaties worden snel afgehandeld.", imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphones-ilustrated_23-2151500018.jpg?_wi=1", imageAlt: "Screen replacement service", buttons: [{ text: "Informatie", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Accessoires", title: "Telefoon Accessoires", subtitle: "Groot Assortiment", description: "Telefoonhoesjes, screenprotectors, opladers, kabels, powerbanks en autohouders. Alles wat je nodig hebt.", imageSrc: "http://img.b2bpic.net/free-photo/bunch-plugs-different-types-charging-connectors-white-diverse-plugs-hand-close-up_169016-16262.jpg", imageAlt: "Phone accessories display", buttons: [{ text: "Aanbod", href: "#contact" }]
|
||||
tag: "Accessoires", title: "Telefoon Accessoires", subtitle: "Groot Assortiment", description: "Telefoonhoesjes, screenprotectors, opladers, kabels, powerbanks en autohouders. Alles wat je nodig hebt.", imageSrc: "http://img.b2bpic.net/free-photo/bunch-plugs-different-types-charging-connectors-white-diverse-plugs-hand-close-up_169016-16262.jpg?_wi=1", imageAlt: "Phone accessories display", buttons: [{ text: "Aanbod", href: "#contact" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "iphone-screen", brand: "iPhone", name: "Scherm Vervangen", price: "€79-129", rating: 5,
|
||||
reviewCount: "247", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dissasembled-drowned-phone-with-removed-battery-deattached-screen-professional-repairment-lab_346278-1207.jpg", imageAlt: "iPhone screen replacement"
|
||||
reviewCount: "247", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dissasembled-drowned-phone-with-removed-battery-deattached-screen-professional-repairment-lab_346278-1207.jpg?_wi=2", imageAlt: "iPhone screen replacement"
|
||||
},
|
||||
{
|
||||
id: "samsung-screen", brand: "Samsung", name: "Scherm Vervangen", price: "€69-119", rating: 5,
|
||||
@@ -113,15 +113,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "refurbished-phone", brand: "Diverse", name: "Refurbished Toestel", price: "€199-699", rating: 4,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphones-ilustrated_23-2151500018.jpg", imageAlt: "Refurbished phone"
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphones-ilustrated_23-2151500018.jpg?_wi=2", imageAlt: "Refurbished phone"
|
||||
},
|
||||
{
|
||||
id: "phone-case", brand: "Bescherming", name: "Telefoonhoesje", price: "€14-39", rating: 5,
|
||||
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/bunch-plugs-different-types-charging-connectors-white-diverse-plugs-hand-close-up_169016-16262.jpg", imageAlt: "Phone case"
|
||||
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/bunch-plugs-different-types-charging-connectors-white-diverse-plugs-hand-close-up_169016-16262.jpg?_wi=2", imageAlt: "Phone case"
|
||||
},
|
||||
{
|
||||
id: "charger", brand: "Opladen", name: "Snelle Oplader", price: "€19-49", rating: 5,
|
||||
reviewCount: "201", imageSrc: "http://img.b2bpic.net/free-photo/bunch-plugs-different-types-charging-connectors-white-diverse-plugs-hand-close-up_169016-16262.jpg", imageAlt: "Fast charger"
|
||||
reviewCount: "201", imageSrc: "http://img.b2bpic.net/free-photo/bunch-plugs-different-types-charging-connectors-white-diverse-plugs-hand-close-up_169016-16262.jpg?_wi=3", imageAlt: "Fast charger"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
icon={Award}
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vendor-talking-customer-counter_482257-76117.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vendor-talking-customer-counter_482257-76117.jpg?_wi=1"
|
||||
imageAlt="City Mobile store interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -224,7 +224,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vendor-talking-customer-counter_482257-76117.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vendor-talking-customer-counter_482257-76117.jpg?_wi=2"
|
||||
imageAlt="City Mobile storefront"
|
||||
logoText="City Mobile"
|
||||
copyrightText="© 2025 City Mobile | Telefoon Reparatie & Accessoires"
|
||||
|
||||
Reference in New Issue
Block a user