"use client"; const YOUTUBE_VIDEO_ID = "RiKtc09qKhw"; export const InstallationSectionSkeleton = () => ( {/* Left Content Skeleton */} {/* Header Skeleton */} {/* Title skeleton */} {/* Description skeleton */} {/* Benefits List Skeleton */} {[1, 2, 3].map((i) => ( ))} {/* Right Content - Video Skeleton */} {/* Play button skeleton */} ); const CheckIcon = () => ( ); const benefits = [ { bold: "No more", text: "stripped threads" }, { bold: "No more", text: "burned hands" }, { bold: "Less", text: "downtime" }, ]; export function InstallationSection() { return ( {/* Left Content */} {/* Header */} {/* Title with decorative slashes */} {"///"} WATCH OUR VIDEO INSTALLATION {/* Description */} Simply install the valve and drain your engine oil without the need for any tools and without creating a mess. {/* Benefits List */} {benefits.map((benefit, index) => ( {benefit.bold} {` ${benefit.text}`} ))} {/* Right Content - YouTube Video */} ); }
Simply install the valve and drain your engine oil without the need for any tools and without creating a mess.
{benefit.bold} {` ${benefit.text}`}