4 Commits

Author SHA1 Message Date
63707ea775 Update src/app/page.tsx 2026-04-23 22:29:13 +00:00
84531af378 Update src/app/page.tsx 2026-04-23 22:28:39 +00:00
2f7c545f54 Update src/app/page.tsx 2026-04-23 22:28:02 +00:00
63a3484381 Update src/app/page.tsx 2026-04-23 22:27:22 +00:00

View File

@@ -10,7 +10,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Building2, Clock, Leaf, ShieldCheck, Truck, Zap } from "lucide-react"; import { Building2, Clock, Leaf, ShieldCheck, Truck, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Texas Farm Patch" brandName="Texas Farm Patch"
/> />
@@ -55,92 +47,51 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Freshness Straight from the Texas Soil" title="Freshness Straight from the Texas Soil"
description="Experience Texas harvesting at its finest. From our fields to your table, we provide fresh, locally grown produce with a passion for quality and tradition." description="Experience Texas harvesting at its finest. From our fields to your table, we provide fresh, locally grown produce with a passion for quality and tradition."
testimonials={[ testimonials={[
{ {
name: "Jason Yates", name: "Jason Yates", handle: "@jasony", testimonial: "Great fresh produce! They have a great team of guys that work there.", rating: 5,
handle: "@jasony", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=1"},
testimonial: "Great fresh produce! They have a great team of guys that work there.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
},
{ {
name: "Sweet P Lopez", name: "Sweet P Lopez", handle: "@sweetp", testimonial: "I LOVE TEXAS FARM PATCH! A lovely farm with a lovely staff. Very clean and great place.", rating: 5,
handle: "@sweetp", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"},
testimonial: "I LOVE TEXAS FARM PATCH! A lovely farm with a lovely staff. Very clean and great place.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
},
{ {
name: "Michael Wilson", name: "Michael Wilson", handle: "@mwilson", testimonial: "This seemed to be a nice place. Everything looked clean and well maintained.", rating: 5,
handle: "@mwilson", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg?_wi=1"},
testimonial: "This seemed to be a nice place. Everything looked clean and well maintained.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg",
},
{ {
name: "Kamal Goraya", name: "Kamal Goraya", handle: "@kamalg", testimonial: "Incredible quality and friendly service. Highly recommend visiting.", rating: 5,
handle: "@kamalg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg?_wi=1"},
testimonial: "Incredible quality and friendly service. Highly recommend visiting.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg",
},
{ {
name: "Sarah Jenkins", name: "Sarah Jenkins", handle: "@sarahj", testimonial: "Best strawberries I've ever had. Truly fresh Texas produce.", rating: 5,
handle: "@sarahj", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-greenhouse-owners-working-plant-nursery-communicating-by-lemon-tree_637285-1437.jpg"},
testimonial: "Best strawberries I've ever had. Truly fresh Texas produce.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-greenhouse-owners-working-plant-nursery-communicating-by-lemon-tree_637285-1437.jpg",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/street-thailand-nature_1296-660.jpg" imageSrc="http://img.b2bpic.net/free-photo/street-thailand-nature_1296-660.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-people-selling-crops-from-their-garden_329181-16549.jpg", src: "http://img.b2bpic.net/free-photo/close-up-people-selling-crops-from-their-garden_329181-16549.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-people-selling-crops-from-their-garden_329181-16544.jpg", src: "http://img.b2bpic.net/free-photo/close-up-people-selling-crops-from-their-garden_329181-16544.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/cheerful-farmers-market-seller-putting-fresh-produce-box_482257-77613.jpg", src: "http://img.b2bpic.net/free-photo/cheerful-farmers-market-seller-putting-fresh-produce-box_482257-77613.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-girl-with-vegetables_1398-1487.jpg", src: "http://img.b2bpic.net/free-photo/happy-girl-with-vegetables_1398-1487.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-holding-recyclable-bag-with-fresh-healthy-food_23-2148685837.jpg", src: "http://img.b2bpic.net/free-photo/woman-holding-recyclable-bag-with-fresh-healthy-food_23-2148685837.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Locally Grown"},
text: "Locally Grown",
},
{ {
type: "text", type: "text", text: "Texas Harvested"},
text: "Texas Harvested",
},
{ {
type: "text", type: "text", text: "Organic Certified"},
text: "Organic Certified",
},
{ {
type: "text", type: "text", text: "Family Operated"},
text: "Family Operated",
},
{ {
type: "text", type: "text", text: "Daily Fresh"},
text: "Daily Fresh",
},
]} ]}
/> />
</div> </div>
@@ -152,19 +103,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Truck, icon: Truck,
label: "Fast Delivery", label: "Fast Delivery", value: "24/7"},
value: "24/7",
},
{ {
icon: Leaf, icon: Leaf,
label: "Produce Grown", label: "Produce Grown", value: "100%"},
value: "100%",
},
{ {
icon: Clock, icon: Clock,
label: "Quick Unload", label: "Quick Unload", value: "30min"},
value: "30min",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -178,19 +123,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: ShieldCheck, icon: ShieldCheck,
title: "Educational Tours", title: "Educational Tours", description: "Learn and experience the harvesting process first-hand at our lovely farm location."},
description: "Learn and experience the harvesting process first-hand at our lovely farm location.",
},
{ {
icon: Zap, icon: Zap,
title: "Speedy Operations", title: "Speedy Operations", description: "Our team works fast, ensuring quick unloading and logistics for all partners."},
description: "Our team works fast, ensuring quick unloading and logistics for all partners.",
},
{ {
icon: Building2, icon: Building2,
title: "Fresh Market Access", title: "Fresh Market Access", description: "High-quality, farm-fresh produce sourced daily for local distributors and families."},
description: "High-quality, farm-fresh produce sourced daily for local distributors and families.",
},
]} ]}
title="Why Choose Us" title="Why Choose Us"
description="We are dedicated to providing the best agricultural experience in Texas." description="We are dedicated to providing the best agricultural experience in Texas."
@@ -205,41 +144,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Fresh Strawberries", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/sweet-delicious-strawberries-basket-top-view_114579-4981.jpg"},
name: "Fresh Strawberries",
price: "Market",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-delicious-strawberries-basket-top-view_114579-4981.jpg",
},
{ {
id: "p2", id: "p2", name: "Organic Greens", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/bunch-organic-vegetables-sale-market-stall_23-2148209746.jpg"},
name: "Organic Greens",
price: "Market",
imageSrc: "http://img.b2bpic.net/free-photo/bunch-organic-vegetables-sale-market-stall_23-2148209746.jpg",
},
{ {
id: "p3", id: "p3", name: "Vine Tomatoes", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/organic-red-tomato-wicker-basket-grocery-store-market_23-2148209828.jpg"},
name: "Vine Tomatoes",
price: "Market",
imageSrc: "http://img.b2bpic.net/free-photo/organic-red-tomato-wicker-basket-grocery-store-market_23-2148209828.jpg",
},
{ {
id: "p4", id: "p4", name: "Seasonal Squash", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/farm-fresh-vegetable-farmer-agricultural-market_23-2148209764.jpg"},
name: "Seasonal Squash",
price: "Market",
imageSrc: "http://img.b2bpic.net/free-photo/farm-fresh-vegetable-farmer-agricultural-market_23-2148209764.jpg",
},
{ {
id: "p5", id: "p5", name: "Garden Herbs", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-fresh-bio-vegetable-basket_127032-1802.jpg"},
name: "Garden Herbs",
price: "Market",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-fresh-bio-vegetable-basket_127032-1802.jpg",
},
{ {
id: "p6", id: "p6", name: "Mixed Peppers", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-basket-with-apples-vegetables_23-2149893560.jpg"},
name: "Mixed Peppers",
price: "Market",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-basket-with-apples-vegetables_23-2149893560.jpg",
},
]} ]}
title="Our Harvest" title="Our Harvest"
description="Seasonal bounty hand-picked for quality." description="Seasonal bounty hand-picked for quality."
@@ -247,38 +162,27 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardThirteen
showRating={true}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
title="Our Partners"
description="Hear what our local customers and partners say about their experience with Texas Farm Patch."
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Jason Yates", handle: "@jasony", testimonial: "Great fresh produce! They have a great team of guys that work there.", rating: 5,
name: "Jason Yates", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
},
{ {
id: "t2", id: "t2", name: "Sweet P Lopez", handle: "@sweetp", testimonial: "I LOVE TEXAS FARM PATCH! A lovely farm with a lovely staff. Very clean and great place.", rating: 5,
name: "Sweet P Lopez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping_23-2149151648.jpg",
},
{ {
id: "t3", id: "t3", name: "Michael Wilson", handle: "@mwilson", testimonial: "This seemed to be a nice place. Everything looked clean and well maintained.", rating: 5,
name: "Michael Wilson", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-summer-hat-groceries-smiles_23-2148648924.jpg",
},
{ {
id: "t4", id: "t4", name: "Kamal Goraya", handle: "@kamalg", testimonial: "Incredible quality and friendly service. Highly recommend visiting.", rating: 5,
name: "Kamal Goraya", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-content-lady-walking-with-tablet_1262-18494.jpg",
},
{
id: "t5",
name: "Elaine",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-garden_329181-16531.jpg",
},
]} ]}
cardTitle="Words from Our Community"
cardTag="Testimonials"
cardAnimation="slide-up"
/> />
</div> </div>
@@ -287,20 +191,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Are you open 24 hours?", content: "Yes, we are open 24 hours a day to accommodate our logistics partners and visitors."},
title: "Are you open 24 hours?",
content: "Yes, we are open 24 hours a day to accommodate our logistics partners and visitors.",
},
{ {
id: "f2", id: "f2", title: "Do you have overnight parking?", content: "Absolutely, we provide ample overnight parking for transport trucks."},
title: "Do you have overnight parking?",
content: "Absolutely, we provide ample overnight parking for transport trucks.",
},
{ {
id: "f3", id: "f3", title: "Can I tour the farm?", content: "We love hosting tours! Our farm is educational and a great place to experience Texas harvesting."},
title: "Can I tour the farm?",
content: "We love hosting tours! Our farm is educational and a great place to experience Texas harvesting.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -311,16 +206,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Contact Us" tag="Contact Us"
title="Visit or Partner With Us" title="Visit or Partner With Us"
description="Whether you are a transport partner or looking for farm-fresh produce, we are ready to assist you. Contact us today." description="Whether you are a transport partner or looking for farm-fresh produce, we are ready to assist you. Contact us today."
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now", href: "tel:+15550123"},
href: "tel:+15550123",
},
]} ]}
/> />
</div> </div>
@@ -331,29 +223,19 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Produce", label: "Produce", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -363,4 +245,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }