5 Commits

Author SHA1 Message Date
44eb3383f1 Merge version_4 into main
Merge version_4 into main
2026-05-08 03:54:25 +00:00
f8cf045b24 Update src/app/page.tsx 2026-05-08 03:54:19 +00:00
3a52d32d82 Merge version_3 into main
Merge version_3 into main
2026-05-08 03:44:26 +00:00
ff14cd581b Update src/app/page.tsx 2026-05-08 03:44:23 +00:00
9896f417ca Merge version_2 into main
Merge version_2 into main
2026-05-08 03:42:39 +00:00

View File

@@ -8,10 +8,10 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
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 (
@@ -29,12 +29,13 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
<NavbarStyleApple
navItems={[
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Publish", id: "publish" }
]}
brandName="aZ pureharvest international"
/>
@@ -44,7 +45,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 +77,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 +100,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 +141,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>