5 Commits

Author SHA1 Message Date
9ba671b51f Merge version_4 into main
Merge version_4 into main
2026-05-30 22:05:15 +00:00
2e0884b5be Update src/app/page.tsx 2026-05-30 22:05:09 +00:00
6e8a9455e3 Merge version_4 into main
Merge version_4 into main
2026-05-30 22:04:35 +00:00
1e3635935e Update src/app/page.tsx 2026-05-30 22:04:32 +00:00
3d2e82eaba Merge version_3 into main
Merge version_3 into main
2026-05-30 22:01:34 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; 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, Twitter } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -66,17 +66,17 @@ export default function LandingPage() {
]} ]}
carouselItems={[ 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> </div>