Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-08 03:44:26 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, CheckCircle, Globe, Leaf, Truck } from "lucide-react";
import { Award, CheckCircle, Globe, Leaf, Truck, AlertTriangle } from "lucide-react";
export default function LandingPage() {
return (
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboard
background={{ variant: "sparkles-gradient" }}
logoText="aZ pureharvest international"
description="Delivering premium, organic-certified rice grains from the finest farms directly to your doorstep, anywhere in the world."
description="Delivering premium, organic-certified rice grains from the finest farms directly to your doorstep, anywhere in the world. Please note: We require a 40% advance payment on all orders."
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Contact Us", href: "#contact" }
@@ -76,6 +76,7 @@ export default function LandingPage() {
features={[
{ icon: Leaf, title: "100% Organic", description: "Grown without pesticides or synthetic fertilizers, ensuring pure nutrition." },
{ icon: Truck, title: "Global Shipping", description: "Reliable worldwide logistics to deliver fresh harvest right to your kitchen." },
{ icon: AlertTriangle, title: "40% Advance Payment", description: "For all international orders, a 40% advance payment is required to confirm your shipment." },
{ icon: CheckCircle, title: "Premium Quality", description: "Each grain is hand-selected and quality-checked for consistency." }
]}
title="Why Choose Our Rice?"
@@ -98,7 +99,7 @@ export default function LandingPage() {
{ id: "p6", name: "Red Cargo", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/jasmine-brown-wholemeal-rice-bowl-wooden-table_23-2147883317.jpg" }
]}
title="Our Signature Harvests"
description="Explore our curated selection of premium rice varieties tailored for every culinary need."
description="Explore our curated selection of premium rice varieties tailored for every culinary need. A 40% advance payment applies to all bulk orders."
/>
</div>
@@ -139,7 +140,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
text="For wholesale inquiries, bulk orders, or any questions, reach out to us at rzamin478@gmail.com, via WhatsApp at +023026831569, or call our service desk at +1-555-0199."
text="For wholesale inquiries and bulk orders, please note that a 40% advance payment is required. Reach out to us at rzamin478@gmail.com, via WhatsApp at +023026831569, or call our service desk at +1-555-0199."
/>
</div>
@@ -153,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}