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-19 20:39:59 +00:00
5 changed files with 79 additions and 38 deletions

View File

@@ -60,21 +60,21 @@ export default function GamePage() {
id: "seed-clicks",
title: "Simple Click Mechanics",
description: "Click the seed button to start earning tokens. Every 10 clicks grants you 5 GreenTokens. No complex rules, just pure engagement.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-of-a-seed-or-click-game-mec-1773952723110-970b7fd7.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-of-a-seed-or-click-game-mec-1773952723110-970b7fd7.png?_wi=2",
imageAlt: "Seed clicker game mechanics",
},
{
id: "daily-limits",
title: "Smart Daily Limits",
description: "Earn up to 50 tokens per day through clicking. The limit resets daily, encouraging regular engagement without creating imbalance.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-daily-reset-and-lim-1773952723043-e6d0ea76.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-daily-reset-and-lim-1773952723043-e6d0ea76.png?_wi=2",
imageAlt: "Daily token limits illustration",
},
{
id: "leaderboards",
title: "Community Competition",
description: "Compete with other users on weekly and monthly leaderboards. Top earners unlock special badges and exclusive rewards.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/leaderboard-and-competition-illustration-1773952724140-464fb0ad.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/leaderboard-and-competition-illustration-1773952724140-464fb0ad.png?_wi=2",
imageAlt: "Community leaderboards and rankings",
},
]}

View File

