diff --git a/src/app/page.tsx b/src/app/page.tsx
index 92dcc8b..9367b42 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
-import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Headphones, Package, Shield, ShieldCheck, TrendingDown, Truck } from "lucide-react";
@@ -32,26 +31,11 @@ export default function LandingPage() {
@@ -59,123 +43,49 @@ export default function LandingPage() {
-
@@ -186,26 +96,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
features={[
- {
- title: "1. Listings",
- description: "Manufacturers list their full catalog on our platform.",
- imageSrc: "http://img.b2bpic.net/free-vector/happy-rich-banker-celebrating-income-growth-broker-enjoying-success-stock-market-trading-flat-vector-illustration-money-finance-millionaire-concept_74855-8373.jpg",
- },
- {
- title: "2. Compare",
- description: "Shopkeepers browse, filter, and compare products instantly.",
- imageSrc: "http://img.b2bpic.net/free-vector/delivery-logistic-25-line-icon-pack-including-money-cash-buy-package_1142-22518.jpg",
- },
- {
- title: "3. Direct Ordering",
- description: "Place bulk orders directly with the source.",
- imageSrc: "http://img.b2bpic.net/free-photo/business-women-with-growth-chart_23-2152011766.jpg",
- },
- {
- title: "4. Fast Delivery",
- description: "Track your shipments until they reach your shop.",
- imageSrc: "http://img.b2bpic.net/free-vector/successful-entrepreneur-investor-presenting-stack-money_74855-6416.jpg",
- },
+ { title: "1. Listings", description: "Manufacturers list their full catalog on our platform.", imageSrc: "http://img.b2bpic.net/free-vector/happy-rich-banker-celebrating-income-growth-broker-enjoying-success-stock-market-trading-flat-vector-illustration-money-finance-millionaire-concept_74855-8373.jpg" },
+ { title: "2. Compare", description: "Shopkeepers browse, filter, and compare products instantly.", imageSrc: "http://img.b2bpic.net/free-vector/delivery-logistic-25-line-icon-pack-including-money-cash-buy-package_1142-22518.jpg" },
+ { title: "3. Direct Ordering", description: "Place bulk orders directly with the source.", imageSrc: "http://img.b2bpic.net/free-photo/business-women-with-growth-chart_23-2152011766.jpg" },
+ { title: "4. Fast Delivery", description: "Track your shipments until they reach your shop.", imageSrc: "http://img.b2bpic.net/free-vector/successful-entrepreneur-investor-presenting-stack-money_74855-6416.jpg" },
]}
title="Simple Procurement Process"
description="We make buying simple and fast with four clear steps."
@@ -219,21 +113,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Higher Margins",
- description: "Bypass middlemen commissions to maximize profit.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiley-face-with-word-leadership_23-2148780647.jpg",
- },
- {
- title: "Lower Costs",
- description: "Buy at authentic factory-gate prices.",
- imageSrc: "http://img.b2bpic.net/free-photo/economy-chart-paper-sheet_23-2148541997.jpg",
- },
- {
- title: "Reliable Delivery",
- description: "Faster, more predictable shipping logistics.",
- imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662955.jpg",
- },
+ { title: "Higher Margins", description: "Bypass middlemen commissions to maximize profit.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiley-face-with-word-leadership_23-2148780647.jpg" },
+ { title: "Lower Costs", description: "Buy at authentic factory-gate prices.", imageSrc: "http://img.b2bpic.net/free-photo/economy-chart-paper-sheet_23-2148541997.jpg" },
+ { title: "Reliable Delivery", description: "Faster, more predictable shipping logistics.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662955.jpg" },
]}
title="Why Retailers Love Bulk Bandhu"
description="Unlock growth and profitability with our direct-sourcing model."
@@ -242,52 +124,21 @@ export default function LandingPage() {
@@ -451,36 +208,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file