diff --git a/src/app/page.tsx b/src/app/page.tsx
index 93b99f3..7133b80 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,108 +48,41 @@ export default function LandingPage() {
@@ -167,21 +92,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Legacy of Printing Excellence"
metrics={[
- {
- icon: Printer,
- label: "Books Printed",
- value: "1.2M+",
- },
- {
- icon: Award,
- label: "Years Experience",
- value: "25+",
- },
- {
- icon: Users,
- label: "Happy Clients",
- value: "5k+",
- },
+ { icon: Printer, label: "Books Printed", value: "1.2M+" },
+ { icon: Award, label: "Years Experience", value: "25+" },
+ { icon: Users, label: "Happy Clients", value: "5k+" },
]}
metricsAnimation="slide-up"
/>
@@ -193,21 +106,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: CheckCircle,
- title: "Premium Paper Quality",
- description: "We source the finest materials to ensure every project meets the highest professional standards.",
- },
- {
- icon: Zap,
- title: "Fast Turnaround Time",
- description: "Our high-speed offset and digital presses ensure your deadlines are met with absolute efficiency.",
- },
- {
- icon: Shield,
- title: "Secure Binding",
- description: "Whether hardcover or softcover, our professional binding ensures longevity for all publications.",
- },
+ { icon: CheckCircle, title: "Premium Paper Quality", description: "We source the finest materials to ensure every project meets the highest professional standards." },
+ { icon: Zap, title: "Fast Turnaround Time", description: "Our high-speed offset and digital presses ensure your deadlines are met with absolute efficiency." },
+ { icon: Shield, title: "Secure Binding", description: "Whether hardcover or softcover, our professional binding ensures longevity for all publications." },
]}
title="Why Choose Us?"
description="Our commitment to quality, precision, and timely delivery sets us apart as industry leaders in book and commercial printing."
@@ -216,64 +117,17 @@ export default function LandingPage() {
@@ -451,13 +209,9 @@ export default function LandingPage() {