From 892ae4d405eb5c5fcd59ee515d828e28b627e6e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:18:51 +0000 Subject: [PATCH] Switch to version 6: modified src/app/page.tsx --- src/app/page.tsx | 61 +++++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97388fd..9ed8a3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,9 +12,6 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import { Award, Briefcase, Calendar, Cog, Home, Hammer, MessageCircle, Paintbrush, Sparkles, Star, Brush, ClipboardCheck } from "lucide-react"; export default function LandingPage() { - // Placeholder for a translation function. In a real app, this would be imported from an i18n library. - const t = (key: string) => key; - return ( @@ -206,15 +203,9 @@ export default function LandingPage() { @@ -223,49 +214,49 @@ export default function LandingPage() { ); -} +} \ No newline at end of file