Merge version_2 into main #2
369
src/app/page.tsx
369
src/app/page.tsx
@@ -31,26 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Operations",
|
||||
id: "operations",
|
||||
},
|
||||
{
|
||||
name: "Cattle",
|
||||
id: "cattle",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Operations", id: "operations" },
|
||||
{ name: "Cattle", id: "cattle" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Cowley Farm & Feedlot"
|
||||
/>
|
||||
@@ -59,113 +43,17 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Raised Right. Fed Right. Delivered Right."
|
||||
description="Premium livestock and expert feedlot management rooted in hard work, land stewardship, and decades of agricultural excellence."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "Rancher",
|
||||
testimonial: "The best feedlot services in the region.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-with-wheelbarrow-full-hay-feeding-cows-cattle-domestic-animal-farm_342744-887.jpg?_wi=1",
|
||||
imageAlt: "dramatic countryside feedlot farm",
|
||||
},
|
||||
{
|
||||
name: "Sarah M.",
|
||||
handle: "Buyer",
|
||||
testimonial: "Transparent pricing and healthy cattle every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/native-american-man-dessert_23-2149312972.jpg?_wi=1",
|
||||
imageAlt: "family owned agricultural ranch",
|
||||
},
|
||||
{
|
||||
name: "Tom H.",
|
||||
handle: "Amarillo, TX",
|
||||
testimonial: "Cowley farm provides quality and consistency.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-chocolate-brown-newfoundland-dog-surrounded-by-yellow-flowers-garden_493961-174.jpg?_wi=1",
|
||||
imageAlt: "Black Angus cattle healthy",
|
||||
},
|
||||
{
|
||||
name: "Mike R.",
|
||||
handle: "Distributor",
|
||||
testimonial: "Dependable partnership for years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-45451.jpg?_wi=1",
|
||||
imageAlt: "Hereford cattle grazing field",
|
||||
},
|
||||
{
|
||||
name: "Jane L.",
|
||||
handle: "Rancher",
|
||||
testimonial: "Direct from ranch, exactly what we needed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/direct-look-into-face-cow-with-small-horns_493961-389.jpg?_wi=1",
|
||||
imageAlt: "Charolais cattle herd field",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Cattle",
|
||||
href: "#cattle",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
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."
|
||||
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"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sweet-chocolate-brown-newfoundland-dog-surrounded-by-yellow-flowers-garden_493961-174.jpg",
|
||||
alt: "Farmer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-45451.jpg",
|
||||
alt: "Farmer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/direct-look-into-face-cow-with-small-horns_493961-389.jpg",
|
||||
alt: "Farmer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-cows-walking-dirt-road_23-2148214253.jpg",
|
||||
alt: "Farmer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bison-outdoors-black-white_23-2151717656.jpg",
|
||||
alt: "Farmer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by over 500+ local ranches"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Farming",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Genetics",
|
||||
icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Animal Welfare Certified",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Owned",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Nationwide Logistics",
|
||||
icon: Truck,
|
||||
},
|
||||
{ type: "text-icon", text: "Established 1966", icon: Award },
|
||||
{ type: "text-icon", text: "Venice, UT", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "435-201-1279", icon: Users },
|
||||
{ type: "text-icon", text: "Premium Genetics", icon: Activity },
|
||||
{ type: "text-icon", text: "Sustainable Farming", icon: Leaf }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,49 +62,23 @@ export default function LandingPage() {
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "40+",
|
||||
title: "Years in Operation",
|
||||
description: "Serving ranchers since 1980.",
|
||||
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: "10k+",
|
||||
title: "Head Capacity",
|
||||
description: "State-of-the-art feedlot management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-45451.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "12",
|
||||
title: "States Served",
|
||||
description: "Delivering quality across the region.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/direct-look-into-face-cow-with-small-horns_493961-389.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
description: "Guaranteed quality and health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-cows-walking-dirt-road_23-2148214253.jpg?_wi=1",
|
||||
},
|
||||
{ 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" },
|
||||
{ id: "3", value: "100%", title: "Quality", description: "Guaranteed health and care.", imageSrc: "http://img.b2bpic.net/free-photo/direct-look-into-face-cow-with-small-horns_493961-389.jpg?_wi=2" }
|
||||
]}
|
||||
title="Built on Integrity"
|
||||
description="Decades of experience meeting the highest industry standards."
|
||||
title="Built on Legacy"
|
||||
description="Cowley Farm & Feedlot, serving the industry from Venice, Utah since 1966."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
title="A Legacy of Land Stewardship"
|
||||
description="At Cowley Farm and Feedlot, we believe in doing things the right way. Family-owned and operated for three generations, our commitment to the land and our livestock is second to none."
|
||||
subdescription="We blend traditional ranching values with modern operational efficiency to provide our partners with superior outcomes."
|
||||
tag="Our History"
|
||||
title="Three Generations in Venice, UT"
|
||||
description="Since our establishment in 1966, Cowley Farm and Feedlot has been a pillar of the Venice, Utah agricultural community. We combine deep roots with industry-leading practices."
|
||||
subdescription="Need to speak with us? Call our team at 435-201-1279."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/native-american-man-dessert_23-2149312972.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -227,24 +89,10 @@ export default function LandingPage() {
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Cow-Calf Operations",
|
||||
"Integrated Feedlot Management",
|
||||
"Direct Sales",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Verified Health Records",
|
||||
"Transparent Pricing",
|
||||
"Direct from Ranch",
|
||||
"Flexible Delivery",
|
||||
],
|
||||
}}
|
||||
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"
|
||||
description="Comprehensive agricultural services tailored to your needs."
|
||||
description="Comprehensive agricultural services from our Venice home base."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Service",
|
||||
quote: "Reliability and honesty define Cowley.",
|
||||
name: "Tom H.",
|
||||
role: "Amarillo, TX",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-chocolate-brown-newfoundland-dog-surrounded-by-yellow-flowers-garden_493961-174.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Quality Livestock",
|
||||
quote: "Consistently high standard of cattle health.",
|
||||
name: "Sarah M.",
|
||||
role: "Kansas, KS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-45451.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Great Partner",
|
||||
quote: "Fair pricing and professional management.",
|
||||
name: "Mike R.",
|
||||
role: "Omaha, NE",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/direct-look-into-face-cow-with-small-horns_493961-389.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Trusted Source",
|
||||
quote: "We won't go anywhere else for feedlot needs.",
|
||||
name: "Jane L.",
|
||||
role: "Dodge City, KS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-cows-walking-dirt-road_23-2148214253.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Best Results",
|
||||
quote: "They understand real ranch work.",
|
||||
name: "David W.",
|
||||
role: "Tulsa, OK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bison-outdoors-black-white_23-2151717656.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="What Our Partners Say"
|
||||
description="Building lasting relationships one herd at a time."
|
||||
title="Available Livestock"
|
||||
description="Call 435-201-1279 for pricing and availability from our Venice farm."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get In Touch"
|
||||
description="Ready to discuss your agricultural needs? Send us a message today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "inquiry",
|
||||
label: "Type of Inquiry",
|
||||
options: [
|
||||
"Buying Cattle",
|
||||
"Feedlot Services",
|
||||
"General",
|
||||
],
|
||||
}}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
}}
|
||||
title="Call Us: 435-201-1279"
|
||||
description="Established in 1966, we are ready to assist you in Venice, Utah."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "phone", type: "tel", placeholder: "Phone" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15986.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -394,38 +124,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Cowley Farm & Feedlot"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Operations",
|
||||
href: "#operations",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Cowley Farm & Feedlot. All rights reserved."
|
||||
columns={[{ title: "Contact", items: [{ label: "435-201-1279", href: "tel:435-201-1279" }] }]}
|
||||
copyrightText="© 1966-2025 Cowley Farm & Feedlot. Established in Venice, Utah."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user