diff --git a/src/app/page.tsx b/src/app/page.tsx
index d049e79..ec048f3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,108 +43,32 @@ export default function LandingPage() {
@@ -167,21 +79,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- icon: ShieldCheck,
- title: "100% Pure",
- description: "Unrefined without any additives or preservatives.",
- },
- {
- icon: Leaf,
- title: "Organic Certified",
- description: "All organic & natural red palm oil directly from our farm.",
- },
- {
- icon: Nut,
- title: "Rich In Nutrients",
- description: "Naturally high in natural carotenoids (Vitamin A).",
- },
+ { icon: ShieldCheck, title: "100% Pure", description: "Unrefined without any additives or preservatives." },
+ { icon: Leaf, title: "Organic Certified", description: "All organic & natural red palm oil directly from our farm." },
+ { icon: Nut, title: "Rich In Nutrients", description: "Naturally high in natural carotenoids (Vitamin A)." },
]}
title="Why Choose Alinad Farms"
description="Discover the quality that sets us apart as a leader in Nigeria's agricultural sector."
@@ -195,48 +95,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "5 Liters Palm Oil Pack",
- price: "₦58,500",
- variant: "Standard Pack",
- imageSrc: "http://img.b2bpic.net/free-photo/red-serum-bottle-white-background_187299-47393.jpg",
- },
- {
- id: "p2",
- name: "Premium Organic Oil",
- price: "₦110,000",
- variant: "Bulk",
- imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230579.jpg",
- },
- {
- id: "p3",
- name: "Refined Bulk Pack",
- price: "₦250,000",
- variant: "Wholesale",
- imageSrc: "http://img.b2bpic.net/free-photo/farmer-refills-supermarket-with-veggies_482257-92081.jpg",
- },
- {
- id: "p4",
- name: "Family Size 10L",
- price: "₦115,000",
- variant: "Value",
- imageSrc: "http://img.b2bpic.net/free-photo/three-glass-bottles-assorted-georgian-tkemali-sauce-with-ingredients-rustic-wooden-table_127032-1857.jpg",
- },
- {
- id: "p5",
- name: "Farm Special 1L",
- price: "₦12,500",
- variant: "Sample",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-takes-carefully-bottle-with-yellow-drink-inside-long-neck_346278-767.jpg",
- },
- {
- id: "p6",
- name: "Organic Reserve",
- price: "₦45,000",
- variant: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-lollipops-from-natural-ingredients_169016-19786.jpg",
- },
+ { id: "p1", name: "5 Liters Palm Oil Pack", price: "₦58,500", variant: "Standard Pack", imageSrc: "http://img.b2bpic.net/free-photo/red-serum-bottle-white-background_187299-47393.jpg" },
+ { id: "p2", name: "Premium Organic Oil", price: "₦110,000", variant: "Bulk", imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230579.jpg" },
+ { id: "p3", name: "Refined Bulk Pack", price: "₦250,000", variant: "Wholesale", imageSrc: "http://img.b2bpic.net/free-photo/farmer-refills-supermarket-with-veggies_482257-92081.jpg" },
+ { id: "p4", name: "Family Size 10L", price: "₦115,000", variant: "Value", imageSrc: "http://img.b2bpic.net/free-photo/three-glass-bottles-assorted-georgian-tkemali-sauce-with-ingredients-rustic-wooden-table_127032-1857.jpg" },
+ { id: "p5", name: "Farm Special 1L", price: "₦12,500", variant: "Sample", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-takes-carefully-bottle-with-yellow-drink-inside-long-neck_346278-767.jpg" },
+ { id: "p6", name: "Organic Reserve", price: "₦45,000", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-lollipops-from-natural-ingredients_169016-19786.jpg" },
]}
title="Our Premium Products"
description="Tested and trusted quality oil straight from the farm."
@@ -245,27 +109,13 @@ export default function LandingPage() {