Products - Copy this React, Tailwind Component to your project
Design a product showcase page in a clean and minimal Apple style. š¹ Layout (fixed): ā Split the page into two columns: ⢠Left column: Product text (small Apple logo, product name, short description, price, and a small icon row at the bottom). ⢠Right column: Product carousel (image showcase). š¹ Product Carousel (right side): ā Always show 3 product images at the same time, vertically aligned: ⢠One main product in the center (large size, sharp, no blur). ⢠One product above the main one (~65ā70% size, with blur filter + lower opacity). ⢠One product below the main one (same size and blur/opacity as the top one). ā The entire product block should be centered and use around 60% of the page width. š¹ Animation behavior (every 2ā3 seconds): ā Perform a vertical circular rotation between the three products: ⢠The product in the center moves down to the bottom position and gets blur + lower opacity. ⢠The product at the top moves into the center and becomes sharp/high opacity with a scale animation. ⢠The product at the bottom moves to the top and keeps the blur + low opacity. ā Use smooth transitions (scale + opacity + blur animation). š¹ Text content updates (left column): ā On each rotation, update the whole left column to reflect the current centered product: ⢠Small Apple logo ⢠Product name (large / bold) ⢠Short description (regular weight) ⢠Price (slightly larger) ⢠A small row of icons below the price (social / actions) š¹ Background color: ā The background color of the page must change with each rotation to match the color of the centered product (example: blue product ā light blue background, pink product ā light pink background, green product ā light green background). š¹ General design rules: ā Clean, calm and minimal (Apple Marketing style). ā Use a light Sans Serif font (SF Pro / Inter). ā No borders. ā Add a very subtle box shadow only on the centered product to enhance depth. ā Desktop first (responsive later). š¹ Example products (initial list): Apple AirPods Max ā Blue Apple AirPods Max ā Pink Apple AirPods Max ā Green
