Merge version_2 into main #1
290
src/app/page.tsx
290
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Produce",
|
||||
id: "products",
|
||||
},
|
||||
name: "Produce", id: "products"},
|
||||
{
|
||||
name: "Quality",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Quality", id: "metrics"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="TerraLux"
|
||||
/>
|
||||
@@ -59,55 +49,34 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Refining the Art of Agriculture"
|
||||
description="TerraLux delivers the world's most exquisite organic produce, grown with patience and perfected for the most discerning tables."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748230.jpg"
|
||||
imageAlt="Luxurious agricultural farm estate at golden hour"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/golden-fields-bathed-sunset-light-from_84443-72993.jpg",
|
||||
alt: "Golden Fields Bathed in Sunset Light from Above",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/golden-fields-bathed-sunset-light-from_84443-72993.jpg", alt: "Golden Fields Bathed in Sunset Light from Above"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-pretty-young-black-friends-woman-wear-summer-dress-pose-sunflower-field_627829-4185.jpg",
|
||||
alt: "Two pretty young black friends woman wear summer dress pose in a sunflower field",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-pretty-young-black-friends-woman-wear-summer-dress-pose-sunflower-field_627829-4185.jpg", alt: "Two pretty young black friends woman wear summer dress pose in a sunflower field"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/breathtaking-view-green-hills-surrounded-by-fog-with-building-distance_181624-29037.jpg",
|
||||
alt: "Breathtaking view of green hills surrounded by fog with a building in the distance",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/breathtaking-view-green-hills-surrounded-by-fog-with-building-distance_181624-29037.jpg", alt: "Breathtaking view of green hills surrounded by fog with a building in the distance"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sunset-landscape-photo-moravian-tuscany-czech-republic_1161-829.jpg",
|
||||
alt: "Sunset landscape photo of Moravian Tuscany in Czech Republic",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sunset-landscape-photo-moravian-tuscany-czech-republic_1161-829.jpg", alt: "Sunset landscape photo of Moravian Tuscany in Czech Republic"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748230.jpg",
|
||||
alt: "Luxurious agricultural farm estate at golden hour",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748230.jpg", alt: "Luxurious agricultural farm estate at golden hour"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Estate Grown",
|
||||
},
|
||||
type: "text", text: "Estate Grown"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable",
|
||||
},
|
||||
type: "text", text: "Sustainable"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Organic",
|
||||
},
|
||||
type: "text", text: "Organic"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal",
|
||||
},
|
||||
type: "text", text: "Artisanal"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm-to-Table",
|
||||
},
|
||||
type: "text", text: "Farm-to-Table"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
buttons={[
|
||||
{ text: "View Seasonal Menu", href: "#contact" },
|
||||
{ text: "Inquire About Pricing", href: "#contact" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Heirloom Tomatoes",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-ingredients-included-salad_23-2148173920.jpg",
|
||||
},
|
||||
id: "p1", name: "Heirloom Tomatoes", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/healthy-ingredients-included-salad_23-2148173920.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Vineyard Grapes",
|
||||
price: "$60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-peaches-basket-wooden-surface-decorated-with-leaves_141793-15506.jpg",
|
||||
},
|
||||
id: "p2", name: "Vineyard Grapes", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-peaches-basket-wooden-surface-decorated-with-leaves_141793-15506.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cold-Pressed Olive Oil",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-bottles-virgin-healthy-olive-oil-with-shadow-floor_23-2147853676.jpg",
|
||||
},
|
||||
id: "p3", name: "Cold-Pressed Olive Oil", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/three-bottles-virgin-healthy-olive-oil-with-shadow-floor_23-2147853676.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Wildflower Honey",
|
||||
price: "$55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-honey-jar-with-cheese-walnuts-stand_141793-49439.jpg",
|
||||
},
|
||||
id: "p4", name: "Wildflower Honey", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/side-view-honey-jar-with-cheese-walnuts-stand_141793-49439.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Aromatic Herb Bundles",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201422.jpg",
|
||||
},
|
||||
id: "p5", name: "Aromatic Herb Bundles", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201422.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gold-Flecked Potatoes",
|
||||
price: "$40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-garden-tool-with-potatoes-garlic_23-2148622483.jpg",
|
||||
},
|
||||
id: "p6", name: "Gold-Flecked Potatoes", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-garden-tool-with-potatoes-garlic_23-2148622483.jpg"},
|
||||
]}
|
||||
title="Seasonal Collections"
|
||||
description="Discover our limited-batch agricultural offerings, curated for those who appreciate the true value of premium ingredients."
|
||||
@@ -194,34 +137,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Awarded Estates",
|
||||
items: [
|
||||
"Certified Organic",
|
||||
"Biodynamic Standard",
|
||||
"Heritage Soils",
|
||||
],
|
||||
id: "m1", value: "15+", title: "Awarded Estates", items: [
|
||||
"Certified Organic", "Biodynamic Standard", "Heritage Soils"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24h",
|
||||
title: "Pristine Delivery",
|
||||
items: [
|
||||
"Cold-chain integrity",
|
||||
"Zero-waste goal",
|
||||
"Global logistics",
|
||||
],
|
||||
id: "m2", value: "24h", title: "Pristine Delivery", items: [
|
||||
"Cold-chain integrity", "Zero-waste goal", "Global logistics"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
items: [
|
||||
"Renowned chefs",
|
||||
"Luxury hospitality",
|
||||
"Private estates",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Customer Satisfaction", items: [
|
||||
"Renowned chefs", "Luxury hospitality", "Private estates"],
|
||||
},
|
||||
]}
|
||||
title="Unmatched Excellence"
|
||||
@@ -236,59 +161,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Rossi",
|
||||
role: "Head Chef",
|
||||
company: "Le Marais",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-gardeners-taking-care-their-garden_329181-16509.jpg",
|
||||
},
|
||||
id: "1", name: "Elena Rossi", role: "Head Chef", company: "Le Marais", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-gardeners-taking-care-their-garden_329181-16509.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Proprietor",
|
||||
company: "Thorne Gastronomy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864187.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", role: "Proprietor", company: "Thorne Gastronomy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864187.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Chen",
|
||||
role: "Artisan Producer",
|
||||
company: "Chen & Sons",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-using-paper-bag-bio-store_482257-76566.jpg",
|
||||
},
|
||||
id: "3", name: "Sophia Chen", role: "Artisan Producer", company: "Chen & Sons", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-using-paper-bag-bio-store_482257-76566.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julian Vane",
|
||||
role: "Food Connoisseur",
|
||||
company: "Vane Estate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-clipboard-field_23-2148233480.jpg",
|
||||
},
|
||||
id: "4", name: "Julian Vane", role: "Food Connoisseur", company: "Vane Estate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-clipboard-field_23-2148233480.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Isabella Grant",
|
||||
role: "Farm Director",
|
||||
company: "Highland Organic",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-view-man-with-clipboard-field_23-2148233484.jpg",
|
||||
},
|
||||
id: "5", name: "Isabella Grant", role: "Farm Director", company: "Highland Organic", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-view-man-with-clipboard-field_23-2148233484.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.9", label: "Avg Rating"},
|
||||
{
|
||||
value: "120+",
|
||||
label: "Luxury Clients",
|
||||
},
|
||||
value: "120+", label: "Luxury Clients"},
|
||||
{
|
||||
value: "8+",
|
||||
label: "Years Active",
|
||||
},
|
||||
value: "8+", label: "Years Active"},
|
||||
]}
|
||||
title="A Connoisseur's Choice"
|
||||
description="Discover why TerraLux is the trusted partner for the world's finest kitchens."
|
||||
@@ -300,14 +194,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"The Ritz",
|
||||
"Four Seasons",
|
||||
"Mandarin Oriental",
|
||||
"Aman Resorts",
|
||||
"Relais & Châteaux",
|
||||
"Michelin Guide",
|
||||
"Bocuse d'Or",
|
||||
]}
|
||||
"The Ritz", "Four Seasons", "Mandarin Oriental", "Aman Resorts", "Relais & Châteaux", "Michelin Guide", "Bocuse d'Or"]}
|
||||
title="Global Partners"
|
||||
description="We are proud to supply the most iconic names in global hospitality."
|
||||
/>
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user