Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { Heart, Zap, Clock, Star, Target, Rocket } from 'lucide-react';
|
import { Heart, Zap, Clock, Star, Target, Rocket, CheckCircle2, Badge } from 'lucide-react';
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -148,11 +148,11 @@ export default function HomePage() {
|
|||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Blue Backpack", price: "Lost - $150 value", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg?_wi=1", imageAlt: "Blue backpack"},
|
id: "1", name: "✓ Verified - Blue Backpack", price: "Lost - $150 value", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg?_wi=1", imageAlt: "Blue backpack"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Leather Wallet", price: "Found - Electronics Category", imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg?_wi=1", imageAlt: "Brown leather wallet"},
|
id: "2", name: "⭐ Active - Leather Wallet", price: "Found - Electronics Category", imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg?_wi=1", imageAlt: "Brown leather wallet"},
|
||||||
{
|
{
|
||||||
id: "3", name: "iPhone 14", price: "Lost - Downtown Area", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg?_wi=1", imageAlt: "iPhone 14 device"},
|
id: "3", name: "🔥 Hot - iPhone 14", price: "Lost - Downtown Area", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg?_wi=1", imageAlt: "iPhone 14 device"},
|
||||||
]}
|
]}
|
||||||
title="Recently Posted Items"
|
title="Recently Posted Items"
|
||||||
description="Latest lost and found items in your community. Browse our catalog and help reunite people with their belongings."
|
description="Latest lost and found items in your community. Browse our catalog and help reunite people with their belongings."
|
||||||
|
|||||||
Reference in New Issue
Block a user