- {/* Background container */}
+ {/* Efficient background container */}
- {/* Primary aurora */}
-
+ {/* Primary gradient layer - no blur for better performance */}
+
- {/* Secondary aurora */}
- {/*
+ {/* Secondary gradient layer */}
+
*/}
+
+
+ {/* Subtle mesh pattern for texture */}
+
{/* Overlay gradient */}
-
+
{/* Content */}
@@ -54,3 +66,6 @@ export const AuroraBackground = ({
);
};
+
+// Keep the old component for backward compatibility during transition
+export const AuroraBackground = EfficientBackground;