diff --git a/src/app/page.tsx b/src/app/page.tsx
index 42d1d4f..45895d2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,10 @@ export default function LandingPage() {
@@ -59,113 +43,17 @@ export default function LandingPage() {
@@ -174,49 +62,23 @@ export default function LandingPage() {
@@ -253,140 +101,22 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
- useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Black Angus",
- price: "$1,200",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-chocolate-brown-newfoundland-dog-surrounded-by-yellow-flowers-garden_493961-174.jpg?_wi=3",
- },
- {
- id: "2",
- name: "Hereford",
- price: "$1,150",
- imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-45451.jpg?_wi=3",
- },
- {
- id: "3",
- name: "Charolais",
- price: "$1,300",
- imageSrc: "http://img.b2bpic.net/free-photo/direct-look-into-face-cow-with-small-horns_493961-389.jpg?_wi=3",
- },
- {
- id: "4",
- name: "Black Angus",
- price: "$1,250",
- imageSrc: "http://img.b2bpic.net/free-photo/long-shot-cows-walking-dirt-road_23-2148214253.jpg?_wi=2",
- },
- {
- id: "5",
- name: "Hereford",
- price: "$1,100",
- imageSrc: "http://img.b2bpic.net/free-photo/bison-outdoors-black-white_23-2151717656.jpg?_wi=1",
- },
- {
- id: "6",
- name: "Charolais",
- price: "$1,350",
- imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-white-tailed-deers-farmland_181624-30547.jpg",
- },
+ { id: "1", name: "Black Angus", price: "Inquire at 435-201-1279", imageSrc: "http://img.b2bpic.net/free-photo/sweet-chocolate-brown-newfoundland-dog-surrounded-by-yellow-flowers-garden_493961-174.jpg?_wi=3" },
+ { id: "2", name: "Hereford", price: "Inquire at 435-201-1279", imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-45451.jpg?_wi=3" },
+ { id: "3", name: "Charolais", price: "Inquire at 435-201-1279", imageSrc: "http://img.b2bpic.net/free-photo/direct-look-into-face-cow-with-small-horns_493961-389.jpg?_wi=3" }
]}
- title="Cattle for Sale"
- description="Top-tier breeds ready for your herd."
- />
-
-
-
-
@@ -394,38 +124,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file