-
+
@@ -661,7 +661,7 @@ export default function HeroSection() {
@@ -897,12 +897,12 @@ export default function HeroSection() {
diff --git a/src/components/landing/LandingPageWrapper.tsx b/src/components/landing/LandingPageWrapper.tsx
index 115c384..3cdacef 100644
--- a/src/components/landing/LandingPageWrapper.tsx
+++ b/src/components/landing/LandingPageWrapper.tsx
@@ -319,7 +319,7 @@ export function LandingPageWrapper({ children, className = "" }: WrapperProps) {
style={{
background:
"radial-gradient(circle at 30% 30%, #c97a3e20 0%, transparent 70%)",
- filter: "blur(40px)",
+ filter: "blur(8px)",
}}
/>
{/* Bottom-left blob */}
@@ -328,7 +328,7 @@ export function LandingPageWrapper({ children, className = "" }: WrapperProps) {
style={{
background:
"radial-gradient(circle at 70% 70%, #6b8f7130 0%, transparent 70%)",
- filter: "blur(60px)",
+ filter: "blur(8px)",
}}
/>
{/* Center accent blob */}
@@ -337,7 +337,7 @@ export function LandingPageWrapper({ children, className = "" }: WrapperProps) {
style={{
background:
"radial-gradient(circle, #1a4d2e15 0%, transparent 70%)",
- filter: "blur(30px)",
+ filter: "blur(8px)",
}}
/>
{/* Organic shape 1 - leaf-like */}
diff --git a/src/components/route-trace/FsmaReportModal.tsx b/src/components/route-trace/FsmaReportModal.tsx
index 02d700e..5964431 100644
--- a/src/components/route-trace/FsmaReportModal.tsx
+++ b/src/components/route-trace/FsmaReportModal.tsx
@@ -287,7 +287,7 @@ export default function FsmaReportModal({ brandId }: { brandId: string }) {
className="absolute inset-0"
style={{
background: "linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 100%)",
- backdropFilter: "blur(60px) saturate(180%)",
+ backdropFilter: "blur(8px) saturate(180%)",
}}
/>
@@ -296,8 +296,8 @@ export default function FsmaReportModal({ brandId }: { brandId: string }) {
className="relative w-full max-w-5xl rounded-2xl max-h-[90vh] flex flex-col"
style={{
background: "rgba(255, 255, 255, 0.92)",
- backdropFilter: "blur(40px) saturate(200%)",
- WebkitBackdropFilter: "blur(40px) saturate(200%)",
+ backdropFilter: "blur(8px) saturate(200%)",
+ WebkitBackdropFilter: "blur(8px) saturate(200%)",
border: "1px solid rgba(255, 255, 255, 0.5)",
boxShadow: `
0 25px 50px -12px rgba(0, 0, 0, 0.25),
diff --git a/src/components/route-trace/LotDetailPanel.tsx b/src/components/route-trace/LotDetailPanel.tsx
index e7bec26..521a8a7 100644
--- a/src/components/route-trace/LotDetailPanel.tsx
+++ b/src/components/route-trace/LotDetailPanel.tsx
@@ -683,7 +683,7 @@ export default function LotDetailPanel({
className="absolute -bottom-0.5 -right-0.5 sm:-bottom-1 sm:-right-1 h-3 w-3 sm:h-4 sm:w-4 rounded-full border-2 border-white"
style={{ backgroundColor: cfg.dot }}
>
-
+
)}
diff --git a/src/components/route-trace/StatusBadge.tsx b/src/components/route-trace/StatusBadge.tsx
index 24f1004..e00fa6e 100644
--- a/src/components/route-trace/StatusBadge.tsx
+++ b/src/components/route-trace/StatusBadge.tsx
@@ -65,7 +65,7 @@ export default function StatusBadge({ status }: { status: string }) {