diff --git a/src/app/page.tsx b/src/app/page.tsx
index 222b775..0e00ba0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,46 +39,19 @@ export default function LandingPage() {
@@ -101,47 +62,14 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
- useInvertedBackground={false}
products={[
- {
- id: "s1",
- name: "Furniture Reassembly (1 Bed Flat)",
- price: "From £250",
- imageSrc: "http://img.b2bpic.net/free-photo/moving-boxes-living-room_23-2152001502.jpg?_wi=2",
- },
- {
- id: "s2",
- name: "Furniture Reassembly (1 Bed Property)",
- price: "From £350",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086804.jpg?_wi=2",
- },
- {
- id: "s3",
- name: "Home Unpacking (1 Bed Flat)",
- price: "From £350",
- imageSrc: "http://img.b2bpic.net/free-photo/man-from-delivery-service-arriving-with-boxes-documents-be-signed-beautiful-young-couple-moving_482257-22217.jpg?_wi=2",
- },
- {
- id: "s4",
- name: "Furniture Disassembly (4-Bed House)",
- price: "From £450",
- imageSrc: "http://img.b2bpic.net/free-photo/moving-boxes-living-room_23-2152001502.jpg?_wi=3",
- },
- {
- id: "s5",
- name: "Home Unpacking (2-Bed House)",
- price: "From £450",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086804.jpg?_wi=3",
- },
- {
- id: "s6",
- name: "Custom Relocation Quote",
- price: "Free Estimate",
- imageSrc: "http://img.b2bpic.net/free-photo/man-from-delivery-service-arriving-with-boxes-documents-be-signed-beautiful-young-couple-moving_482257-22217.jpg?_wi=3",
- },
+ { id: "s1", name: "Comprehensive Home Move", price: "From £250", imageSrc: "http://img.b2bpic.net/free-photo/moving-boxes-living-room_23-2152001502.jpg?_wi=2" },
+ { id: "s2", name: "Professional Packing Service", price: "From £150", imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086804.jpg?_wi=2" },
+ { id: "s3", name: "Furniture Disassembly/Assembly", price: "From £100", imageSrc: "http://img.b2bpic.net/free-photo/man-from-delivery-service-arriving-with-boxes-documents-be-signed-beautiful-young-couple-moving_482257-22217.jpg?_wi=2" },
+ { id: "s4", name: "Office Relocation", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/moving-boxes-living-room_23-2152001502.jpg?_wi=3" }
]}
- title="Our Professional Services"
- description="Tailored relocation solutions for your home or office."
+ title="Our Moving Solutions"
+ description="We offer reliable, professional services designed to make your relocation process smooth and efficient."
/>
@@ -152,80 +80,25 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Lorna S",
- role: "Client",
- company: "SE5",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-couple-with-cardboard-boxes-new-home-moving-house-concept_1157-47978.jpg?_wi=2",
- },
- {
- id: "t2",
- name: "Norma H",
- role: "Client",
- company: "BR3",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg?_wi=2",
- },
- {
- id: "t3",
- name: "Elena B",
- role: "Client",
- company: "BR1",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-agent_23-2151933131.jpg",
- },
- {
- id: "t4",
- name: "Aidan O",
- role: "Client",
- company: "WC2H",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-excited-young-man-woman-getting-out-cushions-open-carton-box-enjoying-moving-unpacking-things_74855-8861.jpg",
- },
- {
- id: "t5",
- name: "Heidi P",
- role: "Client",
- company: "CR0",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-packages_23-2148480428.jpg",
- },
+ { id: "t1", name: "Lorna S", role: "Homeowner", company: "London SE5", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-couple-with-cardboard-boxes-new-home-moving-house-concept_1157-47978.jpg?_wi=2" },
+ { id: "t2", name: "Norma H", role: "Property Owner", company: "London BR3", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg?_wi=2" },
+ { id: "t3", name: "Elena B", role: "Resident", company: "London BR1", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-agent_23-2151933131.jpg" }
]}
- title="Trusted by our customers"
- description="9.79 / 10 rating based on 13 reviews."
+ title="Customer Excellence"
+ description="Recognized for reliability and professional care. Join 100+ satisfied customers."
/>