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() {
@@ -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