From 1f8e2796a08e19a8294dc842369718d499fd6f22 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:17:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f51dbe..4e07369 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,12 +26,6 @@ import { Image, FileText, Shield, - CircleDollarSign, - ArrowLeftRight, - Send, - House, - MessageSquareText, - Settings, } from "lucide-react"; export default function LandingPage() { @@ -82,7 +76,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186755.jpg", searchPlaceholder: "Search designs...", sidebarItems: [ { icon: Package, active: true }, { icon: Palette }, - { icon: Settings }, + { icon: Zap }, ], buttons: [ { text: "Quick Start", href: "#" }, @@ -98,7 +92,7 @@ export default function LandingPage() { description: "Your unique designs" }, { - title: "Satisfaction", values: ["98", "Happy", "Customers"], + title: "Satisfaction", values: ["98%", "Happy", "Customers"], description: "Trusted by professionals" }, ], @@ -293,7 +287,6 @@ export default function LandingPage() { imageAlt="Customer support team" mediaPosition="right" faqsAnimation="slide-up" - animationType="smooth" faqs={[ { id: "1", title: "How long does it take to receive my custom embosser?", content: "Standard turnaround is 5-7 business days. Professional and Enterprise plans offer faster options including 2-3 day and 24-hour express service. Rush orders can be arranged—contact our sales team for details." -- 2.49.1