diff --git a/src/app/page.tsx b/src/app/page.tsx
index 40c072e..f0c110c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,6 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import { Zap, Search, Camera, Share2 } from 'lucide-react';
export default function LandingPage() {
return (
@@ -30,22 +31,10 @@ export default function LandingPage() {
@@ -53,105 +42,38 @@ export default function LandingPage() {
@@ -161,30 +83,10 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
- {
- title: "Collection Analytics",
- description: "See your total value and rarity breakdown instantly.",
- imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-smartphone-eyeglasses-calendar_23-2148036889.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Model Database",
- description: "Search thousands of castings by year, series, or condition.",
- imageSrc: "http://img.b2bpic.net/free-photo/green-easter-car-with-green-egg-copy-space_23-2149301300.jpg",
- buttonIcon: "Search",
- },
- {
- title: "Swap Meet Helper",
- description: "Scan and identify models on the go in real-time.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-old-mini-police-car-toy_181624-45993.jpg",
- buttonIcon: "Camera",
- },
- {
- title: "Community Displays",
- description: "Show off your mail calls and custom displays.",
- imageSrc: "http://img.b2bpic.net/free-photo/loop-cars-concept-collage_23-2150040482.jpg",
- buttonIcon: "Share2",
- },
+ { title: "Collection Analytics", description: "See your total value and rarity breakdown instantly.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-smartphone-eyeglasses-calendar_23-2148036889.jpg", buttonIcon: Zap },
+ { title: "Model Database", description: "Search thousands of castings by year, series, or condition.", imageSrc: "http://img.b2bpic.net/free-photo/green-easter-car-with-green-egg-copy-space_23-2149301300.jpg", buttonIcon: Search },
+ { title: "Swap Meet Helper", description: "Scan and identify models on the go in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-old-mini-police-car-toy_181624-45993.jpg", buttonIcon: Camera },
+ { title: "Community Displays", description: "Show off your mail calls and custom displays.", imageSrc: "http://img.b2bpic.net/free-photo/loop-cars-concept-collage_23-2150040482.jpg", buttonIcon: Share2 },
]}
title="Advanced Collection Tools"
description="Everything you need to master your database."
@@ -198,42 +100,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Treasure Hunt Series",
- price: "Owned",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-toy-car_23-2151113190.jpg",
- },
- {
- id: "2",
- name: "Redline Original",
- price: "Wishlist",
- imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-sketch-style_23-2151138905.jpg",
- },
- {
- id: "3",
- name: "Mainline 2024",
- price: "Owned",
- imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3081.jpg",
- },
- {
- id: "4",
- name: "Special Edition",
- price: "Owned",
- imageSrc: "http://img.b2bpic.net/free-photo/red-pickup-model-black-floor_1150-16350.jpg",
- },
- {
- id: "5",
- name: "Customized Series",
- price: "Wishlist",
- imageSrc: "http://img.b2bpic.net/free-photo/driving-formula-one-car_1048-1996.jpg",
- },
- {
- id: "6",
- name: "Limited Collector",
- price: "Owned",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-cars-model-road-traffic-conception_1150-20107.jpg",
- },
+ { id: "1", name: "Treasure Hunt Series", price: "Owned", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-toy-car_23-2151113190.jpg" },
+ { id: "2", name: "Redline Original", price: "Wishlist", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-sketch-style_23-2151138905.jpg" },
+ { id: "3", name: "Mainline 2024", price: "Owned", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3081.jpg" },
+ { id: "4", name: "Special Edition", price: "Owned", imageSrc: "http://img.b2bpic.net/free-photo/red-pickup-model-black-floor_1150-16350.jpg" },
+ { id: "5", name: "Customized Series", price: "Wishlist", imageSrc: "http://img.b2bpic.net/free-photo/driving-formula-one-car_1048-1996.jpg" },
+ { id: "6", name: "Limited Collector", price: "Owned", imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-cars-model-road-traffic-conception_1150-20107.jpg" },
]}
title="The Vault"
description="Track your inventory and manage your wishlists with ease."
@@ -242,30 +114,13 @@ export default function LandingPage() {