diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1257469..13342e1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
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";
export default function LandingPage() {
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,92 +47,51 @@ export default function LandingPage() {
@@ -152,19 +103,13 @@ export default function LandingPage() {
metrics={[
{
icon: Truck,
- label: "Fast Delivery",
- value: "24/7",
- },
+ label: "Fast Delivery", value: "24/7"},
{
icon: Leaf,
- label: "Produce Grown",
- value: "100%",
- },
+ label: "Produce Grown", value: "100%"},
{
icon: Clock,
- label: "Quick Unload",
- value: "30min",
- },
+ label: "Quick Unload", value: "30min"},
]}
metricsAnimation="slide-up"
/>
@@ -178,19 +123,13 @@ export default function LandingPage() {
features={[
{
icon: ShieldCheck,
- title: "Educational Tours",
- description: "Learn and experience the harvesting process first-hand at our lovely farm location.",
- },
+ title: "Educational Tours", description: "Learn and experience the harvesting process first-hand at our lovely farm location."},
{
icon: Zap,
- title: "Speedy Operations",
- description: "Our team works fast, ensuring quick unloading and logistics for all partners.",
- },
+ title: "Speedy Operations", description: "Our team works fast, ensuring quick unloading and logistics for all partners."},
{
icon: Building2,
- title: "Fresh Market Access",
- description: "High-quality, farm-fresh produce sourced daily for local distributors and families.",
- },
+ title: "Fresh Market Access", description: "High-quality, farm-fresh produce sourced daily for local distributors and families."},
]}
title="Why Choose Us"
description="We are dedicated to providing the best agricultural experience in Texas."
@@ -205,41 +144,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Fresh Strawberries",
- price: "Market",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-delicious-strawberries-basket-top-view_114579-4981.jpg",
- },
+ id: "p1", name: "Fresh Strawberries", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/sweet-delicious-strawberries-basket-top-view_114579-4981.jpg"},
{
- id: "p2",
- name: "Organic Greens",
- price: "Market",
- imageSrc: "http://img.b2bpic.net/free-photo/bunch-organic-vegetables-sale-market-stall_23-2148209746.jpg",
- },
+ id: "p2", name: "Organic Greens", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/bunch-organic-vegetables-sale-market-stall_23-2148209746.jpg"},
{
- 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",
- },
+ 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"},
{
- id: "p4",
- name: "Seasonal Squash",
- price: "Market",
- imageSrc: "http://img.b2bpic.net/free-photo/farm-fresh-vegetable-farmer-agricultural-market_23-2148209764.jpg",
- },
+ id: "p4", name: "Seasonal Squash", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/farm-fresh-vegetable-farmer-agricultural-market_23-2148209764.jpg"},
{
- id: "p5",
- name: "Garden Herbs",
- price: "Market",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetables-fresh-bio-vegetable-basket_127032-1802.jpg",
- },
+ id: "p5", name: "Garden Herbs", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-fresh-bio-vegetable-basket_127032-1802.jpg"},
{
- id: "p6",
- name: "Mixed Peppers",
- price: "Market",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-basket-with-apples-vegetables_23-2149893560.jpg",
- },
+ id: "p6", name: "Mixed Peppers", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-basket-with-apples-vegetables_23-2149893560.jpg"},
]}
title="Our Harvest"
description="Seasonal bounty hand-picked for quality."
@@ -247,38 +162,28 @@ export default function LandingPage() {
-
@@ -287,20 +192,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "Are you open 24 hours?",
- content: "Yes, we are open 24 hours a day to accommodate our logistics partners and visitors.",
- },
+ id: "f1", title: "Are you open 24 hours?", content: "Yes, we are open 24 hours a day to accommodate our logistics partners and visitors."},
{
- id: "f2",
- title: "Do you have overnight parking?",
- content: "Absolutely, we provide ample overnight parking for transport trucks.",
- },
+ id: "f2", title: "Do you have overnight parking?", content: "Absolutely, we provide ample overnight parking for transport trucks."},
{
- 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.",
- },
+ 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."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -311,16 +207,13 @@ export default function LandingPage() {
@@ -331,29 +224,19 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Produce",
- href: "#products",
- },
+ label: "Produce", href: "#products"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
@@ -363,4 +246,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file