diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index a5bb2cf..945e311 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -11,6 +11,7 @@ export default function AccountPage() { { name: "Shop", id: "shop" }, { name: "Game", id: "game" }, { name: "Rewards", id: "rewards" }, + { name: "Tracking", id: "tracking" }, ]; const footerColumns = [ @@ -155,4 +156,4 @@ export default function AccountPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4258b94..a37a970 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,6 +18,7 @@ export default function HomePage() { { name: "Shop", id: "shop" }, { name: "Game", id: "game" }, { name: "Rewards", id: "rewards" }, + { name: "Tracking", id: "tracking" }, ]; const footerColumns = [ @@ -125,65 +126,23 @@ export default function HomePage() { animationType="slide-up" products={[ { - id: "organic-tomatoes", - brand: "Sunrise Farm", - name: "Organic Heirloom Tomatoes", - 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?_wi=1", - imageAlt: "Fresh organic heirloom tomatoes", - }, + id: "organic-tomatoes", brand: "Sunrise Farm", name: "Organic Heirloom Tomatoes", 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?_wi=1", imageAlt: "Fresh organic heirloom tomatoes"}, { - id: "farmer-lettuce", - brand: "Green Valley", - name: "Farmer's Market Lettuce Mix", - 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?_wi=1", - imageAlt: "Fresh green lettuce mix", - }, + id: "farmer-lettuce", brand: "Green Valley", name: "Farmer's Market Lettuce Mix", 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?_wi=1", imageAlt: "Fresh green lettuce mix"}, { - id: "local-carrots", - brand: "Root River Farm", - name: "Sweet Local Carrots", - 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?_wi=1", - imageAlt: "Fresh orange sweet carrots", - }, + id: "local-carrots", brand: "Root River Farm", name: "Sweet Local Carrots", 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?_wi=1", imageAlt: "Fresh orange sweet carrots"}, { - id: "berries-mixed", - brand: "Berry Hill", - name: "Mixed Organic Berries", - 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?_wi=1", - imageAlt: "Fresh mixed organic berries", - }, + id: "berries-mixed", brand: "Berry Hill", name: "Mixed Organic Berries", 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?_wi=1", imageAlt: "Fresh mixed organic berries"}, { - id: "apples-crisp", - brand: "Orchard Peak", - name: "Crisp Apple Variety Pack", - 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?_wi=1", - imageAlt: "Variety of crisp fresh apples", - }, + id: "apples-crisp", brand: "Orchard Peak", name: "Crisp Apple Variety Pack", 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?_wi=1", imageAlt: "Variety of crisp fresh apples"}, { - id: "corn-sweet", - brand: "Prairie Gold", - name: "Sweet Corn Bundle", - 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?_wi=1", - imageAlt: "Bundle of fresh sweet corn", - }, + id: "corn-sweet", brand: "Prairie Gold", name: "Sweet Corn Bundle", 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?_wi=1", imageAlt: "Bundle of fresh sweet corn"}, ]} /> @@ -192,10 +151,7 @@ export default function HomePage() { @@ -255,26 +196,11 @@ export default function HomePage() { animationType="slide-up" features={[ { - 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?_wi=1", - imageAlt: "Seed clicker game mechanics", - }, + 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?_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?_wi=1", - imageAlt: "Daily token limits illustration", - }, + 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?_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?_wi=1", - imageAlt: "Community leaderboards and rankings", - }, + 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?_wi=1", imageAlt: "Community leaderboards and rankings"}, ]} /> @@ -292,59 +218,23 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "farmer-testimonial-1", - name: "Maria Chen", - role: "Organic Farmer", - company: "Sunrise Farm", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-woman-farmer--1773952721905-3fb09adf.png", - imageAlt: "Maria Chen, farmer", - }, + id: "farmer-testimonial-1", name: "Maria Chen", role: "Organic Farmer", company: "Sunrise Farm", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-woman-farmer--1773952721905-3fb09adf.png", imageAlt: "Maria Chen, farmer"}, { - id: "customer-testimonial-1", - name: "David Rodriguez", - role: "Community Organizer", - company: "Local Food Network", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-man-in-his-30-1773952722833-bbb856f8.png", - imageAlt: "David Rodriguez, community organizer", - }, + id: "customer-testimonial-1", name: "David Rodriguez", role: "Community Organizer", company: "Local Food Network", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-man-in-his-30-1773952722833-bbb856f8.png", imageAlt: "David Rodriguez, community organizer"}, { - id: "farmer-testimonial-2", - name: "Sarah Williams", - role: "Sustainable Farmer", - company: "Green Valley Farm", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-woman-in-her--1773952722793-b271871d.png", - imageAlt: "Sarah Williams, farmer", - }, + id: "farmer-testimonial-2", name: "Sarah Williams", role: "Sustainable Farmer", company: "Green Valley Farm", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-woman-in-her--1773952722793-b271871d.png", imageAlt: "Sarah Williams, farmer"}, { - id: "customer-testimonial-2", - name: "James Lee", - role: "Urban Gardener", - company: "City Farm Collective", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-man-in-his-30-1773952722776-aae5d470.png", - imageAlt: "James Lee, urban gardener", - }, + id: "customer-testimonial-2", name: "James Lee", role: "Urban Gardener", company: "City Farm Collective", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-man-in-his-30-1773952722776-aae5d470.png", imageAlt: "James Lee, urban gardener"}, { - id: "customer-testimonial-3", - name: "Emily Martinez", - role: "Food Enthusiast", - company: "Healthy Living Advocate", - rating: 4.8, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-woman-in-her--1773952722953-d2ed00c6.png", - imageAlt: "Emily Martinez, food enthusiast", - }, + id: "customer-testimonial-3", name: "Emily Martinez", role: "Food Enthusiast", company: "Healthy Living Advocate", rating: 4.8, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-a-professional-woman-in-her--1773952722953-d2ed00c6.png", imageAlt: "Emily Martinez, food enthusiast"}, { - id: "farmer-testimonial-3", - name: "Robert Thompson", - role: "Family Farmer", - company: "Heritage Farm Co", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-an-experienced-male-farmer-i-1773952724115-c93ae7fa.png", - imageAlt: "Robert Thompson, family farmer", - }, + id: "farmer-testimonial-3", name: "Robert Thompson", role: "Family Farmer", company: "Heritage Farm Co", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/portrait-of-an-experienced-male-farmer-i-1773952724115-c93ae7fa.png", imageAlt: "Robert Thompson, family farmer"}, ]} /> @@ -365,35 +255,17 @@ export default function HomePage() { faqsAnimation="slide-up" faqs={[ { - id: "faq-1", - title: "How do I earn GreenTokens?", - content: "You earn 1 GreenToken for every $1 you spend on farm products. Additionally, you can earn bonus tokens by playing our Seed Clicker game (up to 50 per day), completing daily challenges, and referring friends to the platform.", - }, + id: "faq-1", title: "How do I earn GreenTokens?", content: "You earn 1 GreenToken for every $1 you spend on farm products. Additionally, you can earn bonus tokens by playing our Seed Clicker game (up to 50 per day), completing daily challenges, and referring friends to the platform."}, { - id: "faq-2", - title: "Can I redeem my GreenTokens?", - content: "Yes! GreenTokens can be redeemed for discounts on future purchases, free products, priority access to new farmer partnerships, and exclusive community events. Visit your Rewards page to see current redemption options.", - }, + id: "faq-2", title: "Can I redeem my GreenTokens?", content: "Yes! GreenTokens can be redeemed for discounts on future purchases, free products, priority access to new farmer partnerships, and exclusive community events. Visit your Rewards page to see current redemption options."}, { - id: "faq-3", - title: "How does the Seed Clicker game work?", - content: "Click the seed button to earn tokens. Every 10 clicks awards you 5 tokens. You can earn up to 50 tokens per day through clicking. The daily limit resets at midnight, and you can compete on leaderboards for additional rewards.", - }, + id: "faq-3", title: "How does the Seed Clicker game work?", content: "Click the seed button to earn tokens. Every 10 clicks awards you 5 tokens. You can earn up to 50 tokens per day through clicking. The daily limit resets at midnight, and you can compete on leaderboards for additional rewards."}, { - id: "faq-4", - title: "Is there a subscription required?", - content: "No! Greenwich Agro is completely free to use. There are no hidden fees or mandatory subscriptions. You can shop and earn tokens at your own pace.", - }, + id: "faq-4", title: "Is there a subscription required?", content: "No! Greenwich Agro is completely free to use. There are no hidden fees or mandatory subscriptions. You can shop and earn tokens at your own pace."}, { - id: "faq-5", - title: "How do I know the products are fresh?", - content: "All products are sourced directly from verified local farmers on our platform. Each farmer profile shows their farming practices, certifications, and customer reviews. Products are typically harvested within 24-48 hours of your order.", - }, + id: "faq-5", title: "How do I know the products are fresh?", content: "All products are sourced directly from verified local farmers on our platform. Each farmer profile shows their farming practices, certifications, and customer reviews. Products are typically harvested within 24-48 hours of your order."}, { - id: "faq-6", - title: "Can farmers sell on Greenwich Agro?", - content: "Yes! We welcome sustainable farmers to join our network. Complete our farmer verification process to list your products. We provide tools to manage inventory, pricing, and customer interactions directly through our platform.", - }, + id: "faq-6", title: "Can farmers sell on Greenwich Agro?", content: "Yes! We welcome sustainable farmers to join our network. Complete our farmer verification process to list your products. We provide tools to manage inventory, pricing, and customer interactions directly through our platform."}, ]} /> @@ -406,4 +278,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 12fa47b..2c66667 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -15,6 +15,7 @@ export default function ShopPage() { { name: "Shop", id: "shop" }, { name: "Game", id: "game" }, { name: "Rewards", id: "rewards" }, + { name: "Tracking", id: "tracking" }, ]; const footerColumns = [ @@ -81,9 +82,7 @@ export default function ShopPage() { id: item.id, }))} button={{ - text: "Account", - href: "/account", - }} + text: "Account", href: "/account"}} /> @@ -102,65 +101,23 @@ export default function ShopPage() { animationType="slide-up" products={[ { - id: "organic-tomatoes", - brand: "Sunrise Farm", - name: "Organic Heirloom Tomatoes", - 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?_wi=2", - imageAlt: "Fresh organic heirloom tomatoes", - }, + id: "organic-tomatoes", brand: "Sunrise Farm", name: "Organic Heirloom Tomatoes", 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?_wi=2", imageAlt: "Fresh organic heirloom tomatoes"}, { - id: "farmer-lettuce", - brand: "Green Valley", - name: "Farmer's Market Lettuce Mix", - 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?_wi=2", - imageAlt: "Fresh green lettuce mix", - }, + id: "farmer-lettuce", brand: "Green Valley", name: "Farmer's Market Lettuce Mix", 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?_wi=2", imageAlt: "Fresh green lettuce mix"}, { - id: "local-carrots", - brand: "Root River Farm", - name: "Sweet Local Carrots", - 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?_wi=2", - imageAlt: "Fresh orange sweet carrots", - }, + id: "local-carrots", brand: "Root River Farm", name: "Sweet Local Carrots", 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?_wi=2", imageAlt: "Fresh orange sweet carrots"}, { - id: "berries-mixed", - brand: "Berry Hill", - name: "Mixed Organic Berries", - 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?_wi=2", - imageAlt: "Fresh mixed organic berries", - }, + id: "berries-mixed", brand: "Berry Hill", name: "Mixed Organic Berries", 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?_wi=2", imageAlt: "Fresh mixed organic berries"}, { - id: "apples-crisp", - brand: "Orchard Peak", - name: "Crisp Apple Variety Pack", - 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?_wi=2", - imageAlt: "Variety of crisp fresh apples", - }, + id: "apples-crisp", brand: "Orchard Peak", name: "Crisp Apple Variety Pack", 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?_wi=2", imageAlt: "Variety of crisp fresh apples"}, { - id: "corn-sweet", - brand: "Prairie Gold", - name: "Sweet Corn Bundle", - 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?_wi=2", - imageAlt: "Bundle of fresh sweet corn", - }, + id: "corn-sweet", brand: "Prairie Gold", name: "Sweet Corn Bundle", 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?_wi=2", imageAlt: "Bundle of fresh sweet corn"}, ]} /> @@ -178,26 +135,11 @@ export default function ShopPage() { animationType="slide-up" features={[ { - 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?_wi=2", - imageAlt: "Direct farmer connection", - }, + 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?_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?_wi=3", - imageAlt: "Fresh produce guarantee", - }, + 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?_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?_wi=3", - imageAlt: "Rewards and tokens", - }, + 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?_wi=3", imageAlt: "Rewards and tokens"}, ]} /> @@ -218,20 +160,11 @@ export default function ShopPage() { faqsAnimation="slide-up" faqs={[ { - id: "shop-faq-1", - title: "What are the shipping costs?", - content: "Shipping costs depend on your location and order size. Orders over $50 qualify for free local delivery in our service area. Rural areas may have an additional fee. All shipping fees are calculated at checkout.", - }, + id: "shop-faq-1", title: "What are the shipping costs?", content: "Shipping costs depend on your location and order size. Orders over $50 qualify for free local delivery in our service area. Rural areas may have an additional fee. All shipping fees are calculated at checkout."}, { - id: "shop-faq-2", - title: "How quickly will I receive my order?", - content: "Most orders are delivered within 1-2 business days. Products are picked fresh from farms on the day of your order. During peak season, delivery may take up to 3 business days.", - }, + id: "shop-faq-2", title: "How quickly will I receive my order?", content: "Most orders are delivered within 1-2 business days. Products are picked fresh from farms on the day of your order. During peak season, delivery may take up to 3 business days."}, { - id: "shop-faq-3", - title: "What if I'm not satisfied with my order?", - content: "We offer a 100% satisfaction guarantee. If any product doesn't meet your expectations, contact our support team within 24 hours for a full refund or replacement.", - }, + id: "shop-faq-3", title: "What if I'm not satisfied with my order?", content: "We offer a 100% satisfaction guarantee. If any product doesn't meet your expectations, contact our support team within 24 hours for a full refund or replacement."}, ]} /> @@ -244,4 +177,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} diff --git a/src/app/tracking/page.tsx b/src/app/tracking/page.tsx new file mode 100644 index 0000000..373f3ab --- /dev/null +++ b/src/app/tracking/page.tsx @@ -0,0 +1,193 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { MapPin, Truck, Clock, HelpCircle } from "lucide-react"; + +export default function TrackingPage() { + const navItems = [ + { name: "Home", id: "home" }, + { name: "Shop", id: "shop" }, + { name: "Game", id: "game" }, + { name: "Rewards", id: "rewards" }, + { name: "Tracking", id: "tracking" }, + ]; + + const footerColumns = [ + { + items: [ + { label: "Shop", href: "/shop" }, + { label: "Categories", href: "/categories" }, + { label: "About Farmers", href: "#about" }, + { label: "Sustainability", href: "/sustainability" }, + ], + }, + { + items: [ + { label: "My Account", href: "/account" }, + { label: "Orders", href: "/orders" }, + { label: "Rewards", href: "/rewards" }, + { label: "Game", href: "/game" }, + ], + }, + { + items: [ + { label: "For Farmers", href: "/farmer-signup" }, + { label: "Partnership", href: "/partnerships" }, + { label: "Become a Partner", href: "/become-partner" }, + { label: "Farmer Resources", href: "/farmer-resources" }, + ], + }, + { + items: [ + { label: "Contact", href: "/contact" }, + { label: "Support", href: "/support" }, + { label: "Privacy Policy", href: "/privacy" }, + { label: "Terms of Service", href: "/terms" }, + ], + }, + { + items: [ + { label: "Blog", href: "/blog" }, + { label: "Press", href: "/press" }, + { label: "Careers", href: "/careers" }, + { label: "Community", href: "/community" }, + ], + }, + ]; + + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +}