Service Catalog Layout - Copy this Html, Tailwind Component to your project
Create a service catalog layout in HTML and CSS with a parallax scrolling effect for the images. The catalog should display multiple products with the following structure: Product Name: Large, bold text at the top. Product Description: Centered below the product name, in a smaller font. Price: Below the description, clearly visible. Quote Button: A button that says "Get a Quote" positioned under the price. The layout should include: Each product's section should be separated clearly. The background of each product section should have a parallax effect, where the image appears to move slower than the scrolling content, creating a depth effect. Ensure that the overall design is responsive, adjusting nicely on mobile and desktop screens. The HTML structure should be semantic and accessible, and the CSS should use modern styling techniques to create a visually appealing catalog.
