diff --git a/src/app/page.tsx b/src/app/page.tsx
index db4b385..3b1e28b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextAbout from '@/components/sections/about/TextAbout';
-import { History, Mail } from "lucide-react";
+import { MapPin, Phone, Clock, BadgeCheck, Zap, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,47 +30,23 @@ export default function LandingPage() {
-
-
-
@@ -141,44 +68,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "Precision Cutting",
- subtitle: "Advanced digital cutting",
- category: "Accuracy",
- value: "100%",
- },
- {
- id: "2",
- title: "Eco-friendly Inks",
- subtitle: "Sustainability first",
- category: "Environment",
- value: "Green",
- },
- {
- id: "3",
- title: "Fast Turnaround",
- subtitle: "Ready when you need",
- category: "Delivery",
- value: "24h",
- },
- {
- id: "4",
- title: "Custom Finishing",
- subtitle: "Lamination & binding",
- category: "Quality",
- value: "Premium",
- },
- {
- id: "5",
- title: "Bulk Discounts",
- subtitle: "Save on large orders",
- category: "Pricing",
- value: "Flexible",
- },
+ { id: "1", title: "Cheap Rates", subtitle: "Budget-friendly pricing", category: "Value", value: "Best" },
+ { id: "2", title: "Quality Prints", subtitle: "Sharp & crisp results", category: "Quality", value: "High" },
+ { id: "3", title: "Fast Service", subtitle: "Swift turnaround", category: "Speed", value: "Rapid" },
+ { id: "4", title: "Student Support", subtitle: "Special aid for students", category: "Support", value: "Active" },
+ { id: "5", title: "Extended Hours", subtitle: "Open until 10:30 PM", category: "Convenience", value: "Late" },
]}
- title="Why Choose Us"
- description="Our commitment to quality printing ensures every job meets the highest professional standards."
+ title="Why We Stand Out"
+ description="We pride ourselves on our positive reputation, ensuring every customer gets exactly what they need on time and on budget."
/>
@@ -188,73 +85,33 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Jenkins",
- handle: "@sarah_j",
- testimonial: "Exceptional quality on our corporate stationary. Quick and professional.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-businessman-wearing-tie-glasses-isolated-white-background-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-17856.jpg",
- },
- {
- id: "2",
- name: "Mark Thomson",
- handle: "@mt_design",
- testimonial: "My go-to printer for all design projects. Colors are always perfect.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg",
- },
- {
- id: "3",
- name: "Elena Ross",
- handle: "@elena_ross",
- testimonial: "Fast turnaround for our event banners. Highly recommended service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg",
- },
- {
- id: "4",
- name: "David Wu",
- handle: "@dwu_dev",
- testimonial: "Excellent customer support and very consistent print results.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
- },
- {
- id: "5",
- name: "Chloe Miller",
- handle: "@miller_corp",
- testimonial: "The best print shop in town. Never misses a deadline.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
- },
+ { id: "1", name: "Student User", handle: "@local_student", testimonial: "They are the only place offering student-friendly rates. Really saved my semester project!", rating: 5 },
+ { id: "2", name: "Small Business Owner", handle: "@bengaluru_biz", testimonial: "Consistent quality and the fact they are open late makes them invaluable.", rating: 5 },
]}
showRating={true}
- title="Trusted by Experts"
- description="See why hundreds of businesses rely on our printing services daily."
+ title="Happy Customers"
+ description="Check out what our local clients have to say about our printing services."
/>
);
-}
+}
\ No newline at end of file