Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import { Shield, Target, Truck, Zap } from "lucide-react";
|
||||
import { Shield, Target, Truck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -77,6 +77,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Global Sourcing", description: "Access to premium brands worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting-world-map_53876-14605.jpg" },
|
||||
{ title: "Efficient Logistics", description: "Timely delivery across Qatar.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-service-concept_23-2148530397.jpg" },
|
||||
@@ -93,8 +94,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", brand: "NABIL", name: "Premium Biscuit Assortments", price: "Inquiry Required", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/eastern-sweets_114579-8905.jpg" },
|
||||
{ id: "2", brand: "SAFA", name: "Artisan Tomato Concentrates", price: "Inquiry Required", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/raw-spaghetti-pasta-it-s-ingredient-with-kitchen-utensil-white-table_23-2148246793.jpg" },
|
||||
{ id: "3", brand: "GLOBAL", name: "Essential Tea Varieties", price: "Inquiry Required", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/view-perfectly-organized-bakery-sweets_23-2150168278.jpg" },
|
||||
{ id: "2", brand: "SAFA", name: "Artisan Tomato Concentrates", price: "Inquiry Required", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/raw-spaghetti-pasta-it-s-ingredient-with-kitchen-utensil-white-table_23-2148246793.jpg" },
|
||||
{ id: "3", brand: "GLOBAL", name: "Essential Tea Varieties", price: "Inquiry Required", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/view-perfectly-organized-bakery-sweets_23-2150168278.jpg" },
|
||||
]}
|
||||
title="Product Selection"
|
||||
description="Curated high-quality food products from our global supply partners."
|
||||
|
||||
Reference in New Issue
Block a user