From 22186df3e15826df82a7fe49b9d1de82ea2e757b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:08:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 +++++++++++------------------------------------ 1 file changed, 69 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59cc56d..0acd4c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,55 +49,34 @@ export default function LandingPage() {
@@ -120,17 +89,11 @@ export default function LandingPage() { description="Our heritage is rooted in the deep, fertile earth of our private estates. By marrying traditional wisdom with modern sustainable luxury, we ensure that every product arriving at your kitchen is a masterpiece of taste and nutrition." bulletPoints={[ { - title: "Sustainable Purity", - description: "100% pesticide-free, nurtured by natural spring irrigation.", - }, + title: "Sustainable Purity", description: "100% pesticide-free, nurtured by natural spring irrigation."}, { - title: "Artisanal Care", - description: "Each harvest is hand-selected at the absolute peak of ripeness.", - }, + title: "Artisanal Care", description: "Each harvest is hand-selected at the absolute peak of ripeness."}, { - title: "Farm to Table", - description: "Delivered within 24 hours of harvest to preserve unparalleled freshness.", - }, + title: "Farm to Table", description: "Delivered within 24 hours of harvest to preserve unparalleled freshness."}, ]} imageSrc="http://img.b2bpic.net/free-photo/figs-female-hands-blurred-background-vegetables-top-view_169016-24206.jpg" imageAlt="Artisanal hand-harvesting of premium organic crops" @@ -141,46 +104,26 @@ export default function LandingPage() {
@@ -319,20 +206,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How do you ensure such freshness?", - content: "Our logistical network is designed specifically for agricultural perishables, ensuring transit from soil to destination within 24 hours.", - }, + id: "f1", title: "How do you ensure such freshness?", content: "Our logistical network is designed specifically for agricultural perishables, ensuring transit from soil to destination within 24 hours."}, { - id: "f2", - title: "Are all products certified organic?", - content: "Absolutely. Every estate in our collective adheres to international organic certification standards.", - }, + id: "f2", title: "Are all products certified organic?", content: "Absolutely. Every estate in our collective adheres to international organic certification standards."}, { - id: "f3", - title: "Do you offer private consultations?", - content: "Yes, for our premier culinary partners, we provide bespoke crop planning and seasonal procurement services.", - }, + id: "f3", title: "Do you offer private consultations?", content: "Yes, for our premier culinary partners, we provide bespoke crop planning and seasonal procurement services."}, ]} title="Questions on Quality" description="Inquiries into the standard, delivery, and sourcing of our luxury agricultural goods." @@ -347,27 +225,16 @@ export default function LandingPage() { description="Direct your inquiries to our concierge team. We prioritize applications from luxury hospitality and discerning private collectors." inputs={[ { - name: "name", - type: "text", - placeholder: "Full Name", - required: true, + name: "name", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "company", - type: "text", - placeholder: "Establishment/Company Name", - }, + name: "company", type: "text", placeholder: "Establishment/Company Name"}, ]} textarea={{ - name: "message", - placeholder: "Tell us about your requirements", - rows: 4, + name: "message", placeholder: "Tell us about your requirements", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/female-baker-using-tablet-pastry-shop_23-2150379589.jpg" @@ -381,50 +248,31 @@ export default function LandingPage() { logoText="TerraLux" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Our Estates", - href: "#about", - }, + label: "Our Estates", href: "#about"}, { - label: "Partners", - href: "#socialproof", - }, + label: "Partners", href: "#socialproof"}, { - label: "Inquire", - href: "#contact", - }, + label: "Inquire", href: "#contact"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Certification", - href: "#", - }, + label: "Certification", href: "#"}, { - label: "Sustainability", - href: "#", - }, + label: "Sustainability", href: "#"}, { - label: "Logistics", - href: "#", - }, + label: "Logistics", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -434,4 +282,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1