From cfa5cdc22b427bd8859264e8b3482dc834ba55e5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:35:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f2c855..8e2d73c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { description="Utvalda skivor från vårt lager. Denna vecka fokuserar vi på svenska klassiker och sällsynta utgåvor." products={[ { - id: "1", name: "Imperiet – Trots Allt (1982)", price: "Finns i butiken", imageSrc: "http://img.b2bpic.net/free-photo/vintage-music-concept-with-big-vinyl_23-2147684992.jpg", imageAlt: "Imperiet - Trots Allt vinyl skiva från 1982" + id: "1", name: "Imperiet – Trots Allt (1982)", price: "Finns i butiken", imageSrc: "http://img.b2bpic.net/free-photo/vintage-music-concept-with-big-vinyl_23-2147684992.jpg?_wi=1", imageAlt: "Imperiet - Trots Allt vinyl skiva från 1982" }, { id: "2", name: "Miles Davis – Kind of Blue (1959)", price: "Finns i butiken", imageSrc: "http://img.b2bpic.net/free-vector/vinyl-music-festival-flyer_23-2147554884.jpg", imageAlt: "Miles Davis - Kind of Blue klassisk jazzskiva" @@ -136,7 +136,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Bläddra genom tusentals skivor", description: "Butiken är liten men full av musikskatter. Vi har allt från ovanliga fynd till klassiker.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-holding-headphones-head-near-bookshelf_23-2148397136.jpg" }, + title: "Bläddra genom tusentals skivor", description: "Butiken är liten men full av musikskatter. Vi har allt från ovanliga fynd till klassiker.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-holding-headphones-head-near-bookshelf_23-2148397136.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-wooden-shelf_23-2150256456.jpg" } } ]} @@ -206,10 +206,10 @@ export default function LandingPage() { id: "1", category: "Adress", title: "Kungsgatan 15, 903 21 Umeå", excerpt: "Vi finns i centrala Umeå, bara ett stenkast från andra butiker och restauranger. Lätt att hitta och nära pendeltåget.", imageSrc: "http://img.b2bpic.net/free-vector/local-business-landing-page_23-2148595146.jpg", imageAlt: "Be-Bop-A-Lula Land på Kungsgatan 15 i Umeå", authorName: "Be-Bop-A-Lula Land", authorAvatar: "http://img.b2bpic.net/free-photo/teenager-looking-newspapers-library_23-2147846732.jpg", date: "Öppet idag" }, { - id: "2", category: "Kontakt", title: "Ring eller mejla oss", excerpt: "Du kan nå oss på telefon eller e-post för frågor om skivor, reservationer eller försäljning av din samling.", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-holding-headphones-head-near-bookshelf_23-2148397136.jpg", imageAlt: "Be-Bop-A-Lula Land butik inredning", authorName: "Be-Bop-A-Lula Land", authorAvatar: "http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-wooden-shelf_23-2150256456.jpg", date: "Mån-fre 11-18" + id: "2", category: "Kontakt", title: "Ring eller mejla oss", excerpt: "Du kan nå oss på telefon eller e-post för frågor om skivor, reservationer eller försäljning av din samling.", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-holding-headphones-head-near-bookshelf_23-2148397136.jpg?_wi=2", imageAlt: "Be-Bop-A-Lula Land butik inredning", authorName: "Be-Bop-A-Lula Land", authorAvatar: "http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-wooden-shelf_23-2150256456.jpg", date: "Mån-fre 11-18" }, { - id: "3", category: "Öppettider", title: "Mån-fre 11:00-18:00, Lör 10:00-16:00", excerpt: "Vi är stängda på söndagar. Besök oss under veckans öppettider för att utforska vår skivsamling.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-music-concept-with-big-vinyl_23-2147684992.jpg", imageAlt: "Vinyl skivor i Be-Bop-A-Lula Land", authorName: "Be-Bop-A-Lula Land", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-holding-vinyl_23-2148487093.jpg", date: "Reguljära öppettider" + id: "3", category: "Öppettider", title: "Mån-fre 11:00-18:00, Lör 10:00-16:00", excerpt: "Vi är stängda på söndagar. Besök oss under veckans öppettider för att utforska vår skivsamling.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-music-concept-with-big-vinyl_23-2147684992.jpg?_wi=2", imageAlt: "Vinyl skivor i Be-Bop-A-Lula Land", authorName: "Be-Bop-A-Lula Land", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-holding-vinyl_23-2148487093.jpg", date: "Reguljära öppettider" } ]} animationType="slide-up" -- 2.49.1