From 6e40dfe502a0606d4a55692289799a91bd6f7f8c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 16:16:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 336 ++++------------------------------------------- 1 file changed, 23 insertions(+), 313 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d73d32d..f3b9802 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -219,44 +90,7 @@ export default function LandingPage() { textboxLayout="split" gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "Eksklusivt Køkken", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg", - }, - { - id: "p2", - name: "Specialtrappe", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-zoom-calls-with-chair_23-2149684490.jpg", - }, - { - id: "p3", - name: "Plankegulv i Eg", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264440.jpg", - }, - { - id: "p4", - name: "Indbygningsskab", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/conceptual_1122-1821.jpg", - }, - { - id: "p5", - name: "Terrasse i hårdttræ", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-concrete-stairs-inside-building-with-turned-lights_181624-6745.jpg", - }, - { - id: "p6", - name: "Garderobeløsning", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-classic-warm-living-room-with-piano-armchair_105762-2249.jpg", - }, - ]} + products={[{ id: "p1", name: "Eksklusivt Køkken", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg" }, { id: "p2", name: "Specialtrappe", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-zoom-calls-with-chair_23-2149684490.jpg" }, { id: "p3", name: "Plankegulv i Eg", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264440.jpg" }, { id: "p4", name: "Indbygningsskab", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/conceptual_1122-1821.jpg" }, { id: "p5", name: "Terrasse i hårdttræ", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-concrete-stairs-inside-building-with-turned-lights_181624-6745.jpg" }, { id: "p6", name: "Garderobeløsning", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-classic-warm-living-room-with-piano-armchair_105762-2249.jpg" }]} title="Udvalgte Projekter" description="Et udpluk af vores seneste arbejde udført med stolthed." /> @@ -265,44 +99,9 @@ export default function LandingPage() {
@@ -312,28 +111,7 @@ export default function LandingPage() {
@@ -378,51 +132,7 @@ export default function LandingPage() { -- 2.49.1