From 26f514ca982c3dca5479ca7f91df56ca3c7c0653 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:50:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 196 ++++++++++++----------------------------------- 1 file changed, 47 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbd5571..501d22d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,108 +43,58 @@ export default function LandingPage() {
@@ -162,17 +106,11 @@ export default function LandingPage() { description="Lille Viol is a small, carefully curated space where flowers, handmade pieces, and simple pleasures come together. Step inside for a quiet moment, a warm cup of tea, or to discover something truly special." metrics={[ { - value: "100%", - title: "Handmade", - }, + value: "100%", title: "Handmade"}, { - value: "24/7", - title: "Calm Vibes", - }, + value: "24/7", title: "Calm Vibes"}, { - value: "Local", - title: "Sourced", - }, + value: "Local", title: "Sourced"}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg?_wi=2" mediaAnimation="slide-up" @@ -187,26 +125,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Flowers & Floristry", - subtitle: "Seasonal bouquets and natural arrangements", - category: "Nature", - value: "Fresh", - }, + id: "f1", title: "Flowers & Floristry", subtitle: "Seasonal bouquets and natural arrangements", category: "Nature", value: "Fresh"}, { - id: "f2", - title: "Handmade & Unique Finds", - subtitle: "Thoughtfully selected pieces full of detail and charm", - category: "Craft", - value: "Rare", - }, + id: "f2", title: "Handmade & Unique Finds", subtitle: "Thoughtfully selected pieces full of detail and charm", category: "Craft", value: "Rare"}, { - id: "f3", - title: "Tea & Cake", - subtitle: "A peaceful pause in beautiful surroundings", - category: "Cafe", - value: "Cozy", - }, + id: "f3", title: "Tea & Cake", subtitle: "A peaceful pause in beautiful surroundings", category: "Cafe", value: "Cozy"}, ]} title="What You'll Find" description="Thoughtfully curated items for your home and heart." @@ -223,29 +146,19 @@ export default function LandingPage() { features={[ { icon: Star, - title: "Artisanal Flowers", - description: "Fresh, seasonal blooms arranged with love and natural aesthetics.", - }, + title: "Artisanal Flowers", description: "Fresh, seasonal blooms arranged with love and natural aesthetics."}, { icon: Coffee, - title: "Cozy Tea Corner", - description: "Relax with a warm cup of tea and a slice of artisanal cake.", - }, + title: "Cozy Tea Corner", description: "Relax with a warm cup of tea and a slice of artisanal cake."}, { icon: Palette, - title: "Creative Workshops", - description: "Join our intimate sessions to explore your creative side.", - }, + title: "Creative Workshops", description: "Join our intimate sessions to explore your creative side."}, { icon: ShoppingBag, - title: "Handmade Treasures", - description: "Shop rare pieces made by local artisans and makers.", - }, + title: "Handmade Treasures", description: "Shop rare pieces made by local artisans and makers."}, { icon: Heart, - title: "Calm Atmosphere", - description: "A peaceful retreat designed to inspire and soothe the mind.", - }, + title: "Calm Atmosphere", description: "A peaceful retreat designed to inspire and soothe the mind."}, ]} /> @@ -254,20 +167,15 @@ export default function LandingPage() { @@ -277,33 +185,23 @@ export default function LandingPage() { logoText="Lille Viol" columns={[ { - title: "Shop", - items: [ + title: "Butik", items: [ { - label: "Flowers", - href: "#", - }, + label: "Blomster", href: "#"}, { - label: "Workshops", - href: "/workshops", - }, + label: "Workshops", href: "/workshops"}, ], }, { - title: "Visit", - items: [ + title: "Besøg", items: [ { - label: "About", - href: "/about", - }, + label: "Om os", href: "/about"}, { - label: "Contact", - href: "#", - }, + label: "Kontakt", href: "#"}, ], }, ]} - copyrightText="© 2024 Lille Viol. All rights reserved." + copyrightText="© 2024 Lille Viol. Alle rettigheder forbeholdes." /> -- 2.49.1