5 Commits

Author SHA1 Message Date
1c0c04a104 Merge version_4 into main
Merge version_4 into main
2026-03-04 01:50:32 +00:00
1b3f7f2557 Update src/app/page.tsx 2026-03-04 01:50:27 +00:00
8d4bff5d44 Merge version_3 into main
Merge version_3 into main
2026-03-04 01:47:45 +00:00
86d72f067f Update src/app/page.tsx 2026-03-04 01:47:40 +00:00
905935759c Merge version_2 into main
Merge version_2 into main
2026-03-04 01:45:52 +00:00

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, Award } from "lucide-react";
import { Sparkles } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -60,7 +60,7 @@ export default function HomePage() {
showDimOverlay={true}
buttons={[
{ text: "Shop Now", href: "/products" },
{ text: "Learn More", href: "/about" },
{ text: "Browse Premium Range", href: "/about" },
]}
/>
</div>
@@ -68,9 +68,8 @@ 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="⭐ 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}
description="Explore our bestselling premium products - crafted with tradition, loved by families."
tag="Best Sellers"
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"},
@@ -205,12 +204,12 @@ export default function HomePage() {
<div id="contact" data-section="contact" className="mx-auto px-4 md:px-6">
<ContactText
text="Ready to experience pure, authentic local food? Subscribe today and join thousands of families choosing Utkal Harvest for health and quality."
text="Ready to experience pure, authentic local food? Join 50K+ Families choosing Utkal Harvest for health and quality."
animationType="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={true}
buttons={[
{ text: "Subscribe Now", href: "/pricing" },
{ text: "Join 50K+ Families", href: "/pricing" },
{ text: "Get In Touch", href: "/contact" },
]}
/>