Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-02 18:55:23 +00:00
5 changed files with 27 additions and 27 deletions

View File

@@ -64,7 +64,7 @@ export default function AboutPage() {
id: "2",
name: "Sarah Weber",
role: "Farbdesignerin",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-lady-with-short-curly-hair-wireless-earphones_574295-1285.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-lady-with-short-curly-hair-wireless-earphones_574295-1285.jpg?_wi=3",
imageAlt: "Sarah Weber",
},
{
@@ -162,7 +162,7 @@ export default function AboutPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg"
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg?_wi=4"
imageAlt="Footer Background"
logoText="ColorCraft Studio"
copyrightText="© 2025 ColorCraft Studio. Alle Rechte vorbehalten."

View File

@@ -102,7 +102,7 @@ export default function ContactPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg"
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg?_wi=5"
imageAlt="Footer Background"
logoText="ColorCraft Studio"
copyrightText="© 2025 ColorCraft Studio. Alle Rechte vorbehalten."

View File

@@ -57,63 +57,63 @@ export default function MaterialsPage() {
id: "1",
name: "Premium Wandfarbe - Anthrazit",
price: "ab 45€/L",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cans-with-copy-space_23-2148591311.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cans-with-copy-space_23-2148591311.jpg?_wi=2",
imageAlt: "Premium Wandfarbe Anthrazit",
},
{
id: "2",
name: "Eco Lack - Natur Weiß",
price: "ab 62€/L",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-palette-brush-painting_171337-10967.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-palette-brush-painting_171337-10967.jpg?_wi=2",
imageAlt: "Eco Lack Natur Weiß",
},
{
id: "3",
name: "Glanzlack - Deep Blue",
price: "ab 58€/L",
imageSrc: "http://img.b2bpic.net/free-photo/texture-colorful-wooden-boards_23-2148198899.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/texture-colorful-wooden-boards_23-2148198899.jpg?_wi=2",
imageAlt: "Glanzlack Deep Blue",
},
{
id: "4",
name: "Mattlack - Skandinavisch",
price: "ab 52€/L",
imageSrc: "http://img.b2bpic.net/free-photo/dried-lily-leaf-textured-background-design_53876-143099.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dried-lily-leaf-textured-background-design_53876-143099.jpg?_wi=2",
imageAlt: "Mattlack Skandinavisch",
},
{
id: "5",
name: "Speziallack - Hochglanz",
price: "ab 78€/L",
imageSrc: "http://img.b2bpic.net/free-photo/wood-texture_1142-829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wood-texture_1142-829.jpg?_wi=2",
imageAlt: "Speziallack Hochglanz",
},
{
id: "6",
name: "Bio-Beschichtung - Natur",
price: "ab 55€/L",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-petri-dish_23-2148785033.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-petri-dish_23-2148785033.jpg?_wi=2",
imageAlt: "Bio-Beschichtung Natur",
},
{
id: "7",
name: "Premium Strukturlack",
price: "ab 68€/L",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cans-with-copy-space_23-2148591311.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cans-with-copy-space_23-2148591311.jpg?_wi=3",
imageAlt: "Premium Strukturlack",
},
{
id: "8",
name: "Fassadenlack - Weiß",
price: "ab 48€/L",
imageSrc: "http://img.b2bpic.net/free-photo/texture-colorful-wooden-boards_23-2148198899.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/texture-colorful-wooden-boards_23-2148198899.jpg?_wi=3",
imageAlt: "Fassadenlack Weiß",
},
{
id: "9",
name: "Metallic Effektlack",
price: "ab 85€/L",
imageSrc: "http://img.b2bpic.net/free-photo/wood-texture_1142-829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wood-texture_1142-829.jpg?_wi=3",
imageAlt: "Metallic Effektlack",
},
]}
@@ -183,7 +183,7 @@ export default function MaterialsPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg"
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg?_wi=2"
imageAlt="Footer Background"
logoText="ColorCraft Studio"
copyrightText="© 2025 ColorCraft Studio. Alle Rechte vorbehalten."

View File

