From 12c96f6fb3da135c88e039a6bd5523f678bd0c1b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 17:28:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d710ef..30598a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Michelin Chef", handle: "@michelin_kitchen", testimonial: "The precision and balance are unmatched. Every cut feels like an extension of my hand.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg?_wi=1", imageAlt: "Chef testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg", imageAlt: "Chef testimonial" }, { name: "Collector", handle: "@historical_archive", testimonial: "Museum-quality craftsmanship meets functional art. Truly exceptional pieces.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-leader-pointing-you_1262-5890.jpg?_wi=1", imageAlt: "Collector testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-leader-pointing-you_1262-5890.jpg", imageAlt: "Collector testimonial" }, { name: "Master Butcher", handle: "@butcher_guild", testimonial: "Professional grade performance. These blades earn their place in any premium kitchen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg?_wi=1", imageAlt: "Butcher testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg", imageAlt: "Butcher testimonial" } ]} buttons={[ @@ -139,7 +139,6 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="split" useInvertedBackground={true} - animationType="scale-rotate" features={[ { id: 1, @@ -166,16 +165,16 @@ export default function LandingPage() { animationType="scale-rotate" metrics={[ { - id: "1", value: "28+", title: "Years Crafting", description: "Master smiths with decades of experience in traditional forging techniques." + id: "1", value: "28+", title: "Years Crafting", description: "Master smiths with decades of experience in traditional forging techniques.", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Years of craftsmanship video" }, { - id: "2", value: "5000+", title: "Blades Forged", description: "Each piece individually handcrafted and inspected for uncompromising quality." + id: "2", value: "5000+", title: "Blades Forged", description: "Each piece individually handcrafted and inspected for uncompromising quality.", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Blades forged video" }, { - id: "3", value: "98%", title: "Customer Satisfaction", description: "Premium quality and exceptional service earn consistently high ratings from collectors and professionals." + id: "3", value: "98%", title: "Customer Satisfaction", description: "Premium quality and exceptional service earn consistently high ratings from collectors and professionals.", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Customer satisfaction video" }, { - id: "4", value: "50+", title: "Global Partners", description: "Trusted by high-end retailers, Michelin chefs, and museums across six continents." + id: "4", value: "50+", title: "Global Partners", description: "Trusted by high-end retailers, Michelin chefs, and museums across six continents.", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Global partners video" } ]} /> @@ -190,13 +189,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Head Chef, Le Bernardin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg?_wi=2", imageAlt: "Chef 1" + id: "1", name: "Head Chef, Le Bernardin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg", imageAlt: "Chef 1" }, { - id: "2", name: "Master Collector", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-leader-pointing-you_1262-5890.jpg?_wi=2", imageAlt: "Collector" + id: "2", name: "Master Collector", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-leader-pointing-you_1262-5890.jpg", imageAlt: "Collector" }, { - id: "3", name: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg?_wi=2", imageAlt: "Chef 2" + id: "3", name: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg", imageAlt: "Chef 2" }, { id: "4", name: "Museum Curator", imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-positive-feelings-concept-portrait-fair-haired-friendly-young-female-stylish-white-shirt-smiling-happily-rejoicing-good-news-present-exams-success-work_343059-4197.jpg", imageAlt: "Curator" -- 2.49.1