diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b0209f1..e346803 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -60,12 +48,7 @@ export default function LandingPage() { title="Contact Procedures" sections={[ { - heading: "Service Appointments", - content: { - type: "paragraph", - text: "Please call or email to schedule your repair.", - }, - }, + heading: "Service Appointments", content: "Please call or email to schedule your repair."}, ]} /> @@ -80,15 +63,9 @@ export default function LandingPage() { description="Visit us in Merrimac, MA." metrics={[ { - id: "1", - value: "Mon-Fri", - description: "Business Hours", - }, + id: "1", value: "Mon-Fri", description: "Business Hours"}, { - id: "2", - value: "978-994", - description: "Service Phone", - }, + id: "2", value: "978-994", description: "Service Phone"}, ]} /> @@ -98,33 +75,21 @@ export default function LandingPage() { logoText="Riverview Trailer & Marine" columns={[ { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "71 E Main St, Merrimac, MA", - href: "#", - }, + label: "71 E Main St, Merrimac, MA", href: "#"}, { - label: "(978) 994-5235", - href: "tel:9789945235", - }, + label: "(978) 994-5235", href: "tel:9789945235"}, ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, ]} diff --git a/src/app/tips/page.tsx b/src/app/tips/page.tsx index 141c361..71f0bb6 100644 --- a/src/app/tips/page.tsx +++ b/src/app/tips/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -63,25 +51,9 @@ export default function LandingPage() { description="Keep your trailer safe on the road." blogs={[ { - id: "1", - category: "Safety", - title: "Pre-Trip Inspection", - excerpt: "Check these 5 things before you leave.", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-vintage-white-van_23-2148321848.jpg?_wi=6", - authorName: "Bryan R.", - authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-volunteers-with-donations_23-2149142797.jpg", - date: "Oct 2023", - }, + id: "1", category: "Safety", title: "Pre-Trip Inspection", excerpt: "Check these 5 things before you leave.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-vintage-white-van_23-2148321848.jpg", authorName: "Bryan R.", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-volunteers-with-donations_23-2149142797.jpg", date: "Oct 2023"}, { - id: "2", - category: "Repair", - title: "Trailer Hitch Care", - excerpt: "Keeping your connection secure.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-groomer-washes-horse-s-hooves-after-class-hippodrome-woman-takes-care-horse-washes-horse-after-training_1321-3834.jpg?_wi=6", - authorName: "Bryan R.", - authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-volunteers-with-donations_23-2149142797.jpg", - date: "Nov 2023", - }, + id: "2", category: "Repair", title: "Trailer Hitch Care", excerpt: "Keeping your connection secure.", imageSrc: "http://img.b2bpic.net/free-photo/woman-groomer-washes-horse-s-hooves-after-class-hippodrome-woman-takes-care-horse-washes-horse-after-training_1321-3834.jpg", authorName: "Bryan R.", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-volunteers-with-donations_23-2149142797.jpg", date: "Nov 2023"}, ]} /> @@ -92,12 +64,7 @@ export default function LandingPage() { title="Safety Guidelines" sections={[ { - heading: "Proper Maintenance", - content: { - type: "paragraph", - text: "Regular maintenance is crucial for safety.", - }, - }, + heading: "Proper Maintenance", content: "Regular maintenance is crucial for safety."}, ]} /> @@ -107,33 +74,21 @@ export default function LandingPage() { logoText="Riverview Trailer & Marine" columns={[ { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "71 E Main St, Merrimac, MA", - href: "#", - }, + label: "71 E Main St, Merrimac, MA", href: "#"}, { - label: "(978) 994-5235", - href: "tel:9789945235", - }, + label: "(978) 994-5235", href: "tel:9789945235"}, ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, ]}