@@ -1,24 +1,63 @@
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: "Greenwich Agro - Farm Fresh, Token Rich Marketplace",
description: "Connect with local farmers and earn GreenTokens with every purchase. Shop sustainable organic produce directly from farms. Gamified rewards platform for conscious consumers.",
keywords: "organic agriculture, farmers market, local farming, sustainable food, agricultural marketplace, farm fresh produce, rewards program, eco-friendly shopping",
metadataBase: new URL("https://greenwichasgro.com"),
alternates: {
canonical: "https://greenwichasgro.com",
},
openGraph: {
title: "Greenwich Agro - Agricultural E-Commerce Platform",
description: "Farm Fresh, Token Rich. Connect directly with local farmers and earn rewards.",
url: "https://greenwichasgro.com",
siteName: "Greenwich Agro",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/a-vibrant-agricultural-marketplace-scene-1773952724037-59dfe403.png",
alt: "Greenwich Agro marketplace platform",
},
],
},
twitter: {
card: "summary_large_image",
title: "Greenwich Agro - Farm Fresh, Token Rich",
description: "Shop sustainable local agriculture and earn GreenTokens.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/a-vibrant-agricultural-marketplace-scene-1773952724037-59dfe403.png",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +66,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 +80,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -96,7 +96,7 @@ export default function HomePage() {
{ text: "Learn More", href: "#about" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/a-vibrant-agricultural-marketplace-scene-1773952724037-59dfe403.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/a-vibrant-agricultural-marketplace-scene-1773952724037-59dfe403.png?_wi=1"
imageAlt="Greenwich Agro marketplace"
mediaAnimation="slide-up"
imagePosition="right"
@@ -131,7 +131,7 @@ export default function HomePage() {
price: "$8.99/lb",
rating: 5,
reviewCount: "324",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/close-up-of-fresh-organic-heirloom-tomat-1773952722243-5b95d929.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/close-up-of-fresh-organic-heirloom-tomat-1773952722243-5b95d929.png?_wi=1",
imageAlt: "Fresh organic heirloom tomatoes",
},
{
@@ -141,7 +141,7 @@ export default function HomePage() {
price: "$5.49",
rating: 4.8,
reviewCount: "287",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/fresh-green-lettuce-and-mixed-salad-gree-1773952722540-43afbb60.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/fresh-green-lettuce-and-mixed-salad-gree-1773952722540-43afbb60.png?_wi=1",
imageAlt: "Fresh green lettuce mix",
},
{
@@ -151,7 +151,7 @@ export default function HomePage() {
price: "$4.99/lb",
rating: 4.9,
reviewCount: "401",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/beautiful-bundle-of-fresh-orange-carrots-1773952725629-55017105.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/beautiful-bundle-of-fresh-orange-carrots-1773952725629-55017105.png?_wi=1",
imageAlt: "Fresh orange sweet carrots",
},
{
@@ -161,7 +161,7 @@ export default function HomePage() {
price: "$12.99/pint",
rating: 5,
reviewCount: "512",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/vibrant-mix-of-fresh-berries-strawberrie-1773952722632-8f257455.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/vibrant-mix-of-fresh-berries-strawberrie-1773952722632-8f257455.png?_wi=1",
imageAlt: "Fresh mixed organic berries",
},
{
@@ -171,7 +171,7 @@ export default function HomePage() {
price: "$7.99",
rating: 4.7,
reviewCount: "198",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/variety-of-fresh-crisp-apples-red-green--1773952722619-4b793e4e.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/variety-of-fresh-crisp-apples-red-green--1773952722619-4b793e4e.png?_wi=1",
imageAlt: "Variety of crisp fresh apples",
},
{
@@ -181,7 +181,7 @@ export default function HomePage() {
price: "$6.49/6ears",
rating: 4.9,
reviewCount: "267",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/bundle-of-fresh-sweet-corn-ears-with-gre-1773952722114-5ac5f7cb.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/bundle-of-fresh-sweet-corn-ears-with-gre-1773952722114-5ac5f7cb.png?_wi=1",
imageAlt: "Bundle of fresh sweet corn",
},
]}
@@ -219,21 +219,21 @@ export default function HomePage() {
id: "token-earnings",
title: "Earn While Shopping",
description: "Get 1 GreenToken for every $1 spent on farm products. Tokens accumulate in your account and never expire.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/abstract-illustration-showing-earning-re-1773952722454-688ee654.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/abstract-illustration-showing-earning-re-1773952722454-688ee654.png?_wi=1",
imageAlt: "GreenToken earning illustration",
},
{
id: "token-redemption",
title: "Redeem for Rewards",
description: "Convert your tokens into exclusive discounts, free products, or early access to seasonal farmers market events.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-redemption-or-gift--1773952722441-831a3fff.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-redemption-or-gift--1773952722441-831a3fff.png?_wi=1",
imageAlt: "Token redemption rewards",
},
{
id: "token-bonuses",
title: "Bonus Opportunities",
description: "Play our Seed Clicker game and complete daily challenges to earn bonus tokens and unlock special achievements.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/gamification-illustration-showing-bonus--1773952723850-d36654fd.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/gamification-illustration-showing-bonus--1773952723850-d36654fd.png?_wi=1",
imageAlt: "Bonus token opportunities",
},
]}
@@ -258,21 +258,21 @@ export default function HomePage() {
id: "seed-clicks",
title: "Simple Click Mechanics",
description: "Click the seed button to start earning tokens. Every 10 clicks grants you 5 GreenTokens. No complex rules, just pure engagement.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-of-a-seed-or-click-game-mec-1773952723110-970b7fd7.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-of-a-seed-or-click-game-mec-1773952723110-970b7fd7.png?_wi=1",
imageAlt: "Seed clicker game mechanics",
},
{
id: "daily-limits",
title: "Smart Daily Limits",
description: "Earn up to 50 tokens per day through clicking. The limit resets daily, encouraging regular engagement without creating imbalance.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-daily-reset-and-lim-1773952723043-e6d0ea76.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-daily-reset-and-lim-1773952723043-e6d0ea76.png?_wi=1",
imageAlt: "Daily token limits illustration",
},
{
id: "leaderboards",
title: "Community Competition",
description: "Compete with other users on weekly and monthly leaderboards. Top earners unlock special badges and exclusive rewards.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/leaderboard-and-competition-illustration-1773952724140-464fb0ad.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/leaderboard-and-competition-illustration-1773952724140-464fb0ad.png?_wi=1",
imageAlt: "Community leaderboards and rankings",
},
]}
@@ -360,7 +360,7 @@ export default function HomePage() {
useInvertedBackground={true}
mediaAnimation="slide-up"
mediaPosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/faq-or-help-section-illustration-show-qu-1773952723496-2a6cb048.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/faq-or-help-section-illustration-show-qu-1773952723496-2a6cb048.png?_wi=1"
imageAlt="FAQ illustration"
faqsAnimation="slide-up"
faqs={[

View File

@@ -53,21 +53,21 @@ export default function RewardsPage() {
id: "token-earnings",
title: "Earn While Shopping",
description: "Get 1 GreenToken for every $1 spent on farm products. Tokens accumulate in your account and never expire.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/abstract-illustration-showing-earning-re-1773952722454-688ee654.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/abstract-illustration-showing-earning-re-1773952722454-688ee654.png?_wi=3",
imageAlt: "GreenToken earning illustration",
},
{
id: "token-redemption",
title: "Redeem for Rewards",
description: "Convert your tokens into exclusive discounts, free products, or early access to seasonal farmers market events.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-redemption-or-gift--1773952722441-831a3fff.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-redemption-or-gift--1773952722441-831a3fff.png?_wi=2",
imageAlt: "Token redemption rewards",
},
{
id: "token-bonuses",
title: "Bonus Opportunities",
description: "Play our Seed Clicker game and complete daily challenges to earn bonus tokens and unlock special achievements.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/gamification-illustration-showing-bonus--1773952723850-d36654fd.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/gamification-illustration-showing-bonus--1773952723850-d36654fd.png?_wi=2",
imageAlt: "Bonus token opportunities",
},
]}

View File

@@ -108,7 +108,7 @@ export default function ShopPage() {
price: "$8.99/lb",
rating: 5,
reviewCount: "324",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/close-up-of-fresh-organic-heirloom-tomat-1773952722243-5b95d929.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/close-up-of-fresh-organic-heirloom-tomat-1773952722243-5b95d929.png?_wi=2",
imageAlt: "Fresh organic heirloom tomatoes",
},
{
@@ -118,7 +118,7 @@ export default function ShopPage() {
price: "$5.49",
rating: 4.8,
reviewCount: "287",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/fresh-green-lettuce-and-mixed-salad-gree-1773952722540-43afbb60.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/fresh-green-lettuce-and-mixed-salad-gree-1773952722540-43afbb60.png?_wi=2",
imageAlt: "Fresh green lettuce mix",
},
{
@@ -128,7 +128,7 @@ export default function ShopPage() {
price: "$4.99/lb",
rating: 4.9,
reviewCount: "401",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/beautiful-bundle-of-fresh-orange-carrots-1773952725629-55017105.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/beautiful-bundle-of-fresh-orange-carrots-1773952725629-55017105.png?_wi=2",
imageAlt: "Fresh orange sweet carrots",
},
{
@@ -138,7 +138,7 @@ export default function ShopPage() {
price: "$12.99/pint",
rating: 5,
reviewCount: "512",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/vibrant-mix-of-fresh-berries-strawberrie-1773952722632-8f257455.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/vibrant-mix-of-fresh-berries-strawberrie-1773952722632-8f257455.png?_wi=2",
imageAlt: "Fresh mixed organic berries",
},
{
@@ -148,7 +148,7 @@ export default function ShopPage() {
price: "$7.99",
rating: 4.7,
reviewCount: "198",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/variety-of-fresh-crisp-apples-red-green--1773952722619-4b793e4e.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/variety-of-fresh-crisp-apples-red-green--1773952722619-4b793e4e.png?_wi=2",
imageAlt: "Variety of crisp fresh apples",
},
{
@@ -158,7 +158,7 @@ export default function ShopPage() {
price: "$6.49/6ears",
rating: 4.9,
reviewCount: "267",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/bundle-of-fresh-sweet-corn-ears-with-gre-1773952722114-5ac5f7cb.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/bundle-of-fresh-sweet-corn-ears-with-gre-1773952722114-5ac5f7cb.png?_wi=2",
imageAlt: "Bundle of fresh sweet corn",
},
]}
@@ -181,21 +181,21 @@ export default function ShopPage() {
id: "direct-farmers",
title: "Direct From Farmers",
description: "Skip the middleman and buy directly from verified local farmers. Get fresher produce while supporting sustainable agricultural practices.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/a-vibrant-agricultural-marketplace-scene-1773952724037-59dfe403.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/a-vibrant-agricultural-marketplace-scene-1773952724037-59dfe403.png?_wi=2",
imageAlt: "Direct farmer connection",
},
{
id: "guaranteed-fresh",
title: "Guaranteed Fresh",
description: "All products are harvested within 24-48 hours of your order. Farm-to-table freshness with complete traceability and transparency.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/close-up-of-fresh-organic-heirloom-tomat-1773952722243-5b95d929.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/close-up-of-fresh-organic-heirloom-tomat-1773952722243-5b95d929.png?_wi=3",
imageAlt: "Fresh produce guarantee",
},
{
id: "earn-rewards",
title: "Earn While Shopping",
description: "Every purchase earns you GreenTokens that accumulate for exclusive discounts, free products, and community rewards.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/abstract-illustration-showing-earning-re-1773952722454-688ee654.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/abstract-illustration-showing-earning-re-1773952722454-688ee654.png?_wi=2",
imageAlt: "Rewards and tokens",
},
]}
@@ -213,7 +213,7 @@ export default function ShopPage() {
useInvertedBackground={false}
mediaAnimation="slide-up"
mediaPosition="left"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/faq-or-help-section-illustration-show-qu-1773952723496-2a6cb048.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/faq-or-help-section-illustration-show-qu-1773952723496-2a6cb048.png?_wi=2"
imageAlt="Shopping help illustration"
faqsAnimation="slide-up"
faqs={[