Merge version_1 into main #2
164
src/app/page.tsx
164
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Cattle Feed", href: "/products" },
|
||||
{ label: "Poultry Feed", href: "/products" },
|
||||
{ label: "Equine Feed", href: "/products" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "In-Store Shopping", href: "#services" },
|
||||
{ label: "Pickup Service", href: "#services" },
|
||||
{ label: "Delivery", href: "#services" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 308-384-5646", href: "tel:308-384-5646" },
|
||||
{ label: "2809 W Old Hwy 30", href: "#" },
|
||||
{ label: "Grand Island, NE", href: "#" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -75,13 +72,13 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="GRAND ISLAND FARM SUPPLY"
|
||||
description="Local expertise. Quality feed. Fast service. Your trusted partner for cattle, poultry, equine, and livestock supplies since 1985."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Get a Quote", href: "#contact" },
|
||||
{ text: "Call 308-384-5646", href: "tel:308-384-5646" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-cows-green-landscape_181624-23153.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-cows-green-landscape_181624-23153.jpg"
|
||||
imageAlt="Rural Nebraska farm landscape with livestock"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -96,9 +93,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Learn More", href: "/products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,37 +102,17 @@ export default function HomePage() {
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
title: "Cattle Feed",
|
||||
description: "Complete nutrition formulas for dairy and beef cattle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg?_wi=1",
|
||||
imageAlt: "Premium cattle feed bags",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/products",
|
||||
},
|
||||
title: "Cattle Feed", description: "Complete nutrition formulas for dairy and beef cattle", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg", imageAlt: "Premium cattle feed bags", buttonIcon: ArrowRight,
|
||||
buttonHref: "/products"},
|
||||
{
|
||||
title: "Poultry Feed",
|
||||
description: "Balanced nutrition for chickens, turkeys, and waterfowl",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hens-feeding-poultry-feeder-farm_23-2147924263.jpg?_wi=1",
|
||||
imageAlt: "Quality poultry feed",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/products",
|
||||
},
|
||||
title: "Poultry Feed", description: "Balanced nutrition for chickens, turkeys, and waterfowl", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hens-feeding-poultry-feeder-farm_23-2147924263.jpg", imageAlt: "Quality poultry feed", buttonIcon: ArrowRight,
|
||||
buttonHref: "/products"},
|
||||
{
|
||||
title: "Equine Feed",
|
||||
description: "Premium horse feed and supplements for performance and health",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-feeding-his-goats-hay-farm_23-2149211705.jpg?_wi=1",
|
||||
imageAlt: "Equine nutrition feed",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/products",
|
||||
},
|
||||
title: "Equine Feed", description: "Premium horse feed and supplements for performance and health", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-feeding-his-goats-hay-farm_23-2149211705.jpg", imageAlt: "Equine nutrition feed", buttonIcon: ArrowRight,
|
||||
buttonHref: "/products"},
|
||||
{
|
||||
title: "Livestock Supplies",
|
||||
description: "Complete range of vitamins, minerals, and specialized supplements",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg?_wi=2",
|
||||
imageAlt: "Livestock supplement supplies",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/products",
|
||||
},
|
||||
title: "Livestock Supplies", description: "Complete range of vitamins, minerals, and specialized supplements", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg", imageAlt: "Livestock supplement supplies", buttonIcon: ArrowRight,
|
||||
buttonHref: "/products"},
|
||||
]}
|
||||
title="Quality Feed for Every Livestock Type"
|
||||
description="Premium animal nutrition tailored to your herd's needs"
|
||||
@@ -147,9 +122,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View All Products", href: "/products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,28 +131,13 @@ export default function HomePage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "In-Store Shopping",
|
||||
price: "Your convenience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748261.jpg?_wi=1",
|
||||
imageAlt: "Grand Island Farm Supply storefront",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "In-Store Shopping", price: "Your convenience", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748261.jpg", imageAlt: "Grand Island Farm Supply storefront", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fast Pickup Service",
|
||||
price: "Same day available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cows-grazing-nature_23-2150454968.jpg?_wi=1",
|
||||
imageAlt: "Quick loading service",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Fast Pickup Service", price: "Same day available", imageSrc: "http://img.b2bpic.net/free-photo/cows-grazing-nature_23-2150454968.jpg", imageAlt: "Quick loading service", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Delivery Service",
|
||||
price: "To your farm",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748261.jpg?_wi=2",
|
||||
imageAlt: "Farm delivery service",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Delivery Service", price: "To your farm", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748261.jpg", imageAlt: "Farm delivery service", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="How We Serve Your Farm"
|
||||
@@ -192,9 +150,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote Today", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -203,44 +159,20 @@ export default function HomePage() {
|
||||
<TestimonialCardThirteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carl Henderson",
|
||||
handle: "@carlfarm",
|
||||
testimonial:
|
||||
"Carl's expertise and knowledge of animal nutrition is unmatched. He remembers my cattle's specific needs and always recommends exactly what we need.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-farmer-standing-with-arms-crossed-apple-orchard_107420-12204.jpg?_wi=1",
|
||||
imageAlt: "Carl Henderson",
|
||||
},
|
||||
id: "1", name: "Carl Henderson", handle: "@carlfarm", testimonial:
|
||||
"Carl's expertise and knowledge of animal nutrition is unmatched. He remembers my cattle's specific needs and always recommends exactly what we need.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-farmer-standing-with-arms-crossed-apple-orchard_107420-12204.jpg", imageAlt: "Carl Henderson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Mitchell",
|
||||
handle: "@4hfarm",
|
||||
testimonial:
|
||||
"Our 4H kids have learned so much from the team here. Their loading service is incredibly helpful when we're picking up supplies.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15974.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "2", name: "Sarah Mitchell", handle: "@4hfarm", testimonial:
|
||||
"Our 4H kids have learned so much from the team here. Their loading service is incredibly helpful when we're picking up supplies.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15974.jpg", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Rodriguez",
|
||||
handle: "@jamesranch",
|
||||
testimonial:
|
||||
"Been coming here for 15 years. The quality is consistent, the service is personal, and they actually know farming. Hard to beat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-stretching-his-hand-camera_23-2148233412.jpg?_wi=1",
|
||||
imageAlt: "James Rodriguez",
|
||||
},
|
||||
id: "3", name: "James Rodriguez", handle: "@jamesranch", testimonial:
|
||||
"Been coming here for 15 years. The quality is consistent, the service is personal, and they actually know farming. Hard to beat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-stretching-his-hand-camera_23-2148233412.jpg", imageAlt: "James Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Watson",
|
||||
handle: "@emilyfarm",
|
||||
testimonial: "The best part? They deliver same day. Perfect for when emergencies happen on the farm.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-male-riding-scooter_23-2148577333.jpg?_wi=1",
|
||||
imageAlt: "Emily Watson",
|
||||
},
|
||||
id: "4", name: "Emily Watson", handle: "@emilyfarm", testimonial: "The best part? They deliver same day. Perfect for when emergencies happen on the farm.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-male-riding-scooter_23-2148577333.jpg", imageAlt: "Emily Watson"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Local Farmers & 4H Families"
|
||||
@@ -252,9 +184,7 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 308-384-5646",
|
||||
href: "tel:308-384-5646",
|
||||
},
|
||||
text: "Call 308-384-5646", href: "tel:308-384-5646"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -265,38 +195,24 @@ export default function HomePage() {
|
||||
description="Tell us about your livestock and feed needs. Our experts will get back to you within 24 hours with a personalized recommendation and pricing."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "livestock",
|
||||
type: "text",
|
||||
placeholder: "Type of Livestock (Cattle, Poultry, Equine, etc.)",
|
||||
required: true,
|
||||
name: "livestock", type: "text", placeholder: "Type of Livestock (Cattle, Poultry, Equine, etc.)", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your needs, herd size, and any specific requirements...",
|
||||
rows: 6,
|
||||
name: "message", placeholder: "Tell us about your needs, herd size, and any specific requirements...", rows: 6,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cows-grazing-nature_23-2150454968.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cows-grazing-nature_23-2150454968.jpg"
|
||||
imageAlt="Farm loading service"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -306,7 +222,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-field-blue-sky-daytime_181624-38396.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-field-blue-sky-daytime_181624-38396.jpg"
|
||||
imageAlt="Rural Nebraska landscape"
|
||||
logoText="Grand Island Farm Supply"
|
||||
copyrightText="© 2025 Grand Island Farm Supply. Family-owned since 1985."
|
||||
@@ -315,4 +231,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user