Update src/app/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artist-makes-wood-sculptures-engraving-lumber-with-tools-using-protective-gear_482257-86386.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artist-makes-wood-sculptures-engraving-lumber-with-tools-using-protective-gear_482257-86386.jpg?_wi=1"
|
||||
imageAlt="Werkstatt eines Handwerkers"
|
||||
/>
|
||||
</div>
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
description="Bei HolzArt steht das Holz im Mittelpunkt unserer Leidenschaft. Jedes Stück ist ein Unikat, das mit Hingabe gefertigt wurde."
|
||||
subdescription="Wir vereinen traditionelle Techniken mit modernem Design, um Ihre Vision in edlem Massivholz Wirklichkeit werden zu lassen."
|
||||
icon={Box}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artist-makes-wood-sculptures-engraving-lumber-with-tools-using-protective-gear_482257-86386.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artist-makes-wood-sculptures-engraving-lumber-with-tools-using-protective-gear_482257-86386.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,37 +93,37 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Esstisch Eiche massiv",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-table_23-2151003030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-table_23-2151003030.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sessel Walnuss",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ornate-chair-art-nouveau-style-with-stained-glass_23-2150975571.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ornate-chair-art-nouveau-style-with-stained-glass_23-2150975571.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sideboard Eiche",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-tools-wooden-table-background_1098-14176.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-tools-wooden-table-background_1098-14176.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Regalsystem Unikat",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-jobs-equipment-composition_23-2148732418.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-jobs-equipment-composition_23-2148732418.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Couchtisch Kirschbaum",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-wooden-furniture-isolated-white-background_181624-25290.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-wooden-furniture-isolated-white-background_181624-25290.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Kommode handgefertigt",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772133.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772133.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Unsere Arbeiten"
|
||||
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
role: "Architektin",
|
||||
company: "Müller Design",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-table_23-2151003030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-table_23-2151003030.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
role: "Kunde",
|
||||
company: "Privat",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ornate-chair-art-nouveau-style-with-stained-glass_23-2150975571.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ornate-chair-art-nouveau-style-with-stained-glass_23-2150975571.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
role: "Designerin",
|
||||
company: "Studio S",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-tools-wooden-table-background_1098-14176.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-tools-wooden-table-background_1098-14176.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
role: "Kunde",
|
||||
company: "Privat",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-jobs-equipment-composition_23-2148732418.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-jobs-equipment-composition_23-2148732418.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
role: "Unternehmerin",
|
||||
company: "Wagner GmbH",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-wooden-furniture-isolated-white-background_181624-25290.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-wooden-furniture-isolated-white-background_181624-25290.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -221,13 +221,13 @@ export default function LandingPage() {
|
||||
placeholder: "Beschreibung Ihres Wunsches",
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artisan-jobs-equipment-diy-word-assortment_23-2148732424.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artisan-jobs-equipment-diy-word-assortment_23-2148732424.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artist-makes-wood-sculptures-engraving-lumber-with-tools-using-protective-gear_482257-86386.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artist-makes-wood-sculptures-engraving-lumber-with-tools-using-protective-gear_482257-86386.jpg?_wi=3"
|
||||
logoText="HolzArt"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user