Merge version_2 into main #3
@@ -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() {
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "59+", title: "Years Established", description: "Serving ranchers since 1966.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-chocolate-brown-newfoundland-dog-surrounded-by-yellow-flowers-garden_493961-174.jpg?_wi=2" },
|
||||
{ id: "2", value: "435-201-1279", title: "Direct Contact", description: "Reach out to our Venice team directly.", imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-45451.jpg?_wi=2" },
|
||||
@@ -89,6 +90,7 @@ export default function LandingPage() {
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{ items: ["Cow-Calf Operations", "Feedlot Services", "Direct Sales"] }}
|
||||
positiveCard={{ items: ["Established 1966", "Based in Venice, UT", "Contact: 435-201-1279", "Verified Health Records"] }}
|
||||
title="Our Operations"
|
||||
@@ -100,6 +102,7 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{ 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" },
|
||||
|
||||
Reference in New Issue
Block a user