diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cf320cf..5526b74 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Navigatie", - items: [ + title: "Navigatie", items: [ { label: "Home", href: "/" }, { label: "Diensten", href: "/services" }, { label: "Over Ons", href: "/about" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Diensten", - items: [ + title: "Diensten", items: [ { label: "Dakreparatie", href: "/services" }, { label: "Dakrenovatie", href: "/services" }, { label: "Dakonderhoud", href: "/services" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Telefoon: 06 18931560", href: "tel:0618931560" }, { label: "Sint Jozefslaan 149", href: "#" }, { label: "Weert, Limburg", href: "#" }, @@ -45,8 +42,7 @@ export default function ContactPage() { ], }, { - title: "Legaal", - items: [ + title: "Legaal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Algemene Voorwaarden", href: "#" }, { label: "Cookies", href: "#" }, @@ -61,7 +57,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -79,16 +75,15 @@ export default function ContactPage() { tag="Gratis Offerte" title="Vraag Vandaag Nog Een Offerte Aan" description="Laat ons weten wat u nodig heeft. We controleren snel en geven een duidelijke offerte. Geen verplichtingen." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-sanding-down-wood-piece_23-2148748859.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-sanding-down-wood-piece_23-2148748859.jpg" imageAlt="Professionele dakdekker aan het werk" inputPlaceholder="Uw e-mailadres" buttonText="Offerte Aanvragen" termsText="We respecteren uw privacy. Unsubscribe altijd mogelijk." mediaPosition="right" tagIcon={Mail} - tagAnimation="slide-up" mediaAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index e6a32d2..14e9cc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigatie", - items: [ + title: "Navigatie", items: [ { label: "Home", href: "/" }, { label: "Diensten", href: "/services" }, { label: "Over Ons", href: "/about" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Diensten", - items: [ + title: "Diensten", items: [ { label: "Dakreparatie", href: "/services" }, { label: "Dakrenovatie", href: "/services" }, { label: "Dakonderhoud", href: "/services" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Telefoon: 06 18931560", href: "tel:0618931560" }, { label: "Sint Jozefslaan 149", href: "#" }, { label: "Weert, Limburg", href: "#" }, @@ -51,8 +48,7 @@ export default function HomePage() { ], }, { - title: "Legaal", - items: [ + title: "Legaal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Algemene Voorwaarden", href: "#" }, { label: "Cookies", href: "#" }, @@ -67,7 +63,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -86,7 +82,7 @@ export default function HomePage() { @@ -298,14 +218,15 @@ export default function HomePage() { tag="Gratis Offerte" title="Vraag Vandaag Nog Een Offerte Aan" description="Laat ons weten wat u nodig heeft. We controleren snel en geven een duidelijke offerte. Geen verplichtingen." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-sanding-down-wood-piece_23-2148748859.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-sanding-down-wood-piece_23-2148748859.jpg" imageAlt="Professionele dakdekker aan het werk" inputPlaceholder="Uw e-mailadres" buttonText="Offerte Aanvragen" termsText="We respecteren uw privacy. Unsubscribe altijd mogelijk." mediaPosition="right" + mediaAnimation="slide-up" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 652787b..1fa2891 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -20,8 +20,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Navigatie", - items: [ + title: "Navigatie", items: [ { label: "Home", href: "/" }, { label: "Diensten", href: "/services" }, { label: "Over Ons", href: "/about" }, @@ -29,8 +28,7 @@ export default function ServicesPage() { ], }, { - title: "Diensten", - items: [ + title: "Diensten", items: [ { label: "Dakreparatie", href: "/services" }, { label: "Dakrenovatie", href: "/services" }, { label: "Dakonderhoud", href: "/services" }, @@ -38,8 +36,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Telefoon: 06 18931560", href: "tel:0618931560" }, { label: "Sint Jozefslaan 149", href: "#" }, { label: "Weert, Limburg", href: "#" }, @@ -47,8 +44,7 @@ export default function ServicesPage() { ], }, { - title: "Legaal", - items: [ + title: "Legaal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Algemene Voorwaarden", href: "#" }, { label: "Cookies", href: "#" }, @@ -63,7 +59,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -86,41 +82,17 @@ export default function ServicesPage() { tagIcon={CheckCircle} features={[ { - title: "Dakreparaties", - description: "Snelle en effectieve reparaties voor alle soorten dakschade. Van kleine lekkages tot grote herstellingen. We gebruiken alleen kwaliteitsmaterialen.", - imageSrc: "http://img.b2bpic.net/free-photo/image-funny-man-trying-close-suitcase-filled-with-pile-clothes-packing-luggage-putting-things-inside-bag_1258-314271.jpg?_wi=2", - imageAlt: "Dakreparatie werk", - }, + title: "Dakreparaties", description: "Snelle en effectieve reparaties voor alle soorten dakschade. Van kleine lekkages tot grote herstellingen. We gebruiken alleen kwaliteitsmaterialen.", imageSrc: "http://img.b2bpic.net/free-photo/image-funny-man-trying-close-suitcase-filled-with-pile-clothes-packing-luggage-putting-things-inside-bag_1258-314271.jpg", imageAlt: "Dakreparatie werk"}, { - title: "Dakrenovaties", - description: "Complete dakvernieuwing met moderne materialen en technieken. Professioneel gerenoveerde daken die jarenlang meegaan zonder problemen.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-roof-house_23-2148748851.jpg?_wi=2", - imageAlt: "Dakrenovatie project", - }, + title: "Dakrenovaties", description: "Complete dakvernieuwing met moderne materialen en technieken. Professioneel gerenoveerde daken die jarenlang meegaan zonder problemen.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-roof-house_23-2148748851.jpg", imageAlt: "Dakrenovatie project"}, { - title: "Dakonderhoud", - description: "Regelmatig onderhoud voorkomt grote problemen. We controleren, reinigen en onderhouden uw dak professioneel.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-skillful-technician-commissioned-outside-hvac-system-routine-maintenance-looking-refrigerant-issues-meticulous-mechanic-doing-air-conditioner-inspection-writing-data-tablet_482257-66265.jpg?_wi=2", - imageAlt: "Dakonderhoud werkzaamheden", - }, + title: "Dakonderhoud", description: "Regelmatig onderhoud voorkomt grote problemen. We controleren, reinigen en onderhouden uw dak professioneel.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skillful-technician-commissioned-outside-hvac-system-routine-maintenance-looking-refrigerant-issues-meticulous-mechanic-doing-air-conditioner-inspection-writing-data-tablet_482257-66265.jpg", imageAlt: "Dakonderhoud werkzaamheden"}, { - title: "Zinkwerken", - description: "Professionele vervaardiging en plaatsing van zinkwerk. Duurzaam, esthetisch aantrekkelijk en water-dicht.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=2", - imageAlt: "Zinkwerk detail", - }, + title: "Zinkwerken", description: "Professionele vervaardiging en plaatsing van zinkwerk. Duurzaam, esthetisch aantrekkelijk en water-dicht.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg", imageAlt: "Zinkwerk detail"}, { - title: "Lekkage Oplossen", - description: "Systematische diagnose en reparatie van daklekkages. We vinden en verhelpen de bron van het probleem.", - imageSrc: "http://img.b2bpic.net/free-photo/cute-kids-plaiyng-rainy-day_1157-22922.jpg?_wi=2", - imageAlt: "Lekkage diagnostiek", - }, + title: "Lekkage Oplossen", description: "Systematische diagnose en reparatie van daklekkages. We vinden en verhelpen de bron van het probleem.", imageSrc: "http://img.b2bpic.net/free-photo/cute-kids-plaiyng-rainy-day_1157-22922.jpg", imageAlt: "Lekkage diagnostiek"}, { - title: "Dakinspectie", - description: "Gratis dakinspectie met gedetailleerd rapport. Ontdek precies de staat van uw dak en nodig herstellingen.", - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=2", - imageAlt: "Dakinspectie controleren", - }, + title: "Dakinspectie", description: "Gratis dakinspectie met gedetailleerd rapport. Ontdek precies de staat van uw dak en nodig herstellingen.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Dakinspectie controleren"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -138,35 +110,14 @@ export default function ServicesPage() { tagIcon={Award} products={[ { - id: "1", - brand: "Residentieel", - name: "Volledige Dakrenovatie", - price: "Voltooid", - rating: 5, - reviewCount: "Vorig jaar", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg?_wi=2", - imageAlt: "Dakrenovatie herenhuis", - }, + id: "1", brand: "Residentieel", name: "Volledige Dakrenovatie", price: "Voltooid", rating: 5, + reviewCount: "Vorig jaar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg", imageAlt: "Dakrenovatie herenhuis"}, { - id: "2", - brand: "Commercieel", - name: "Industrieel Dakwerk", - price: "Voltooid", - rating: 5, - reviewCount: "Recent", - imageSrc: "http://img.b2bpic.net/free-photo/industrial-factory-worker-protective-equipment-standing-metal-staircase-production-plant_342744-439.jpg?_wi=2", - imageAlt: "Industrieel dak gerepareerd", - }, + id: "2", brand: "Commercieel", name: "Industrieel Dakwerk", price: "Voltooid", rating: 5, + reviewCount: "Recent", imageSrc: "http://img.b2bpic.net/free-photo/industrial-factory-worker-protective-equipment-standing-metal-staircase-production-plant_342744-439.jpg", imageAlt: "Industrieel dak gerepareerd"}, { - id: "3", - brand: "Speciale Werken", - name: "Zinkwerk Installations", - price: "Voltooid", - rating: 5, - reviewCount: "6 maanden", - imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg?_wi=2", - imageAlt: "Zinkwerk installatie", - }, + id: "3", brand: "Speciale Werken", name: "Zinkwerk Installations", price: "Voltooid", rating: 5, + reviewCount: "6 maanden", imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg", imageAlt: "Zinkwerk installatie"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -181,14 +132,15 @@ export default function ServicesPage() { tag="Gratis Offerte" title="Vraag Nu Een Offerte Aan" description="Laat ons weten wat uw dakwerk nodig heeft. We controleren snel en geven een duidelijke, transparante offerte." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-sanding-down-wood-piece_23-2148748859.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-sanding-down-wood-piece_23-2148748859.jpg" imageAlt="Professionele dakdekker aan het werk" inputPlaceholder="Uw e-mailadres" buttonText="Offerte Aanvragen" termsText="We respecteren uw privacy. Unsubscribe altijd mogelijk." mediaPosition="right" + mediaAnimation="slide-up" />