Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, CheckCircle, Globe, Shield, TrendingUp, Zap } from "lucide-react";
|
||||
import { Award, CheckCircle, Globe, Shield, TrendingUp, Zap, Megaphone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,6 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Price Alerts", id: "/price-alerts" },
|
||||
{ name: "Orders", id: "/orders" },
|
||||
{ name: "Promotions", id: "/promotions" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
]}
|
||||
@@ -48,7 +49,7 @@ export default function LandingPage() {
|
||||
imageAlt="Supplier comparison dashboard interface"
|
||||
buttons={[
|
||||
{ text: "View Alerts", href: "/price-alerts" },
|
||||
{ text: "Order Now", href: "/orders" },
|
||||
{ text: "Promote Products", href: "/promotions" },
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-business-woman-dressed-blue-jacket-wears-glasses-poses-pink-with-dissatisfied-emotions_291650-1136.jpg", alt: "User 1" },
|
||||
@@ -85,8 +86,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Real-time Tracking", description: "Monitor price shifts from all your suppliers instantly.", media: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461348.jpg", imageAlt: "Tracking" },
|
||||
items: [{ icon: Zap, text: "Instant updates" }, { icon: CheckCircle, text: "Verified data" }],
|
||||
title: "Promotion Management", description: "Suppliers can now easily create and manage product promotions to reach more buyers.", media: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461348.jpg", imageAlt: "Promotions" },
|
||||
items: [{ icon: Megaphone, text: "Ad creation interface" }, { icon: TrendingUp, text: "Promotion dashboard" }],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
@@ -96,12 +97,12 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Savings Insights", description: "Deep dive into your spending and find hidden opportunities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-heap-banknote-cash-payment-money-transfer-exchange-concept-by-3d-render-illustration_616485-108.jpg", imageAlt: "Insights" },
|
||||
items: [{ icon: TrendingUp, text: "Advanced analytics" }, { icon: Award, text: "Optimized spending" }],
|
||||
items: [{ icon: Zap, text: "Real-time tracking" }, { icon: Award, text: "Optimized spending" }],
|
||||
reverse: false,
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Procurement Tools"
|
||||
description="All the tools you need to manage your supply chain effectively."
|
||||
title="Comprehensive Procurement & Ad Tools"
|
||||
description="Manage your supply chain and boost your brand visibility with our new promotion suite."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,7 +148,7 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="BSS"
|
||||
columns={[
|
||||
{ title: "Platform", items: [{ label: "Comparison Tools", href: "#" }, { label: "Price Alerts", href: "/price-alerts" }, { label: "Orders", href: "/orders" }] },
|
||||
{ title: "Platform", items: [{ label: "Comparison Tools", href: "#" }, { label: "Price Alerts", href: "/price-alerts" }, { label: "Orders", href: "/orders" }, { label: "Promotions", href: "/promotions" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user