diff --git a/src/app/page.tsx b/src/app/page.tsx
index fecbbf4..dc7e85d 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -107,37 +102,17 @@ export default function HomePage() {
@@ -158,28 +131,13 @@ export default function HomePage() {
@@ -203,44 +159,20 @@ export default function HomePage() {
@@ -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() {