Design a clear component hierarchy.
Component tree:
ProductPage
├── Breadcrumbs
├── ProductGallery
│ ├── MainImage
│ └── ThumbnailList
├── ProductInfo
│ ├── Title
│ ├── Price
│ ├── VariantSelector
│ ├── QuantitySelector
│ └── AddToCartButton
├── ProductTabs
│ ├── Description
│ ├── Specifications
│ └── Reviews
└── RelatedProducts
Above the fold: Gallery + Info + Add to Cart. Everything needed to purchase.