Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-17 09:24:20 +00:00
5 changed files with 84 additions and 45 deletions

View File

@@ -86,7 +86,7 @@ export default function AboutPage() {
{ text: "Contact Us", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-plant-copyspace_23-2148198702.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-plant-copyspace_23-2148198702.jpg?_wi=2"
imageAlt="GreenGrow organic farming heritage"
showBlur={true}
showDimOverlay={false}
@@ -124,7 +124,7 @@ export default function AboutPage() {
handle: "Martinez Family Farm",
testimonial: "GreenGrow vermicompost transformed our soil quality. We've seen a 40% increase in yields in just two seasons. Absolutely worth the investment.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg?_wi=2",
imageAlt: "John Martinez",
},
{
@@ -133,7 +133,7 @@ export default function AboutPage() {
handle: "Urban Gardens Retail",
testimonial: "Our customers rave about the results they get with GreenGrow products. It's become our best-selling soil amendment. Reliable supplier, excellent quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=2",
imageAlt: "Sarah Chen",
},
{
@@ -142,7 +142,7 @@ export default function AboutPage() {
handle: "Thompson Landscaping",
testimonial: "For commercial projects, consistency is critical. GreenGrow delivers every time. Their cocopeat is premium grade and their customer service is outstanding.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg?_wi=2",
imageAlt: "Michael Thompson",
},
]}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } 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 { Mulish } 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 mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "GreenGrow - Premium Organic Vermicompost & Cocopeat",
description: "Buy premium organic vermicompost and cocopeat for farms, gardens, and businesses. Sustainably produced, scientifically proven to boost yields and soil health.",
keywords: "vermicompost, cocopeat, organic soil amendment, sustainable farming, garden supplies, bulk organic fertilizer",
metadataBase: new URL("https://www.greengrow.com"),
alternates: {
canonical: "https://www.greengrow.com",
},
openGraph: {
title: "GreenGrow - Organic Soil Amendments for Better Growth",
description: "Premium vermicompost and cocopeat for farms, gardens, and businesses. Boost yields and improve soil health sustainably.",
url: "https://www.greengrow.com",
siteName: "GreenGrow",
images: [
{
url: "http://img.b2bpic.net/free-photo/flat-lay-plant-copyspace_23-2148198702.jpg",
alt: "Premium organic soil amendment from GreenGrow",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "GreenGrow - Premium Organic Soil Amendments",
description: "Better soil, better growth. Premium vermicompost and cocopeat for sustainable farming.",
images: ["http://img.b2bpic.net/free-photo/flat-lay-plant-copyspace_23-2148198702.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -92,7 +92,7 @@ export default function HomePage() {
{ text: "Request Quote", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-plant-copyspace_23-2148198702.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-plant-copyspace_23-2148198702.jpg?_wi=1"
imageAlt="Premium organic soil amendment"
showBlur={true}
showDimOverlay={false}
@@ -131,7 +131,7 @@ export default function HomePage() {
id: "vermicompost-5kg",
name: "Premium Vermicompost - 5kg",
price: "$24.99",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-environment-day-instagram-stories-collection_23-2148935901.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-environment-day-instagram-stories-collection_23-2148935901.jpg?_wi=1",
imageAlt: "5kg bag of premium vermicompost",
initialQuantity: 1,
},
@@ -139,7 +139,7 @@ export default function HomePage() {
id: "vermicompost-20kg",
name: "Bulk Vermicompost - 20kg",
price: "$79.99",
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg?_wi=1",
imageAlt: "20kg bag of vermicompost bulk",
initialQuantity: 1,
},
@@ -147,7 +147,7 @@ export default function HomePage() {
id: "cocopeat-10kg",
name: "Premium Cocopeat - 10kg",
price: "$34.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-filled-with-coconut-kiwi_23-2148498142.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-filled-with-coconut-kiwi_23-2148498142.jpg?_wi=1",
imageAlt: "10kg bag of premium cocopeat",
initialQuantity: 1,
},
@@ -155,7 +155,7 @@ export default function HomePage() {
id: "cocopeat-25kg",
name: "Commercial Cocopeat - 25kg",
price: "$119.99",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg?_wi=1",
imageAlt: "25kg bag of commercial cocopeat",
initialQuantity: 1,
},
@@ -163,7 +163,7 @@ export default function HomePage() {
id: "soil-blend-40kg",
name: "Complete Soil Blend - 40kg",
price: "$189.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg?_wi=1",
imageAlt: "40kg bag of complete soil amendment blend",
initialQuantity: 1,
},
@@ -171,7 +171,7 @@ export default function HomePage() {
id: "starter-kit",
name: "Starter Kit (3-pack)",
price: "$69.99",
imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068936.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068936.jpg?_wi=1",
imageAlt: "Starter kit with three product samples",
initialQuantity: 1,
},
@@ -260,7 +260,7 @@ export default function HomePage() {
handle: "Martinez Family Farm",
testimonial: "GreenGrow vermicompost transformed our soil quality. We've seen a 40% increase in yields in just two seasons. Absolutely worth the investment.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg?_wi=1",
imageAlt: "John Martinez testimonial",
},
{
@@ -269,7 +269,7 @@ export default function HomePage() {
handle: "Urban Gardens Retail",
testimonial: "Our customers rave about the results they get with GreenGrow products. It's become our best-selling soil amendment. Reliable supplier, excellent quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=1",
imageAlt: "Sarah Chen testimonial",
},
{
@@ -278,7 +278,7 @@ export default function HomePage() {
handle: "Thompson Landscaping",
testimonial: "For commercial projects, consistency is critical. GreenGrow delivers every time. Their cocopeat is premium grade and their customer service is outstanding.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg?_wi=1",
imageAlt: "Michael Thompson testimonial",
},
{
@@ -287,7 +287,7 @@ export default function HomePage() {
handle: "Home Gardener",
testimonial: "I started using GreenGrow's starter kit and my vegetables have never looked better. The product is organic, affordable, and delivery is fast. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-florist-walking-greenhouse-holding-potted-flowering-plant-looking-away-smiling-medium-shot-front-view-gardening-job-botany-concept_74855-12722.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-florist-walking-greenhouse-holding-potted-flowering-plant-looking-away-smiling-medium-shot-front-view-gardening-job-botany-concept_74855-12722.jpg?_wi=1",
imageAlt: "Emma Rodriguez testimonial",
},
{
@@ -296,7 +296,7 @@ export default function HomePage() {
handle: "Sustainable Farming Initiative",
testimonial: "As a sustainability advocate, I love working with GreenGrow. Their commitment to carbon-neutral production aligns perfectly with our mission.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1",
imageAlt: "David Okonkwo testimonial",
},
{
@@ -305,7 +305,7 @@ export default function HomePage() {
handle: "Botanical Research Center",
testimonial: "We use GreenGrow products in our research trials. The consistent quality and measurable results make them ideal for scientific applications.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-water-bottle_23-2149412574.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-water-bottle_23-2149412574.jpg?_wi=1",
imageAlt: "Lisa Park testimonial",
},
]}

View File

@@ -86,7 +86,7 @@ export default function PricingPage() {
{ text: "Get Quote", href: "/contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg?_wi=3"
imageAlt: "complete soil blend 40kg bag"
showBlur={true}
showDimOverlay={false}
@@ -112,7 +112,7 @@ export default function PricingPage() {
id: "retail-single",
name: "Retail Single Units",
price: "$24.99 - $189.99",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-environment-day-instagram-stories-collection_23-2148935901.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-environment-day-instagram-stories-collection_23-2148935901.jpg?_wi=3",
imageAlt: "Single product retail pricing",
initialQuantity: 1,
},
@@ -120,7 +120,7 @@ export default function PricingPage() {
id: "wholesale-bulk",
name: "Wholesale Bulk (500kg+)",
price: "15-25% Discount",
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg?_wi=4",
imageAlt: "Wholesale bulk pricing tier",
initialQuantity: 1,
},
@@ -128,7 +128,7 @@ export default function PricingPage() {
id: "commercial-large",
name: "Commercial Large Scale (2,000kg+)",
price: "30-40% Discount",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg?_wi=3",
imageAlt: "Commercial large scale pricing",
initialQuantity: 1,
},
@@ -136,7 +136,7 @@ export default function PricingPage() {
id: "seasonal-contracts",
name: "Seasonal Contracts",
price: "Custom Terms Available",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-filled-with-coconut-kiwi_23-2148498142.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-filled-with-coconut-kiwi_23-2148498142.jpg?_wi=3",
imageAlt: "Seasonal contract pricing options",
initialQuantity: 1,
},
@@ -144,7 +144,7 @@ export default function PricingPage() {
id: "farm-partnerships",
name: "Farm Partnerships",
price: "Negotiated Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068936.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068936.jpg?_wi=3",
imageAlt: "Farm partnership pricing model",
initialQuantity: 1,
},
@@ -152,7 +152,7 @@ export default function PricingPage() {
id: "subscription-service",
name: "Monthly Subscription",
price: "Save 20% + Free Shipping",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg?_wi=4",
imageAlt: "Monthly subscription service pricing",
initialQuantity: 1,
},

View File

@@ -87,7 +87,7 @@ export default function ProductsPage() {
{ text: "Learn More", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg"
imageSrc="http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg?_wi=2"
imageAlt="Premium vermicompost bulk sack agricultural"
showBlur={true}
showDimOverlay={false}
@@ -113,7 +113,7 @@ export default function ProductsPage() {
id: "vermicompost-5kg",
name: "Premium Vermicompost - 5kg",
price: "$24.99",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-environment-day-instagram-stories-collection_23-2148935901.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-environment-day-instagram-stories-collection_23-2148935901.jpg?_wi=2",
imageAlt: "5kg bag of premium vermicompost",
initialQuantity: 1,
},
@@ -121,7 +121,7 @@ export default function ProductsPage() {
id: "vermicompost-20kg",
name: "Bulk Vermicompost - 20kg",
price: "$79.99",
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg?_wi=3",
imageAlt: "20kg bag of vermicompost bulk",
initialQuantity: 1,
},
@@ -129,7 +129,7 @@ export default function ProductsPage() {
id: "cocopeat-10kg",
name: "Premium Cocopeat - 10kg",
price: "$34.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-filled-with-coconut-kiwi_23-2148498142.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-filled-with-coconut-kiwi_23-2148498142.jpg?_wi=2",
imageAlt: "10kg bag of premium cocopeat",
initialQuantity: 1,
},
@@ -137,7 +137,7 @@ export default function ProductsPage() {
id: "cocopeat-25kg",
name: "Commercial Cocopeat - 25kg",
price: "$119.99",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg?_wi=2",
imageAlt: "25kg bag of commercial cocopeat",
initialQuantity: 1,
},
@@ -145,7 +145,7 @@ export default function ProductsPage() {
id: "soil-blend-40kg",
name: "Complete Soil Blend - 40kg",
price: "$189.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg?_wi=2",
imageAlt: "40kg bag of complete soil amendment blend",
initialQuantity: 1,
},
@@ -153,7 +153,7 @@ export default function ProductsPage() {
id: "starter-kit",
name: "Starter Kit (3-pack)",
price: "$69.99",
imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068936.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068936.jpg?_wi=2",
imageAlt: "Starter kit with three product samples",
initialQuantity: 1,
},
@@ -212,7 +212,7 @@ export default function ProductsPage() {
handle: "Martinez Family Farm",
testimonial: "GreenGrow vermicompost transformed our soil quality. We've seen a 40% increase in yields in just two seasons. Absolutely worth the investment.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg?_wi=3",
imageAlt: "John Martinez testimonial",
},
{
@@ -221,7 +221,7 @@ export default function ProductsPage() {
handle: "Urban Gardens Retail",
testimonial: "Our customers rave about the results they get with GreenGrow products. It's become our best-selling soil amendment. Reliable supplier, excellent quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=3",
imageAlt: "Sarah Chen testimonial",
},
{
@@ -230,7 +230,7 @@ export default function ProductsPage() {
handle: "Thompson Landscaping",
testimonial: "For commercial projects, consistency is critical. GreenGrow delivers every time. Their cocopeat is premium grade and their customer service is outstanding.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg?_wi=3",
imageAlt: "Michael Thompson testimonial",
},
{
@@ -239,7 +239,7 @@ export default function ProductsPage() {
handle: "Home Gardener",
testimonial: "I started using GreenGrow's starter kit and my vegetables have never looked better. The product is organic, affordable, and delivery is fast. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-florist-walking-greenhouse-holding-potted-flowering-plant-looking-away-smiling-medium-shot-front-view-gardening-job-botany-concept_74855-12722.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-florist-walking-greenhouse-holding-potted-flowering-plant-looking-away-smiling-medium-shot-front-view-gardening-job-botany-concept_74855-12722.jpg?_wi=2",
imageAlt: "Emma Rodriguez testimonial",
},
{
@@ -248,7 +248,7 @@ export default function ProductsPage() {
handle: "Sustainable Farming Initiative",
testimonial: "As a sustainability advocate, I love working with GreenGrow. Their commitment to carbon-neutral production aligns perfectly with our mission.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2",
imageAlt: "David Okonkwo testimonial",
},
{
@@ -257,7 +257,7 @@ export default function ProductsPage() {
handle: "Botanical Research Center",
testimonial: "We use GreenGrow products in our research trials. The consistent quality and measurable results make them ideal for scientific applications.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-water-bottle_23-2149412574.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-water-bottle_23-2149412574.jpg?_wi=2",
imageAlt: "Lisa Park testimonial",
},
]}