Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { CreditCard, Facebook, Instagram, Linkedin, MessageSquare, Package, ShoppingCart, Twitter, Users } from "lucide-react";
|
||||
import { CreditCard, Facebook, Instagram, Linkedin, MessageSquare, Package, ShoppingCart, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -66,17 +66,17 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827295.jpg", imageAlt: "Vibrant African marketplace scene"},
|
||||
id: "hero-carousel-1", imageSrc: "https://i.imgur.com/rN2sH1t.jpg", imageAlt: "Vibrant Mozambican market scene with fresh produce"},
|
||||
{
|
||||
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353756.jpg", imageAlt: "People browsing an online store on mobile"},
|
||||
id: "hero-carousel-2", imageSrc: "https://i.imgur.com/0P6sV1m.jpg", imageAlt: "Local artisan crafting traditional Mozambican pottery"},
|
||||
{
|
||||
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg", imageAlt: "Secure online payment process on a smartphone"},
|
||||
id: "hero-carousel-3", imageSrc: "https://i.imgur.com/vH1fA7L.jpg", imageAlt: "Community interaction at a lively Mozambican village market"},
|
||||
{
|
||||
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-young-women-sitting-shop-looking-digital-tablet-with-many-shopping-bags_23-2147968493.jpg", imageAlt: "Group of happy customers and a seller"},
|
||||
id: "hero-carousel-4", imageSrc: "https://i.imgur.com/5J3P0XG.jpg", imageAlt: "Colorful array of traditional Mozambican fabrics (capulanas)"},
|
||||
{
|
||||
id: "hero-carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/chair-design-concept-reality-tablet_23-2152014657.jpg", imageAlt: "Digital interface showing a product catalog"},
|
||||
id: "hero-carousel-5", imageSrc: "https://i.imgur.com/3N4o5gK.jpg", imageAlt: "A vendor proudly displaying local Mozambican spices and herbs"},
|
||||
{
|
||||
id: "hero-carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/shopping-online-consumerism-connection-sale-concept_53876-124902.jpg", imageAlt: "Smartphone displaying a shopping cart"},
|
||||
id: "hero-carousel-6", imageSrc: "https://i.imgur.com/1G6K2uK.jpg", imageAlt: "Children playing near a bustling market stall in Mozambique"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user