Merge version_3 into main #3
@@ -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 = [
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user