diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9d4d96c..6675392 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,48 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const roboto = Roboto({ - variable: "--font-roboto", - subsets: ["latin"], + variable: "--font-roboto", subsets: ["latin"], weight: ["100", "300", "400", "500", "700", "900"], }); export const metadata: Metadata = { - title: "Slayton Family Farms | 7000 Acre Crop Farm in Western NY", - description: "Large-scale family farming operation in Steuben County, Western New York. Specializing in potatoes, corn, soybeans, and sustainable crop production.", - keywords: "Western New York farming, Steuben County farm, New York potato farming, large family farm, crop farming Western NY, sustainable agriculture", - metadataBase: new URL("https://slaytonFamilyFarms.com"), + title: "Slayton Family Farms | 7000 Acre Crop Farm in Western NY", description: "Large-scale family farming operation in Steuben County, Western New York. Specializing in potatoes, corn, soybeans, and sustainable crop production.", keywords: "Western New York farming, Steuben County farm, New York potato farming, large family farm, crop farming Western NY, sustainable agriculture", metadataBase: new URL("https://slaytonFamilyFarms.com"), alternates: { - canonical: "https://slaytonFamilyFarms.com", - }, + canonical: "https://slaytonFamilyFarms.com"}, openGraph: { - title: "Slayton Family Farms | Western New York Crop Farming", - description: "Discover a large multi-generation family farm operation managing 7,000 acres across Steuben County. Potatoes, corn, soybeans, and sustainable farming.", - url: "https://slaytonFamilyFarms.com", - siteName: "Slayton Family Farms LLC", - type: "website", - images: [ + title: "Slayton Family Farms | Western New York Crop Farming", description: "Discover a large multi-generation family farm operation managing 7,000 acres across Steuben County. Potatoes, corn, soybeans, and sustainable farming.", url: "https://slaytonFamilyFarms.com", siteName: "Slayton Family Farms LLC", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg", - alt: "Aerial view of Slayton Family Farms", - }, + url: "http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg", alt: "Aerial view of Slayton Family Farms"}, ], }, twitter: { - card: "summary_large_image", - title: "Slayton Family Farms | Large Scale Crop Farming in Western NY", - description: "7,000 acres of productive farmland. Potatoes, corn, soybeans, and sustainable crop production.", - images: ["http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg"], + card: "summary_large_image", title: "Slayton Family Farms | Large Scale Crop Farming in Western NY", description: "7,000 acres of productive farmland. Potatoes, corn, soybeans, and sustainable crop production.", images: ["http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg"], }, robots: { index: true, @@ -1440,4 +1423,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 91af260..7b5e767 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import Link from "next/link"; -import { Sprout, History, TrendingUp, Leaf, Shield, Users, Wheat, Gauge, Mail } from "lucide-react"; +import { Sprout, History, TrendingUp, Leaf, Shield, Users, Wheat, Gauge, Mail, Calendar } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; @@ -38,9 +38,7 @@ export default function HomePage() { { name: "Team", id: "/team" }, ]} button={{ - text: "Contact Us", - href: "/contact", - }} + text: "Contact Us", href: "/contact"}} animateOnLoad={true} /> @@ -56,13 +54,9 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg?_wi=1", - imageAlt: "Aerial view of Slayton Family Farms farmland in Western New York", - }, + imageSrc: "http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg?_wi=1", imageAlt: "Aerial view of Slayton Family Farms farmland in Western New York"}, { - imageSrc: "http://img.b2bpic.net/free-photo/rural-outlook-with-mountains_1308-41451.jpg?_wi=1", - imageAlt: "Western New York rural agricultural landscape", - }, + imageSrc: "http://img.b2bpic.net/free-photo/rural-outlook-with-mountains_1308-41451.jpg?_wi=1", imageAlt: "Western New York rural agricultural landscape"}, ]} mediaAnimation="slide-up" rating={5} @@ -88,24 +82,16 @@ export default function HomePage() { useInvertedBackground={false} bulletPoints={[ { - title: "Multi-Generation Operation", - description: "Over 10–20+ family members involved in collaborative farm management and operations.", - icon: Users, + title: "Multi-Generation Operation", description: "Over 10–20+ family members involved in collaborative farm management and operations.", icon: Users, }, { - title: "Evolution to Crop Production", - description: "Transitioned from livestock and dairy operations to modern large-scale crop production.", - icon: TrendingUp, + title: "Evolution to Crop Production", description: "Transitioned from livestock and dairy operations to modern large-scale crop production.", icon: TrendingUp, }, { - title: "Diverse Crop Portfolio", - description: "Specializing in potatoes, corn, soybeans, kidney beans, oats, and rotational field crops.", - icon: Leaf, + title: "Diverse Crop Portfolio", description: "Specializing in potatoes, corn, soybeans, kidney beans, oats, and rotational field crops.", icon: Leaf, }, { - title: "Land Stewardship", - description: "Committed to soil health, crop rotation, and responsible land management across all operations.", - icon: Shield, + title: "Land Stewardship", description: "Committed to soil health, crop rotation, and responsible land management across all operations.", icon: Shield, }, ]} imageSrc="http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg?_wi=1" @@ -129,46 +115,22 @@ export default function HomePage() { features={[ { id: 1, - title: "Potatoes", - description: "High-quality potato production tailored for regional markets. Our potato operations utilize modern cultivation and harvesting techniques to ensure consistent yields and premium quality.", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-harvested-potatoes-burlap-sack-wooden-table-with-farm-field-background_84443-72407.jpg?_wi=1", - imageAlt: "Potato field during harvest season", - }, + title: "Potatoes", description: "High-quality potato production tailored for regional markets. Our potato operations utilize modern cultivation and harvesting techniques to ensure consistent yields and premium quality.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-harvested-potatoes-burlap-sack-wooden-table-with-farm-field-background_84443-72407.jpg?_wi=1", imageAlt: "Potato field during harvest season"}, { id: 2, - title: "Corn", - description: "Corn cultivation across multiple varieties for feed and commodity markets. We employ precision farming and crop rotation to maintain soil fertility and optimize production.", - imageSrc: "http://img.b2bpic.net/free-photo/green-corn-field-corn-field_559531-10408.jpg?_wi=1", - imageAlt: "Mature corn field ready for harvest", - }, + title: "Corn", description: "Corn cultivation across multiple varieties for feed and commodity markets. We employ precision farming and crop rotation to maintain soil fertility and optimize production.", imageSrc: "http://img.b2bpic.net/free-photo/green-corn-field-corn-field_559531-10408.jpg?_wi=1", imageAlt: "Mature corn field ready for harvest"}, { id: 3, - title: "Soybeans", - description: "Soybean production as a key rotation crop supporting soil nitrogen management. Our soybean operations contribute to sustainable farming practices and market supply.", - imageSrc: "http://img.b2bpic.net/free-photo/white-green-leaves-sunlight_23-2148058814.jpg?_wi=1", - imageAlt: "Soybean crop during growing season", - }, + title: "Soybeans", description: "Soybean production as a key rotation crop supporting soil nitrogen management. Our soybean operations contribute to sustainable farming practices and market supply.", imageSrc: "http://img.b2bpic.net/free-photo/white-green-leaves-sunlight_23-2148058814.jpg?_wi=1", imageAlt: "Soybean crop during growing season"}, { id: 4, - title: "Kidney Beans", - description: "Specialty legume production including kidney beans for regional and national markets. These crops enhance our rotation strategy and provide premium market opportunities.", - imageSrc: "http://img.b2bpic.net/free-photo/cranberry-roman-beans-dark-table_176474-1554.jpg?_wi=1", - imageAlt: "Kidney bean crop field", - }, + title: "Kidney Beans", description: "Specialty legume production including kidney beans for regional and national markets. These crops enhance our rotation strategy and provide premium market opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/cranberry-roman-beans-dark-table_176474-1554.jpg?_wi=1", imageAlt: "Kidney bean crop field"}, { id: 5, - title: "Oats", - description: "Oat production for feed and commodity applications. Integrated into our crop rotation to support soil health and diversify our product portfolio.", - imageSrc: "http://img.b2bpic.net/free-photo/dirt-road-wheat-field_661209-569.jpg?_wi=1", - imageAlt: "Oat harvest operation", - }, + title: "Oats", description: "Oat production for feed and commodity applications. Integrated into our crop rotation to support soil health and diversify our product portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/dirt-road-wheat-field_661209-569.jpg?_wi=1", imageAlt: "Oat harvest operation"}, { id: 6, - title: "Rotational Crops", - description: "Hay, alfalfa, and other rotational crops maintain soil quality and provide feed resources. These support our comprehensive land stewardship philosophy.", - imageSrc: "http://img.b2bpic.net/free-photo/agricultural-diversity-fields-earth-layers_84443-73922.jpg?_wi=1", - imageAlt: "Sustainable crop rotation practices", - }, + title: "Rotational Crops", description: "Hay, alfalfa, and other rotational crops maintain soil quality and provide feed resources. These support our comprehensive land stewardship philosophy.", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-diversity-fields-earth-layers_84443-73922.jpg?_wi=1", imageAlt: "Sustainable crop rotation practices"}, ]} animationType="slide-up" ariaLabel="Crop production details section" @@ -187,37 +149,13 @@ export default function HomePage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "7,000+", - title: "Acres Managed", - description: "Productive farmland across Steuben County and surrounding areas", - imageSrc: "http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg?_wi=2", - imageAlt: "Aerial view of managed farmland", - }, + id: "1", value: "7,000+", title: "Acres Managed", description: "Productive farmland across Steuben County and surrounding areas", imageSrc: "http://img.b2bpic.net/free-photo/harvester-machine-working-field-combine-harvester-agriculture-machine-harvesting-golden-ripe-wheat-field_661209-325.jpg?_wi=2", imageAlt: "Aerial view of managed farmland"}, { - id: "2", - value: "Multi-Gen", - title: "Family Operation", - description: "10–20+ family members in collaborative management and operations", - imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg?_wi=2", - imageAlt: "Modern farm equipment and machinery", - }, + id: "2", value: "Multi-Gen", title: "Family Operation", description: "10–20+ family members in collaborative management and operations", imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg?_wi=2", imageAlt: "Modern farm equipment and machinery"}, { - id: "3", - value: "100%", - title: "Crop Rotation", - description: "Efficient rotation practices for soil health and sustainable production", - imageSrc: "http://img.b2bpic.net/free-photo/agricultural-diversity-fields-earth-layers_84443-73922.jpg?_wi=2", - imageAlt: "Sustainable farming and crop rotation", - }, + id: "3", value: "100%", title: "Crop Rotation", description: "Efficient rotation practices for soil health and sustainable production", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-diversity-fields-earth-layers_84443-73922.jpg?_wi=2", imageAlt: "Sustainable farming and crop rotation"}, { - id: "4", - value: "Professional", - title: "Modern Methods", - description: "Advanced equipment and precision farming techniques throughout operations", - imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg?_wi=3", - imageAlt: "Professional harvesting operations", - }, + id: "4", value: "Professional", title: "Modern Methods", description: "Advanced equipment and precision farming techniques throughout operations", imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg?_wi=3", imageAlt: "Professional harvesting operations"}, ]} animationType="slide-up" ariaLabel="Operations metrics and scale section" @@ -236,47 +174,17 @@ export default function HomePage() { useInvertedBackground={false} team={[ { - id: "1", - name: "Mike Slayton", - role: "Farm Operations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg?_wi=1", - imageAlt: "Mike Slayton, Farm Operations Manager", - }, + id: "1", name: "Mike Slayton", role: "Farm Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg?_wi=1", imageAlt: "Mike Slayton, Farm Operations Manager"}, { - id: "2", - name: "Bobby Slayton", - role: "Equipment Management", - imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg?_wi=2", - imageAlt: "Bobby Slayton, Equipment Management", - }, + id: "2", name: "Bobby Slayton", role: "Equipment Management", imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg?_wi=2", imageAlt: "Bobby Slayton, Equipment Management"}, { - id: "3", - name: "Sarah Slayton", - role: "Field Management", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-front-lemon-tree_23-2148396898.jpg?_wi=1", - imageAlt: "Sarah Slayton, Field Management", - }, + id: "3", name: "Sarah Slayton", role: "Field Management", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-front-lemon-tree_23-2148396898.jpg?_wi=1", imageAlt: "Sarah Slayton, Field Management"}, { - id: "4", - name: "James Slayton", - role: "Harvest Operations", - imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg?_wi=3", - imageAlt: "James Slayton, Harvest Operations", - }, + id: "4", name: "James Slayton", role: "Harvest Operations", imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg?_wi=3", imageAlt: "James Slayton, Harvest Operations"}, { - id: "5", - name: "Jennifer Slayton", - role: "Crop Production Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-front-lemon-tree_23-2148396898.jpg?_wi=2", - imageAlt: "Jennifer Slayton, Crop Production Specialist", - }, + id: "5", name: "Jennifer Slayton", role: "Crop Production Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-front-lemon-tree_23-2148396898.jpg?_wi=2", imageAlt: "Jennifer Slayton, Crop Production Specialist"}, { - id: "6", - name: "David Slayton", - role: "Farm Infrastructure & Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg?_wi=1", - imageAlt: "David Slayton, Farm Infrastructure", - }, + id: "6", name: "David Slayton", role: "Farm Infrastructure & Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg?_wi=1", imageAlt: "David Slayton, Farm Infrastructure"}, ]} animationType="slide-up" ariaLabel="Team members section" @@ -288,33 +196,19 @@ export default function HomePage() { ); -} \ No newline at end of file +}