Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -105,7 +105,7 @@ export default function AboutPage() {
|
||||
icon: Globe,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9539.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9539.jpg?_wi=2"
|
||||
imageAlt="farmer examining soil health data"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
|
||||
@@ -117,7 +117,7 @@ export default function ImpactPage() {
|
||||
"Ingrain's monitoring system transformed how we manage soil health. We've increased yield by 22% while reducing chemical inputs. The data insights are invaluable.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2056.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2056.jpg?_wi=2",
|
||||
imageAlt: "professional woman farmer portrait",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function ImpactPage() {
|
||||
"The marketplace connection has opened doors we never expected. We're now selling carbon credits and premium regenerative products directly to conscious brands.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-serious-man-looking-away_23-2148233380.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-serious-man-looking-away_23-2148233380.jpg?_wi=2",
|
||||
imageAlt: "professional man agriculture expert",
|
||||
},
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default function ImpactPage() {
|
||||
"The collaboration platform bridges the gap between farmers and researchers perfectly. We've gathered more actionable field data in six months than in years of traditional trials.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg?_wi=2",
|
||||
imageAlt: "research scientist woman portrait",
|
||||
},
|
||||
{
|
||||
@@ -150,7 +150,7 @@ export default function ImpactPage() {
|
||||
"As a traditional farmer, I was skeptical of tech. But Ingrain's interface is genuinely user-friendly. My kids and I are now collaborating on data-driven decisions.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-taking-notices-sunflower-field_23-2148233482.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-taking-notices-sunflower-field_23-2148233482.jpg?_wi=2",
|
||||
imageAlt: "experienced farmer man portrait",
|
||||
},
|
||||
{
|
||||
@@ -161,7 +161,7 @@ export default function ImpactPage() {
|
||||
"The environmental tracking is exceptional. We can now demonstrate real carbon sequestration and biodiversity improvements with verified data.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154399.jpg",
|
||||
"http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154399.jpg?_wi=2",
|
||||
imageAlt: "professional woman climate scientist",
|
||||
},
|
||||
{
|
||||
@@ -172,7 +172,7 @@ export default function ImpactPage() {
|
||||
"Ingrain represents the future of agriculture. Their vision aligns with ours—sustainable, profitable, and scalable. Outstanding platform.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-working-woman-office-manager-suit-cross-arms-chest-looking-with-confidence_1258-117890.jpg",
|
||||
"http://img.b2bpic.net/free-photo/successful-working-woman-office-manager-suit-cross-arms-chest-looking-with-confidence_1258-117890.jpg?_wi=2",
|
||||
imageAlt: "young entrepreneur technology professional",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
@@ -20,6 +24,32 @@ const interTight = Inter_Tight({
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Ingrain World - Regenerating Soil, Restoring Life",
|
||||
description: "Advanced platform for sustainable agriculture connecting farmers with soil health data, marketplace, and research collaboration.",
|
||||
keywords: "sustainable agriculture, soil health, regenerative farming, carbon credits, agritech",
|
||||
metadataBase: new URL("https://ingrain.world"),
|
||||
alternates: {
|
||||
canonical: "https://ingrain.world",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Ingrain World - Regenerating Soil, Restoring Life",
|
||||
description: "Advanced platform for sustainable agriculture connecting farmers with soil health data, marketplace, and research collaboration.",
|
||||
url: "https://ingrain.world",
|
||||
siteName: "Ingrain World",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Ingrain World - Regenerating Soil, Restoring Life",
|
||||
description: "Advanced platform for sustainable agriculture connecting farmers with soil health data, marketplace, and research collaboration.",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${interTight.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -128,7 +128,7 @@ export default function HomePage() {
|
||||
icon: Globe,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9539.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9539.jpg?_wi=1"
|
||||
imageAlt="farmer examining soil health data"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -151,28 +151,28 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Soil Monitoring Network",
|
||||
description: "Real-time sensors and IoT devices provide continuous data on soil moisture, pH, nutrients, and biological activity across your fields.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-farm_23-2148579752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-farm_23-2148579752.jpg?_wi=1",
|
||||
imageAlt: "IoT soil sensor technology",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Regenerative Marketplace",
|
||||
description: "Connect directly with certified regenerative product suppliers, carbon credit traders, and sustainability-focused buyers to monetize your practices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-laboratory-robe-examines-salad-cabbage-greenhouse-using-tablet_8353-7171.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-laboratory-robe-examines-salad-cabbage-greenhouse-using-tablet_8353-7171.jpg?_wi=1",
|
||||
imageAlt: "digital marketplace platform interface",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Research Collaboration",
|
||||
description: "Partner with universities and research institutions on field trials, contribute to climate science, and access cutting-edge agricultural innovation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-guy-guy-girl-greenhouse-g-ardeners-aprons_1157-47114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-guy-guy-girl-greenhouse-g-ardeners-aprons_1157-47114.jpg?_wi=1",
|
||||
imageAlt: "agricultural research collaboration",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Knowledge Hub",
|
||||
description: "Access a curated library of best practices, regional guides, expert webinars, and peer-tested regenerative farming techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-agronomist-with-tablet-mock-up_23-2148233477.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-agronomist-with-tablet-mock-up_23-2148233477.jpg?_wi=1",
|
||||
imageAlt: "digital knowledge hub platform",
|
||||
},
|
||||
]}
|
||||
@@ -225,7 +225,7 @@ export default function HomePage() {
|
||||
handle: "Sustainable Farm Manager",
|
||||
testimonial: "Ingrain's monitoring system transformed how we manage soil health. We've increased yield by 22% while reducing chemical inputs. The data insights are invaluable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2056.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2056.jpg?_wi=1",
|
||||
imageAlt: "professional woman farmer portrait",
|
||||
},
|
||||
{
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
handle: "Regenerative Agriculture Advocate",
|
||||
testimonial: "The marketplace connection has opened doors we never expected. We're now selling carbon credits and premium regenerative products directly to conscious brands.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-serious-man-looking-away_23-2148233380.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-serious-man-looking-away_23-2148233380.jpg?_wi=1",
|
||||
imageAlt: "professional man agriculture expert",
|
||||
},
|
||||
{
|
||||
@@ -243,7 +243,7 @@ export default function HomePage() {
|
||||
handle: "Research Scientist",
|
||||
testimonial: "The collaboration platform bridges the gap between farmers and researchers perfectly. We've gathered more actionable field data in six months than in years of traditional trials.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg?_wi=1",
|
||||
imageAlt: "research scientist woman portrait",
|
||||
},
|
||||
{
|
||||
@@ -252,7 +252,7 @@ export default function HomePage() {
|
||||
handle: "Multi-Generation Farmer",
|
||||
testimonial: "As a traditional farmer, I was skeptical of tech. But Ingrain's interface is genuinely user-friendly. My kids and I are now collaborating on data-driven decisions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-notices-sunflower-field_23-2148233482.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-notices-sunflower-field_23-2148233482.jpg?_wi=1",
|
||||
imageAlt: "experienced farmer man portrait",
|
||||
},
|
||||
{
|
||||
@@ -261,7 +261,7 @@ export default function HomePage() {
|
||||
handle: "Climate Impact Officer",
|
||||
testimonial: "The environmental tracking is exceptional. We can now demonstrate real carbon sequestration and biodiversity improvements with verified data.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154399.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154399.jpg?_wi=1",
|
||||
imageAlt: "professional woman climate scientist",
|
||||
},
|
||||
{
|
||||
@@ -270,7 +270,7 @@ export default function HomePage() {
|
||||
handle: "AgriTech Entrepreneur",
|
||||
testimonial: "Ingrain represents the future of agriculture. Their vision aligns with ours—sustainable, profitable, and scalable. Outstanding platform.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-working-woman-office-manager-suit-cross-arms-chest-looking-with-confidence_1258-117890.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-working-woman-office-manager-suit-cross-arms-chest-looking-with-confidence_1258-117890.jpg?_wi=1",
|
||||
imageAlt: "young entrepreneur technology professional",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -94,7 +94,7 @@ export default function SolutionsPage() {
|
||||
description:
|
||||
"Real-time sensors and IoT devices provide continuous data on soil moisture, pH, nutrients, and biological activity across your fields.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-woman-working-farm_23-2148579752.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-woman-working-farm_23-2148579752.jpg?_wi=2",
|
||||
imageAlt: "IoT soil sensor technology",
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function SolutionsPage() {
|
||||
description:
|
||||
"Connect directly with certified regenerative product suppliers, carbon credit traders, and sustainability-focused buyers to monetize your practices.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-white-laboratory-robe-examines-salad-cabbage-greenhouse-using-tablet_8353-7171.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-white-laboratory-robe-examines-salad-cabbage-greenhouse-using-tablet_8353-7171.jpg?_wi=2",
|
||||
imageAlt: "digital marketplace platform interface",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function SolutionsPage() {
|
||||
description:
|
||||
"Partner with universities and research institutions on field trials, contribute to climate science, and access cutting-edge agricultural innovation.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bouquet-tulips-guy-guy-girl-greenhouse-g-ardeners-aprons_1157-47114.jpg",
|
||||
"http://img.b2bpic.net/free-photo/bouquet-tulips-guy-guy-girl-greenhouse-g-ardeners-aprons_1157-47114.jpg?_wi=2",
|
||||
imageAlt: "agricultural research collaboration",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function SolutionsPage() {
|
||||
description:
|
||||
"Access a curated library of best practices, regional guides, expert webinars, and peer-tested regenerative farming techniques.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-agronomist-with-tablet-mock-up_23-2148233477.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-agronomist-with-tablet-mock-up_23-2148233477.jpg?_wi=2",
|
||||
imageAlt: "digital knowledge hub platform",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user