From 42bb5f45c5ef035bb25803b7f5701e26437ebaeb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:08:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9af204e..2a30714 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -147,7 +148,7 @@ export default function LandingPage() {