From 4583601e61b4bc8a390959dfe31b15ecbb729f13 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 07:40:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98ea22c..3e3d788 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-against-wall_171337-16420.jpg", imageAlt: "sculpture installation art gallery" }, { id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-color-palette-outdoors_23-2148014086.jpg", imageAlt: "fine art crating detail" }, { id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/empty-drawing-class-with-nobidy-it-prepared-drawing-lesson-paintng-canvas-no-people-creativity-workshop-equipped-with-professional-tools-develop-artistic-students-skills_482257-38988.jpg", imageAlt: "secure storage warehouse" }, - { id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/man-his-work-office_329181-10276.jpg", imageAlt: "expert conservator working" }, + { id: "slide-6", imageSrc: "http://img.b2bpic.net/man-his-work-office_329181-10276.jpg", imageAlt: "expert conservator working" }, ]} /> @@ -81,16 +81,10 @@ export default function LandingPage() { title="Legal & Compliance" sections={[ { - heading: "Our Standards", content: { - type: "paragraph", text: "Vellum operates under strict adherence to international museum-standard handling protocols. We maintain full insurance for all items in transit and storage." - } + heading: "Our Standards", content: { type: "paragraph", text: "Vellum operates under strict adherence to international museum-standard handling protocols. We maintain full insurance for all items in transit and storage." } }, { - heading: "Terms of Service", content: { - type: "list", items: [ - "Professional handling insurance for all consignments", "Compliance with international customs regulations", "Strict confidentiality regarding client collections", "Regular audit of safety equipment and logistics fleet" - ] - } + heading: "Terms of Service", content: { type: "list", items: ["Professional handling insurance for all consignments", "Compliance with international customs regulations", "Strict confidentiality regarding client collections", "Regular audit of safety equipment and logistics fleet"] } } ]} />