Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86d72f067f | |||
| 905935759c |
@@ -11,7 +11,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen
|
|||||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||||
import { Sparkles, Award } from "lucide-react";
|
import { Sparkles } from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
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">
|
<div id="featured-products" data-section="featured-products" className="mx-auto px-4 md:px-6">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Featured Products"
|
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."
|
description="Explore our bestselling premium products - crafted with tradition, loved by families."
|
||||||
tag="⭐ Customer Favorites"
|
tag="Best Sellers"
|
||||||
tagIcon={Award}
|
|
||||||
products={[
|
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"},
|
||||||
@@ -205,12 +204,12 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact" className="mx-auto px-4 md:px-6">
|
<div id="contact" data-section="contact" className="mx-auto px-4 md:px-6">
|
||||||
<ContactText
|
<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"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Subscribe Now", href: "/pricing" },
|
{ text: "Join 50K+ Families", href: "/pricing" },
|
||||||
{ text: "Get In Touch", href: "/contact" },
|
{ text: "Get In Touch", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user