diff --git a/src/app/page.tsx b/src/app/page.tsx index 45895d2..02212f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Activity, Award, Leaf, ShieldCheck, Truck, Users } from "lucide-react"; export default function LandingPage() { @@ -46,6 +45,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Cowley Farm & Feedlot: Established in Venice, Utah (1966)" description="For over 50 years, we've provided premium livestock and expert feedlot management rooted in Venice, Utah. Contact us today at 435-201-1279." + testimonials={[]} buttons={[{ text: "View Our Cattle", href: "#cattle" }, { text: "Contact Us", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/farmer-with-wheelbarrow-full-hay-feeding-cows-cattle-domestic-animal-farm_342744-887.jpg?_wi=2" marqueeItems={[ @@ -62,6 +62,7 @@ export default function LandingPage() {