diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 5a8ae25..a26fed0 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -42,6 +42,7 @@ export default function DashboardPage() { animationType="slide-up" textboxLayout="split" gridVariant="bento-grid" + useInvertedBackground={false} metrics={[ { id: "1", value: "84%", title: "Stock Efficiency", description: "Optimized inventory turnover", icon: BarChart3 }, { id: "2", value: "12", title: "Low Stock Alerts", description: "Items needing restock", icon: Package }, @@ -58,6 +59,7 @@ export default function DashboardPage() { animationType="slide-up" textboxLayout="split" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} features={[ { title: "Bulk Inbound", description: "Record large shipments from farms.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cr8juk&_wi=1" }, { title: "Stock Adjustment", description: "Update quantities for sales and waste.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gvhq9y&_wi=1" }, @@ -70,9 +72,10 @@ export default function DashboardPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 58506aa..d8573cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Package, TrendingUp, Users, PieChart, Truck, CreditCard } from "lucide-react"; export default function LandingPage() { return ( @@ -111,9 +105,10 @@ export default function LandingPage() { { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }, ]} bottomLeftText="© 2024 Afya Fresh Fruits. Built for Marsabit Traders." + bottomRightText="All rights reserved." /> ); -} +} \ No newline at end of file