diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9317aaf..e0b6214 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,34 +30,13 @@ export default function LandingPage() {
@@ -65,50 +44,21 @@ export default function LandingPage() {
@@ -120,48 +70,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Bass Tracker Classic",
- price: "$18,999",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ns0mxw",
- imageAlt: "bass tracker boat",
- },
- {
- id: "p2",
- name: "Sun Tracker Regency",
- price: "$45,500",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yur13y",
- imageAlt: "sun tracker pontoon",
- },
- {
- id: "p3",
- name: "Tracker Off Road 800",
- price: "$14,200",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jpryl",
- imageAlt: "atv studio photo",
- },
- {
- id: "p4",
- name: "Bass Tracker Pro Team",
- price: "$22,500",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8t1ohr",
- imageAlt: "tracker boat lake",
- },
- {
- id: "p5",
- name: "Tracker Off Road 500",
- price: "$9,800",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x10ph7",
- imageAlt: "atv action trail",
- },
- {
- id: "p6",
- name: "Sun Tracker Party Barge",
- price: "$32,900",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bzjn16",
- imageAlt: "pontoon boat interior",
- },
+ { id: "p1", name: "Bass Tracker Classic", price: "$18,999", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ns0mxw", imageAlt: "bass tracker boat" },
+ { id: "p2", name: "Sun Tracker Regency", price: "$45,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yur13y", imageAlt: "sun tracker pontoon" },
+ { id: "p3", name: "Tracker Off Road 800", price: "$14,200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jpryl", imageAlt: "atv studio photo" },
+ { id: "p4", name: "Bass Tracker Pro Team", price: "$22,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8t1ohr", imageAlt: "tracker boat lake" },
+ { id: "p5", name: "Tracker Off Road 500", price: "$9,800", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x10ph7", imageAlt: "atv action trail" },
+ { id: "p6", name: "Sun Tracker Party Barge", price: "$32,900", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bzjn16", imageAlt: "pontoon boat interior" },
]}
title="Featured Inventory"
description="Explore our premium selection of boats and off-road vehicles."
@@ -173,24 +87,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Family-Owned Service",
- description: "Three generations of expertise in the marine and power sports industry.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9zj7sw",
- imageAlt: "tracker boat lake",
- },
- {
- title: "Certified Technicians",
- description: "Factory-trained experts ensuring your ride is always ready for the water or trail.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ri890k",
- imageAlt: "boat service bay",
- },
- {
- title: "Financing Available",
- description: "Custom financing solutions to help you own your adventure without the wait.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=43gejr",
- imageAlt: "family boat financing",
- },
+ { title: "Family-Owned Service", description: "Three generations of expertise in the marine and power sports industry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9zj7sw", imageAlt: "tracker boat lake" },
+ { title: "Certified Technicians", description: "Factory-trained experts ensuring your ride is always ready for the water or trail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ri890k", imageAlt: "boat service bay" },
+ { title: "Financing Available", description: "Custom financing solutions to help you own your adventure without the wait.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=43gejr", imageAlt: "family boat financing" },
]}
title="Why Buy From Pineville Marine"
description="We are committed to providing the ultimate outdoor experience with reliable service."
@@ -201,12 +100,7 @@ export default function LandingPage() {
@@ -214,30 +108,13 @@ export default function LandingPage() {