@@ -160,42 +160,42 @@ export default function HomePage() {
id: "1",
name: "Premium Wandfarbe - Anthrazit",
price: "ab 45€/L",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cans-with-copy-space_23-2148591311.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cans-with-copy-space_23-2148591311.jpg?_wi=1",
imageAlt: "Premium Wandfarbe Anthrazit",
},
{
id: "2",
name: "Eco Lack - Natur Weiß",
price: "ab 62€/L",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-palette-brush-painting_171337-10967.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-palette-brush-painting_171337-10967.jpg?_wi=1",
imageAlt: "Eco Lack Natur Weiß",
},
{
id: "3",
name: "Glanzlack - Deep Blue",
price: "ab 58€/L",
imageSrc: "http://img.b2bpic.net/free-photo/texture-colorful-wooden-boards_23-2148198899.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/texture-colorful-wooden-boards_23-2148198899.jpg?_wi=1",
imageAlt: "Glanzlack Deep Blue",
},
{
id: "4",
name: "Mattlack - Skandinavisch",
price: "ab 52€/L",
imageSrc: "http://img.b2bpic.net/free-photo/dried-lily-leaf-textured-background-design_53876-143099.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dried-lily-leaf-textured-background-design_53876-143099.jpg?_wi=1",
imageAlt: "Mattlack Skandinavisch",
},
{
id: "5",
name: "Speziallack - Hochglanz",
price: "ab 78€/L",
imageSrc: "http://img.b2bpic.net/free-photo/wood-texture_1142-829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wood-texture_1142-829.jpg?_wi=1",
imageAlt: "Speziallack Hochglanz",
},
{
id: "6",
name: "Bio-Beschichtung - Natur",
price: "ab 55€/L",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-petri-dish_23-2148785033.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-petri-dish_23-2148785033.jpg?_wi=1",
imageAlt: "Bio-Beschichtung Natur",
},
]}
@@ -225,7 +225,7 @@ export default function HomePage() {
handle: "@PetraBau",
testimonial: "ColorCraft hat unseren Neubau in München in kürzester Zeit und mit perfekter Qualität gestrichen. Das Team war professionell, pünktlich und die Farben einfach wunderbar!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1",
imageAlt: "Petra Müller Portrait",
},
{
@@ -234,7 +234,7 @@ export default function HomePage() {
handle: "@KlausArch",
testimonial: "Die Materialdatenbank ist beeindruckend. Wir können jetzt alle technischen Daten sofort abrufen und Vergleiche anstellen. Das spart uns Zeit und Kosten!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=1",
imageAlt: "Klaus Zimmer Portrait",
},
{
@@ -243,7 +243,7 @@ export default function HomePage() {
handle: "@LisaDesign",
testimonial: "Die nachhaltige Beschichtung für unser Öko-Projekt war ausgezeichnet. Niedriger VOC-Wert, perfekte Verarbeitung und wunderbare Farbqualität.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-lady-with-short-curly-hair-wireless-earphones_574295-1285.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-lady-with-short-curly-hair-wireless-earphones_574295-1285.jpg?_wi=1",
imageAlt: "Lisa Hartmann Portrait",
},
{
@@ -340,7 +340,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg"
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg?_wi=1"
imageAlt="Footer Background"
logoText="ColorCraft Studio"
copyrightText="© 2025 ColorCraft Studio. Alle Rechte vorbehalten."

View File

@@ -119,7 +119,7 @@ export default function ProjectsPage() {
handle: "@PetraBau",
testimonial: "ColorCraft hat unseren Neubau in München perfekt umsetzt. Das Team verstand exakt unsere Vision und setzte sie makellos um. Absolut professionell!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2",
imageAlt: "Petra Müller Portrait",
},
{
@@ -128,7 +128,7 @@ export default function ProjectsPage() {
handle: "@KlausArch",
testimonial: "Die Fassadengestaltung für unser denkmalgeschütztes Gebäude war hervorragend. Sie respektierten jeden Aspekt des Denkmalschutzes und lieferten exzellente Ergebnisse.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=2",
imageAlt: "Klaus Zimmer Portrait",
},
{
@@ -137,7 +137,7 @@ export default function ProjectsPage() {
handle: "@LisaDesign",
testimonial: "Die kreative Werkstatt hätte nicht besser werden können. Farbauswahl, Oberflächentextur, alles perfekt koordiniert. Ein Meisterwerk!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-lady-with-short-curly-hair-wireless-earphones_574295-1285.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-lady-with-short-curly-hair-wireless-earphones_574295-1285.jpg?_wi=2",
imageAlt: "Lisa Hartmann Portrait",
},
]}
@@ -167,7 +167,7 @@ export default function ProjectsPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg"
imageSrc="http://img.b2bpic.net/free-photo/house-painters-with-paint-roller_1398-1568.jpg?_wi=3"
imageAlt="Footer Background"
logoText="ColorCraft Studio"
copyrightText="© 2025 ColorCraft Studio. Alle Rechte vorbehalten."