Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-31 18:02:04 +00:00
2 changed files with 32 additions and 112 deletions

View File

@@ -26,29 +26,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Tips",
id: "/tips",
},
name: "Tips", id: "/tips"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Riverview Trailer & Marine"
/>
@@ -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."},
]}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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"},
],
},
]}

View File

@@ -26,29 +26,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Tips",
id: "/tips",
},
name: "Tips", id: "/tips"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Riverview Trailer & Marine"
/>
@@ -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"},
]}
/>
</div>
@@ -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."},
]}
/>
</div>
@@ -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"},
],
},
]}