Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 01:45:53 +00:00
2 changed files with 41 additions and 159 deletions

View File

@@ -3,37 +3,22 @@ import { Inter_Tight } from "next/font/google";
import "./globals.css";
const interTight = Inter_Tight({
variable: "--font-inter-tight",
subsets: ["latin"],
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Utkal Harvest - Premium Local Food Products Online",
description: "Shop 100% natural, chemical-free local food products directly from farmers. Small-batch, lab-tested atta, spices, oils & more. Subscribe & Save.",
keywords: "local food products, organic atta, chemical-free spices, farm fresh online, small batch food, ayurvedic spices, cold-pressed oils",
metadataBase: new URL("https://www.utkalharvest.com"),
title: "Utkal Harvest - Premium Local Food Products Online", description: "Shop 100% natural, chemical-free local food products directly from farmers. Small-batch, lab-tested atta, spices, oils & more. Subscribe & Save.", keywords: "local food products, organic atta, chemical-free spices, farm fresh online, small batch food, ayurvedic spices, cold-pressed oils", metadataBase: new URL("https://www.utkalharvest.com"),
alternates: {
canonical: "https://www.utkalharvest.com",
},
canonical: "https://www.utkalharvest.com"},
openGraph: {
title: "Utkal Harvest - Premium Local Food from Field to Kitchen",
description: "Pure, small-batch local food products. 100% natural, lab-tested, direct from farmers.",
url: "https://www.utkalharvest.com",
siteName: "Utkal Harvest",
type: "website",
images: [
title: "Utkal Harvest - Premium Local Food from Field to Kitchen", description: "Pure, small-batch local food products. 100% natural, lab-tested, direct from farmers.", url: "https://www.utkalharvest.com", siteName: "Utkal Harvest", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/yellow-wheat-field-dark-blue-sky_661209-445.jpg",
alt: "Utkal Harvest Premium Local Foods",
},
url: "http://img.b2bpic.net/free-photo/yellow-wheat-field-dark-blue-sky_661209-445.jpg", alt: "Utkal Harvest Premium Local Foods"},
],
},
twitter: {
card: "summary_large_image",
title: "Utkal Harvest - Premium Local Food Online",
description: "100% natural, chemical-free food products. Subscribe today.",
images: ["http://img.b2bpic.net/free-photo/yellow-wheat-field-dark-blue-sky_661209-445.jpg"],
card: "summary_large_image", title: "Utkal Harvest - Premium Local Food Online", description: "100% natural, chemical-free food products. Subscribe today.", images: ["http://img.b2bpic.net/free-photo/yellow-wheat-field-dark-blue-sky_661209-445.jpg"],
},
robots: {
index: true,
@@ -1420,4 +1405,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -11,7 +11,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Sparkles } from "lucide-react";
import { Sparkles, Award } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -68,37 +68,18 @@ export default function HomePage() {
<div id="featured-products" data-section="featured-products" className="mx-auto px-4 md:px-6">
<ProductCardOne
title="Featured Products"
description="Explore our bestselling premium products - crafted with tradition, loved by families."
tag="Best Sellers"
description="⭐ Customer Favorites - Over 50,000 families trust Utkal Harvest for daily nutrition. Our bestselling, premium products are crafted with tradition and loved by health-conscious families everywhere."
tag="⭐ Customer Favorites"
tagIcon={Award}
products={[
{
id: "1",
name: "Organic Atta (Whole Wheat Flour)",
price: "₹299",
imageSrc: "http://img.b2bpic.net/free-photo/ingredient-bags-full-flour_23-2149482562.jpg?_wi=1",
imageAlt: "Organic whole wheat flour",
},
id: "1", name: "Organic Atta (Whole Wheat Flour)", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/ingredient-bags-full-flour_23-2149482562.jpg?_wi=1", imageAlt: "Organic whole wheat flour"},
{
id: "2",
name: "Pure Mustard Oil Cold-Pressed",
price: "₹549",
imageSrc: "http://img.b2bpic.net/free-photo/soybean-oil-soybean-food-beverage-products-food-nutrition-concept_1150-26349.jpg?_wi=1",
imageAlt: "Cold-pressed mustard oil bottle",
},
id: "2", name: "Pure Mustard Oil Cold-Pressed", price: "₹549", imageSrc: "http://img.b2bpic.net/free-photo/soybean-oil-soybean-food-beverage-products-food-nutrition-concept_1150-26349.jpg?_wi=1", imageAlt: "Cold-pressed mustard oil bottle"},
{
id: "3",
name: "Hand-Picked Mixed Grains",
price: "₹399",
imageSrc: "http://img.b2bpic.net/free-photo/legumes-beans-assortment-different-bowls-light-stone-background-top-view-healthy-vegan-protein-food_114579-10736.jpg?_wi=1",
imageAlt: "Mixed grains collection",
},
id: "3", name: "Hand-Picked Mixed Grains", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/legumes-beans-assortment-different-bowls-light-stone-background-top-view-healthy-vegan-protein-food_114579-10736.jpg?_wi=1", imageAlt: "Mixed grains collection"},
{
id: "4",
name: "Turmeric Powder - High Curcumin",
price: "₹249",
imageSrc: "http://img.b2bpic.net/free-photo/view-spices-lemon-slices_23-2148728154.jpg?_wi=1",
imageAlt: "Premium turmeric powder",
},
id: "4", name: "Turmeric Powder - High Curcumin", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/view-spices-lemon-slices_23-2148728154.jpg?_wi=1", imageAlt: "Premium turmeric powder"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -115,33 +96,17 @@ export default function HomePage() {
tag="Our Commitment"
features={[
{
id: "1",
title: "100% Natural & Chemical-Free",
tags: ["No Pesticides", "No Additives"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-plant_23-2149514636.jpg?_wi=1",
imageAlt: "Organic farm - hands holding green plant",
},
id: "1", title: "100% Natural & Chemical-Free", tags: ["No Pesticides", "No Additives"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-plant_23-2149514636.jpg?_wi=1", imageAlt: "Organic farm - hands holding green plant"},
{
id: "2",
title: "Small Batch Production",
tags: ["Quality Controlled", "Handcrafted"],
imageSrc: "http://img.b2bpic.net/free-photo/man-is-making-pottery-potters-wheel-man-makes-pottery-clay-modeling_169016-67455.jpg?_wi=1",
imageAlt: "Artisan production - traditional processing",
},
id: "2", title: "Small Batch Production", tags: ["Quality Controlled", "Handcrafted"],
imageSrc: "http://img.b2bpic.net/free-photo/man-is-making-pottery-potters-wheel-man-makes-pottery-clay-modeling_169016-67455.jpg?_wi=1", imageAlt: "Artisan production - traditional processing"},
{
id: "3",
title: "Lab Tested Purity",
tags: ["Certified", "Third-Party Verified"],
imageSrc: "http://img.b2bpic.net/free-photo/researchers-biotechnology-laboratory-with-plants_23-2148776130.jpg?_wi=1",
imageAlt: "Laboratory testing - quality assurance",
},
id: "3", title: "Lab Tested Purity", tags: ["Certified", "Third-Party Verified"],
imageSrc: "http://img.b2bpic.net/free-photo/researchers-biotechnology-laboratory-with-plants_23-2148776130.jpg?_wi=1", imageAlt: "Laboratory testing - quality assurance"},
{
id: "4",
title: "Direct from Local Farmers",
tags: ["Fair Trade", "Supporting Communities"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-happy-family-spending-time-together_329181-15864.jpg?_wi=1",
imageAlt: "Local farmers - agricultural community",
},
id: "4", title: "Direct from Local Farmers", tags: ["Fair Trade", "Supporting Communities"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-happy-family-spending-time-together_329181-15864.jpg?_wi=1", imageAlt: "Local farmers - agricultural community"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -156,47 +121,17 @@ export default function HomePage() {
tag="Shop by Category"
products={[
{
id: "cat-1",
name: "Atta & Grains",
price: "From ₹199",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-various-types-fresh-grains-small-glass-bowls_181624-32472.jpg",
imageAlt: "Grains collection",
},
id: "cat-1", name: "Atta & Grains", price: "From ₹199", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-various-types-fresh-grains-small-glass-bowls_181624-32472.jpg", imageAlt: "Grains collection"},
{
id: "cat-2",
name: "Spices & Seasonings",
price: "From ₹149",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-dried-spices-tea-backgroundin-grand-bazaar_181624-61326.jpg",
imageAlt: "Spices and seasonings",
},
id: "cat-2", name: "Spices & Seasonings", price: "From ₹149", imageSrc: "http://img.b2bpic.net/free-photo/closeup-dried-spices-tea-backgroundin-grand-bazaar_181624-61326.jpg", imageAlt: "Spices and seasonings"},
{
id: "cat-3",
name: "Cold-Pressed Oils",
price: "From ₹399",
imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-with-olive-oil-gray-background_93675-135910.jpg",
imageAlt: "Cold-pressed oils",
},
id: "cat-3", name: "Cold-Pressed Oils", price: "From ₹399", imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-with-olive-oil-gray-background_93675-135910.jpg", imageAlt: "Cold-pressed oils"},
{
id: "cat-4",
name: "Millets & Pulses",
price: "From ₹249",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-buckwheat-with-greens-bread-loafs-dark-grey-space_140725-97991.jpg?_wi=1",
imageAlt: "Millets and pulses",
},
id: "cat-4", name: "Millets & Pulses", price: "From ₹249", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-buckwheat-with-greens-bread-loafs-dark-grey-space_140725-97991.jpg?_wi=1", imageAlt: "Millets and pulses"},
{
id: "cat-5",
name: "Organic Honey",
price: "From ₹449",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-honeycomb-plate-wooden-backdrop_23-2147918906.jpg",
imageAlt: "Organic honey",
},
id: "cat-5", name: "Organic Honey", price: "From ₹449", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-honeycomb-plate-wooden-backdrop_23-2147918906.jpg", imageAlt: "Organic honey"},
{
id: "cat-6",
name: "Handmade Pickle",
price: "From ₹179",
imageSrc: "http://img.b2bpic.net/free-photo/various-pickled-vegetables-glass-jars-mixed-fermented-vegetables_127032-3375.jpg",
imageAlt: "Handmade pickles",
},
id: "cat-6", name: "Handmade Pickle", price: "From ₹179", imageSrc: "http://img.b2bpic.net/free-photo/various-pickled-vegetables-glass-jars-mixed-fermented-vegetables_127032-3375.jpg", imageAlt: "Handmade pickles"},
]}
textboxLayout="default"
animationType="opacity"
@@ -228,25 +163,13 @@ export default function HomePage() {
tag="Our Impact"
metrics={[
{
id: "1",
value: "50K+",
description: "Families trusting Utkal Harvest for daily nutrition",
},
id: "1", value: "50K+", description: "Families trusting Utkal Harvest for daily nutrition"},
{
id: "2",
value: "100%",
description: "Chemical-free products verified by lab testing",
},
id: "2", value: "100%", description: "Chemical-free products verified by lab testing"},
{
id: "3",
value: "15+",
description: "Years of commitment to traditional quality",
},
id: "3", value: "15+", description: "Years of commitment to traditional quality"},
{
id: "4",
value: "500+",
description: "Local farmers supported directly",
},
id: "4", value: "500+", description: "Local farmers supported directly"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -260,43 +183,17 @@ export default function HomePage() {
tag="Special Offer"
plans={[
{
id: "1",
badge: "Essential",
price: "₹999",
subtitle: "Perfect for individuals",
features: [
"Monthly curated box of essentials",
"10% subscriber discount",
"Free shipping on all orders",
"Early access to new products",
],
id: "1", badge: "Essential", price: "₹999", subtitle: "Perfect for individuals", features: [
"Monthly curated box of essentials", "10% subscriber discount", "Free shipping on all orders", "Early access to new products"],
},
{
id: "2",
badge: "Family Choice",
badgeIcon: Sparkles,
price: "₹1,899",
subtitle: "Best for families",
features: [
"Premium monthly selection",
"15% subscriber discount",
"Free priority shipping",
"Exclusive recipe guides",
"Early access & member events",
],
id: "2", badge: "Family Choice", badgeIcon: Sparkles,
price: "₹1,899", subtitle: "Best for families", features: [
"Premium monthly selection", "15% subscriber discount", "Free priority shipping", "Exclusive recipe guides", "Early access & member events"],
},
{
id: "3",
badge: "Premium",
price: "₹2,999",
subtitle: "For premium enthusiasts",
features: [
"Deluxe curated monthly box",
"20% subscriber discount",
"Express shipping included",
"Personal nutrition consulting",
"VIP member benefits",
],
id: "3", badge: "Premium", price: "₹2,999", subtitle: "For premium enthusiasts", features: [
"Deluxe curated monthly box", "20% subscriber discount", "Express shipping included", "Personal nutrition consulting", "VIP member benefits"],
},
]}
textboxLayout="default"
@@ -328,4 +225,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}