Merge version_2 into main #2
@@ -10,7 +10,8 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import { Globe, Shield, Zap } from "lucide-react";
|
||||
import { Globe, Shield, Zap, MapPin } from "lucide-react";
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,6 +32,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Map", id: "#map" },
|
||||
{ name: "Brands", id: "#brands" },
|
||||
{ name: "Compare", id: "#compare" },
|
||||
{ name: "Analytics", id: "#metrics" },
|
||||
@@ -78,6 +80,22 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="map" data-section="map">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
title="Brand Discovery Map"
|
||||
description="Locate automotive hubs and manufacturer headquarters globally. Use our interactive filters to drill down by production volume, vehicle type, and electrification status."
|
||||
tag="Discovery Tool"
|
||||
tagIcon={MapPin}
|
||||
features={[
|
||||
{ id: "f1", title: "Geo-Tagging", descriptions: ["Identify manufacturing clusters by country"], imageSrc: "http://img.b2bpic.net/free-photo/map-global-business-connectivity-background_1268-24546.jpg" },
|
||||
{ id: "f2", title: "Smart Filters", descriptions: ["Filter brands by HQ, factory locations, or market presence"], imageSrc: "http://img.b2bpic.net/free-photo/interactive-transparent-window-screen-smart-car_53876-105390.jpg" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user