forked from emre/www_projectmycelium_com
feat: update UI styling and add new page images
- Added new WebP images for different pages (agent, cloud, compute, gpu, network, storage) - Updated benefits section images with optimized WebP versions - Enhanced text styling: - Increased paragraph font size to text-xl on large screens - Adjusted H5 line height for better readability - Updated card paragraph text size to text-base - Refined visual design elements: - Changed cube stroke color to gray-600 for subtler appearance - Adjusted glow effects and gradients to
This commit is contained in:
@@ -26,12 +26,12 @@ export function HomeSlider() {
|
||||
}
|
||||
|
||||
|
||||
import networkImage from "@/images/slider/network1.jpg";
|
||||
import agentImage from "@/images/slider/agent1.jpg";
|
||||
import cloudImage from "@/images/slider/cloud1.jpg";
|
||||
import gpuImage from "@/images/slider/gpu1.jpg";
|
||||
import computeImage from "@/images/slider/compute1.jpg";
|
||||
import storageImage from "@/images/slider/storage1.jpg";
|
||||
import networkImage from "/images/pages/network.webp";
|
||||
import agentImage from "/images/pages/agent.webp";
|
||||
import cloudImage from "/images/pages/cloud.webp";
|
||||
import gpuImage from "/images/pages/gpu.webp";
|
||||
import computeImage from "/images/pages/compute.webp";
|
||||
import storageImage from "/images/pages/storage.webp";
|
||||
|
||||
const data = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user