diff --git a/src/app/page.tsx b/src/app/page.tsx
index d45a828..fc9f497 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
@@ -64,19 +52,14 @@ export default function LandingPage() {
@@ -219,45 +153,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Pilusa Mankopane",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
- },
+ id: "t1", name: "Pilusa Mankopane", role: "Client", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"},
{
- id: "t2",
- name: "Moloko Lwandlelwethu",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg",
- },
+ id: "t2", name: "Moloko Lwandlelwethu", role: "Client", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg"},
{
- id: "t3",
- name: "John D.",
- role: "Corporate",
- company: "TechCorp",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg",
- },
+ id: "t3", name: "John D.", role: "Corporate", company: "TechCorp", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg"},
{
- id: "t4",
- name: "Sarah K.",
- role: "Manager",
- company: "RetailLab",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg",
- },
+ id: "t4", name: "Sarah K.", role: "Manager", company: "RetailLab", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg"},
{
- id: "t5",
- name: "Mike R.",
- role: "Team Lead",
- company: "SportsGroup",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg",
- },
+ id: "t5", name: "Mike R.", role: "Team Lead", company: "SportsGroup", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg"},
]}
title="What Our Clients Say"
description="Trusted by businesses and individuals across Polokwane."
@@ -270,30 +179,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "How do I place an order?",
- content: "You can request a quote via our website or give us a call at 071 425 0293.",
- },
+ id: "f1", title: "How do I place an order?", content: "You can request a quote via our website or give us a call at 071 425 0293."},
{
- id: "f2",
- title: "Do you offer bulk printing?",
- content: "Yes, we specialize in bulk orders for corporate and team apparel.",
- },
+ id: "f2", title: "Do you offer bulk printing?", content: "Yes, we specialize in bulk orders for corporate and team apparel."},
{
- id: "f3",
- title: "What is the turnaround time?",
- content: "Most orders are processed within 24-48 hours depending on quantity and complexity.",
- },
+ id: "f3", title: "What is the turnaround time?", content: "Most orders are processed within 24-48 hours depending on quantity and complexity."},
{
- id: "f4",
- title: "Can I bring my own garments?",
- content: "Yes, we accept customer-provided garments for printing as long as they are compatible with our machines.",
- },
+ id: "f4", title: "Can I bring my own garments?", content: "Yes, we accept customer-provided garments for printing as long as they are compatible with our machines."},
{
- id: "f5",
- title: "Where are you located?",
- content: "House No. 172 Letsokoane, Bloodriver Ext, Seshego-B, Polokwane, 0724.",
- },
+ id: "f5", title: "Where are you located?", content: "House No. 172 Letsokoane, Bloodriver Ext, Seshego-B, Polokwane, 0724."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about our services."
@@ -305,8 +199,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file